diff --git a/docs/0.59/linking.html b/docs/0.59/linking.html index 3c01a7c0156..cca0e2e988e 100644 --- a/docs/0.59/linking.html +++ b/docs/0.59/linking.html @@ -232,6 +232,11 @@

If your app is linked against an earlier version of iOS but is running in iOS 9.0 or later, you can call this method up to 50 times. After reaching that limit, subsequent calls always return false. If the user reinstalls or upgrades the app, iOS resets the limit.


+

openSettings()

+
openSettings();
+
+

Open the Settings app and displays the app’s custom settings, if it has any.

+

getInitialURL()

getInitialURL();
 
diff --git a/docs/0.59/linking/index.html b/docs/0.59/linking/index.html index 3c01a7c0156..cca0e2e988e 100644 --- a/docs/0.59/linking/index.html +++ b/docs/0.59/linking/index.html @@ -232,6 +232,11 @@

If your app is linked against an earlier version of iOS but is running in iOS 9.0 or later, you can call this method up to 50 times. After reaching that limit, subsequent calls always return false. If the user reinstalls or upgrades the app, iOS resets the limit.


+

openSettings()

+
openSettings();
+
+

Open the Settings app and displays the app’s custom settings, if it has any.

+

getInitialURL()

getInitialURL();