My iPhone app needs a persistent network connection...how to specify UIRequiredDeviceCapabilities?
        Posted  
        
            by Greg Maletic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Greg Maletic
        
        
        
        Published on 2010-02-25T23:58:53Z
        Indexed on 
            2010/03/16
            16:01 UTC
        
        
        Read the original article
        Hit count: 471
        
iphone
|info.plist
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 "wifi" key, it says:
Include this key if your application requires access to the networking features of the device.
So: does the "wifi" key indicate that I need WiFi, as the key name would suggest? Or does it mean that I simply need network access, as the key definition would suggest?
© Stack Overflow or respective owner