Linking to Prefs in React Native iOS app -
i send user preferences/settings when button clicked. however, when try following, nothing happens:
linkingios.openurl('prefs:root=general')
i verified onpress working when following, redirected google
linkingios.openurl('http://google.com')
i spent way time trying figure out , found out url scheme has been redacted in late versions of ios...
:(
however can redirect own apps settings 'app-settings:'
Comments
Post a Comment