JAR19
December 24, 2017, 1:26pm
2
DO a search for NSCameraUsageDescription as IOS requires this - I think you can put the entries in the config.xml file but I have yet to find an example.
Look at this post:
So since iOS10, if you don’t have permission descriptions set in your .plist config, when trying to access camera (among other things) your ionic1 app will crash on certain devices (iPhone 6s is one of them)
Solution
I’m adding this so other people can avoid the same frustration I did.
First, the issue is that you’re missing Privacy properties in your info.plist file. These are description properties for why your app needs to access certain things. If they don’t exist, they can crash your app …
1 Like