문제

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-FI 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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top