开发者

Permissions in iOS how to implement

开发者 https://www.devze.com 2023-02-02 11:27 出处:网络
Is it possible to make permissions in iOS? I know in android that I can set permissions in my manifest that if you do not have WI-F开发者_Go百科I that my app will not run on your device. Is there some

Is it possible to make permissions in iOS? I know in android that I can set permissions in my manifest that if you do not have WI-F开发者_Go百科I that my app will not run on your device. Is there something similar in iOS? Can anyone provide either code and tell me where to place or point me towards an API that can show me how to do that in iOS.


If you don't want your application to be installed on devices that do not support wifi connection add array with UIRequiredDeviceCapabilities key to your application property list and add wifi value in it (look here for more details)

Check also UIRequiresPersistentWiFi property list key - may be it will also be useful for your purposes

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号