Removing 3G from supported devices
问题 I'm trying to figure out how to remove the iPhone 3G as a supported device for my application in the AppStore. I emailed Apple support asking for them to update it in the reqs section and they responded saying I need to update my UIRequiredDeviceCapabilities keys. Well, it was submitted with : <key>UIBackgroundModes</key> <array> <string>location</string> </array> and <key>UIRequiredDeviceCapabilities</key> <array> <string>telephony</string> <string>location-services</string> <string>gps<