开发者

Setting up "Application uses WiFi" property in info plist

I was trying to set "Application uses WiFi" property in my application info plist but to my surprise, I was not able to find this property in the info plist.

The XCODE version I am u开发者_如何转开发sing is 3.2.6 and IOS is 4.3.

What can be wrong here?


You can open your info.plist file as source code and then add this

<key>UIRequiresPersistentWiFi</key>
<true/>

Before the </dict> tag

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜