I just upgraded to ios10 beta on my iPhone & realized the permissions (to access photos, contacts, etc) now require a description string. I am on ionic 2
I tried adding this:
<config-file target="*-info.plist" parent="NSContactsUsageDescription">
<String>This is my permission string</String>
</config-file>
to my config.xml but that did not work.
I then tried to do it manually through XCode & now it works but I have to put the app in the background in order to get the permission popup. Is this a known bug or is it something I'm doing wrong?
I would have to see your Error, but basically you now have to add things like this
camera
<key>NSCameraUsageDescription</key>
<string>Test message</string>
Photo Library
<key>NSPhotoLibraryUsageDescription</key>
<string>Test message</string>
In your Appname-info.Plist
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With