首页
我的项目
我的英语
我的记录
开发记录
查看标签
关于我们
登录
注册
标签:iOS
2018-03-20
系统管理员
iOS隐私权限获取和检测
评论(0)
浏览量(4755)
参考文章: http://blog.csdn.net/qq_30513483/article/details/74388625Tips:在iOS10下记得在plist文件下添加对应的参数。<key>NSBluetoothPeripheralUsageDescription</key> <string>需要获取蓝牙权限</string> ......