nativescript-toolbox
nativescript-toolbox copied to clipboard
Awesome Plug In! But...
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!
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.