Re: Link to iOS device settings

2017-11-03 Thread Andrew Bell via use-livecode
Based on that SO discussion you should be able to use launch url. It looks like the url scheme changed from `prefs:` to `App-Prefs:` in iOS 10. So you might want to try one then the other. So: launch url ?App-Prefs:root=NOTIFICATIONS_ID&path=? if the result is ?no association" then launc

Re: Link to iOS device settings

2017-11-02 Thread Monte Goulding via use-livecode
Based on that SO discussion you should be able to use launch url. It looks like the url scheme changed from `prefs:` to `App-Prefs:` in iOS 10. So you might want to try one then the other. So: launch url “App-Prefs:root=NOTIFICATIONS_ID&path=” if the result is “no association" then launch u

Link to iOS device settings

2017-11-02 Thread Andrew Bell via use-livecode
Is it possible from a LiveCode app to link to the iOS device Settings? I would like to help users enable Push Notifications if they didn't the first time the app was launched, and rather than just describe where it is I'd like to jump to the Settings app. Seems to be doable in native progra