Closed Sandeep-Appster closed 6 years ago
is this plugin updated already? cause my app was rejected because of this reason as well. In my case the cordova.plugins.diagnostic plugin also used this @prefs:root
, i updated that plugin (cause i had an outdated version) and in the new source it wasn't present anymore... but i like to see it replaced in this one as well. Since Apple threatens to block my account and delete all related apps with it.
I have checked the code and found that plugin using the private API "prefs:root" way to open the setting app. Why we using this way?
Apple has given a very simple macro UIApplicationOpenSettingsURLString to use that with simple openUrl function.
Please update the this plugin because it may cause others app to get rejected.