You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried to submit my app to the appstore with this package and it was rejected for using a non-public URL scheme. In particular they were unhappy about the fact that App-Prefs was being used.
I am not too clued up with native code, but I've read that using UIApplicationOpenSettingsURLString would be a viable alternative. I would just like to know how to go about implementing this?
The text was updated successfully, but these errors were encountered:
dangh
added a commit
to compex-systems/react-native-wifi
that referenced
this issue
Nov 27, 2018
Hi there,
I recently tried to submit my app to the appstore with this package and it was rejected for using a non-public URL scheme. In particular they were unhappy about the fact that
App-Prefs
was being used.I am not too clued up with native code, but I've read that using
UIApplicationOpenSettingsURLString
would be a viable alternative. I would just like to know how to go about implementing this?The text was updated successfully, but these errors were encountered: