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 using is 3.2.6 and IOS is 4.3.

What can be wrong here?

link|improve this question

79% accept rate
feedback

1 Answer

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

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

Before the </dict> tag

link|improve this answer
Even this is not helping. – Abhinav Jun 9 '11 at 23:36
Instead of "LSRequiresIPhoneOS" I am getting "LSRequiresCarbon" option. – Abhinav Jun 9 '11 at 23:44
Is it UIRequires or LSRequires? – Robin Jun 10 '11 at 4:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.