iOS 10的一大變化是更強的隱私資料保護。在文件中是這麼描述的:
You must statically declare your app’s intended use of protected data classes by including the appropriate purpose string keys in your Info.plist file.
簡單的說訪問使用者資料都需要現在Info.plist中宣告,否則會crash。
這些使用者資料包括:
Contacts, Calendar, Reminders, Photos, Bluetooth Sharing, Microphone, Camera, Location, Health, HomeKit, Media Library, Motion, CallKit, Speech Recognition, SiriKit, TV Provider.
10之前只需要獲取位置時配置,現在更嚴格了,比如需要呼叫相簿訪問許可權,也需要在Info.plist中配置privacy。
好在這些key的名字在Xcode 8中已經有了自動補全。新增一個屬性,輸入Privacy後就會出現自動提示:
歡迎關注我的微博:@沒故事的卓同學
相關連結:
原文:Privacy Settings in iOS 10
WWDC 2016 Session 709 Engineering Privacy for Your Users
Full list of Info.plist keys