My iPhone app needs a persistent network connection…how to specify UIRequiredDeviceCapabilities?

前端 未结 4 1752
滥情空心
滥情空心 2020-12-21 09:15

I\'m trying to set the UIRequiredDeviceCapabilities properties in my Info.plist file. My app requires a persistent network connection. If I look at the definition for the \"

4条回答
  •  無奈伤痛
    2020-12-21 09:45

    Without this key, the iPhone will disable wifi after a certain amount of inactivity. With this key, the wifi is kept permanently enabled for your app.

提交回复
热议问题