升级到iOS10 之后发现好多程序一进来都会问,是否允许访问蜂窝网络,这个东西是怎么搞得呢?为什么我写的app装在真机上只有问是否允许通知。。。。。这个是说要在plist里添加一些权限吗,可是我百度了半天也没有发现这个东西,只有相册 相机 麦克风等一些东西,但是这个东西怎么搞的呢?求助!
ringa_lee2017-04-18 09:42:11
This is the interface that comes with the system. There is no need to declare it in the plist
高洛峰2017-04-18 09:42:11
This will appear when the app is running on IOS10 or above for the first time. The system default prompts that no processing is required on the app side. However, you should pay attention to the fact that the app does not have network access rights before authorizing the network