Is it possible to restrict an iPhone app to only work if there's a Wifi connection (not 3G)?
|
feedback
|
|
Yes. There are two steps: First, you need to add the UIRequiresPersistentWiFi key to your applications Secondly, you need to query the system (using the | |||||||||||
feedback
|
|
You can also get the Reachability class from Reachability sample from apple dev center. It offers a way to check how the iphone is connected. | |||
feedback
|
|
Networking and Internet how-to's
| |||
|
feedback
|