I just updated the ios10 beta on my iPhone and realized that permissions (for accessing photos, contacts, etc.) now require a description line. I'm on ion 2
I tried to add this:
<config-file target="*-info.plist" parent="NSContactsUsageDescription">
<String>This is my permission string</String>
</config-file>
in my config.xml, but this did not work.
Then I tried to do this manually through Xcode, and now it works, but I have to put the application in the background to get a permission popup. Is this a known bug or is this what I am doing wrong?
source
share