I want to submit a application which can only run on iphone device. But when i select the UIDeviceFamily as iPhone its giving me i开发者_Python百科Phone/ iPod in the description. I am using camera in the application ? Ny suggestion on how to do it?
In your app's plist, add an array for UIRequiredDeviceCapabilities and add the string "still-camera" to that array.
精彩评论