I upload my .ipa file completely using application loader but i didn\'t find the built on Itunes Connect also i receive this message from apple support :\"We have discovered
I'm using VS TACO and this is how I finally resolved this issue. Edit the \plugins\fetch.json file so the "cordova-plugin-camera" adding the "variables" section:
"cordova-plugin-camera": {
"source": {
"type": "registry",
"id": "cordova-plugin-camera@~2.4.1"
},
"is_top_level": true,
"variables": {
"CAMERA_USAGE_DESCRIPTION": "your description text here",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "your description text here"
}
}