mkloubert / nativescript-toolbox

A NativeScript module that is a composition of useful tools and helpers.
MIT License
55 stars 14 forks source link

Awesome Plug In! But... #8

Open BMwanza opened 5 years ago

BMwanza commented 5 years ago

I love this plug in as it has some handy dandy things in it. However I recommend removing any open device settings functions as it includes the use of App-prefs:root APIs to open the settings in which Apple now rejects any apps that use this.

It's no big deal, but I do always have to go into the node modules folder and remove this function before sending to Apple for Approval, just something to think about!

dklinzing commented 5 years ago

Our app was rejected by Apple review due to the App-prefs:root call as well. We were only using the moment library, so we removed nativescript-toolbox plugin and installed moment directly through npm as a workaround. Just wanted to confirm this will be a problem for anyone else submitting to the iOS store using this plugin.