Hi, has this issue already been solved by anyone? I am using the Location Plugin from OutSystems, where this is specified:
{
"plugin":
{
"url": "https://github.com/OutSystems/cordova-plugin-geolocation.git#4.0.1-OS5",
"variables": [{
"name": "LOCATION_WHENINUSE_USAGE_DESCRIPTION",
"value": "We access your location to improve your experience."
}]
}
}
However, the app that uses this plugin is rejected by Apple because the NSLocationWhenInUseUsageDescription key is empty. Anyone who was able to fix it?