Thursday 10 November 2016

Change in privacy setting in iOS10

There is one major change in iOS 10 when using some framework. With iOS 10 , now we have to ask for accessing user's private data like camera, photos, contacts ,microphone etc . Now with release of iOS 10, we must declare the usage of any private data in info.plist, otherwise our application will crash when accessing these data .

The list of framework that counts as sensitive data is:







We must declare the usage description of these in info.plist as:




















These are the key for which we have to provide the usage description in info.plist .

References
useyourloaf.com
https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

No comments:

Post a Comment