0
During the creation of a plugin for Cordova that uses geolocation, it is necessary to add a variable to "Privacy - Location Usage Description" which is the GEOLOCATION_USAGE_DESCRIPTION
.
in the 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 "Privacy - Location Always Usage Description" and "Privacy - Location When in Use Description"?
thus, in xocde config, the three messages in info.plist would be filled in.