While creating a plugin for Cordova that uses geolocation, you must add a variable to "privacy - Location Usage Description" which is GEOLOCATION_USAGE_DESCRIPTION
.
in config I have:
<plugin name="cordova-plugin-geolocation" spec="https://github.com/apache/cordova-plugin-geolocation.git">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="Mensagem de Uso"/>
</plugin>
But what are the variables for the "Privacy - Location Always Usage Description" and "Privacy - Location When in Use Description"?
So, in the xocde config, all three messages in info.plist would be populated.