ios10 适配注意

1、权限问题。

报错:Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x1231fa910) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x122175210). One of the two will be used. Which one is undefined.

iOS 10 在使用摄像头、麦克风、定位、相册等功能的时候,会检查相应权限。App 需要在您 App 的 info.plist 中添加相应权限的说明,否则在 iOS 10 上会 crash。

plist.png

如 SDK 用到的相关功能:

 

麦克风权限:

Privacy - Microphone Usage Description 

XXX需要使用您的麦克风
相机权限: 

Privacy - Camera Usage Description 

XXX需要使用您的相机
相册权限:

Privacy - Photo Library Usage Description 

XXX需要访问您的相册

定位权限:

Privacy - Location When In Use Usage Description  

XXX需要获取地理位置信息
定位权限: 

Privacy - Location Always Usage Description 

XXX需要在后台获取地理位置信息

 

PS:上面的中文提示您可以按照您的产品需求进行定制。

 

2、远程推送。

在 App 设置中,Capabilities -> Push Notifications 务必记得要开启,否则在 iOS 10 中会获取不到 deviceToken。

apns.png

转载于:https://my.oschina.net/kaqijiang/blog/749639

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值