文章目录
前言
本文主要记录一次关于蓝牙权限被拒绝上架的问题。
I 、蓝牙权限被拒绝上架
1.1 案例1
拒绝原因
Your app declares support for bluetooth-central in the UIBackgroundModes key in your Info.plist but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for apps that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework.
真正的原因是
审核人员没发现使用蓝牙的功能,所以打回了
解决方案: 因app中的蓝牙功能隐蔽而导致上架被拒绝的解决方案
1.2 案例2
背景:基于安全策略,限制国外访问服务器API,上架被拒
上架前申请开放权限