@swissfritz wrote:
I learned that in order to satisfy the ios people, we have to install the camera-plugin as follows:
ionic cordova plugin add cordova-plugin-camera --variable PHOTOLIBRARY_USAGE_DESCRIPTION="description" --variable CAMERA_USAGE_DESCRIPTION="description"
Now, this inserts the reference
"cordova": { "plugins": { "cordova-plugin-camera": { "PHOTOLIBRARY_USAGE_DESCRIPTION": "Die App speichert Ihre Tierfotos" } }
into package.json but when I add the ios-platform the camera with Usage Description is not referenced in platforms\ios\tss-info.plist. This always worked before. Now not any more.My ionic info:
cli packages: (C:\Users\LENOVO\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.19.0
ionic (Ionic CLI) : 3.19.0global packages:
cordova (Cordova CLI) : 8.0.0local packages:
@ionic/app-scripts : 3.1.6
Cordova Platforms : ios 4.5.4
Ionic Framework : ionic-angular 3.9.2System:
Android SDK Tools : 26.1.1
Node : v8.9.4
npm : 5.6.0
OS : Windows 10Environment Variables:
ANDROID_HOME : C:\Users\LENOVO\AppData\Local\Android\sdkMisc:
backend : proThanks for any help!
Posts: 1
Participants: 1