Hi,
I have used Location Plugin with below extensibility configuration. And is working properly.
But when i added Camera Plugin in my application then i m facing issue. Now i can see default description "User geocoder service".
I have shared extensibility configuration for both plugins.
Please help me to resolve this.
Location Plugin : {
"plugin":
{
"url": "https://github.com/OutSystems/cordova-plugin-geolocation.git#4.0.1-OS10",
"variables": [{
"name": "LOCATION_WHENINUSE_USAGE_DESCRIPTION",
"value": "App needs access to location to track vehicles in case of emergency and in concern of delivery executive's safety."
}]
},
"metadata": {
"mabs-min": "7.2.0",
"name": "Location Plugin",
"version": "5.1.8"
}
}
Camera Plugin :
{
"plugin":{
"url":"https://github.com/OutSystems/cordova-plugin-camera#4.2.0-OS41",
"variables":[
{
"name":"CAMERA_USAGE_DESCRIPTION",
"value":"We access your camera to update your profile picture and scan barcodes."
},
{
"name": "LOCATION_WHENINUSE_USAGE_DESCRIPTION",
"value": "App needs access to location to track vehicles in case of emergency and in concern of delivery executive's safety."
} ]
}
,
"metadata": {
"mabs-min": "7.2.0",
"name": "Camera Plugin",
"version": "7.1.12"
}
}