I am using phonegap build - Phonegap CLI 7.0.1
<gap:plugin name="cordova-plugin-geolocation" source="npm"/>
<feature name="Geolocation">
<param name="ios-package" value="CDVLocation" />
</feature>
My problem is, when I start the app I don't have a dialog box prompting the user to allow geolocation. and when I go to the app settings, I only have notifications Background App refresh Cellular Data
How can I enable geolocation ?
Thanks