When submitting the app to itunes connect I get an email telling me to fill NSLocationWhenInUseUsageDescription and the background one too.
I don’t ask for location at any point, so it must be a plugin I’m using:
This are the plugins I’m using.
<plugin name="cordova-plugin-whitelist" spec="~1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="~2.4.2" />
<plugin name="cordova-plugin-splashscreen" spec="~5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^3.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="onesignal-cordova-plugin" spec="~2.4.6" />
<plugin name="cordova-plugin-advanced-http" spec="~2.0.5" />
<plugin name="cordova-plugin-file" spec="~6.0.1" />
<plugin name="cordova-plugin-device" spec="~2.0.2" />
<plugin name="cordova-plugin-screen-orientation" spec="~3.0.1" />
<plugin name="cordova-plugin-dialogs" spec="~2.0.1" />
Which one could it be and how can I fix it?