iPhone required device capabilities - memory
Is there any way to set a mi开发者_如何学运维nimum memory requirement, so the App cannot be installed on devices that do not have enough memory to run it?
No. You have to use other device requirements in your plist as a surrogate; and this method could get obsoleted by future device releases. Note that the memory available to an app at launch will vary significantly by iOS version and by what the user has left running in the background.
Short answer: info.plist
Long answer: Please refer to the following links:
http://www.cocos2d-iphone.org/forum/topic/4457
http://developer.apple.com/news/ios/archives/2010/february/#setdevicesinplist
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html
Hope it helps.
精彩评论