IOS development-set supported iOS devices (devices with MB of memory or above)

Source: Internet
Author: User

Reprinted please indicate the source: http://www.cnblogs.com/chenshengtai/archive/2013/04/29/ios_devices_filter.html

Problem:

I recently saw a problem with setting up supported iOS devices on Weibo. The problem is that some apps use a large amount of memory during development, such as MB of memory, therefore, you must set a device that does not support less than MB of memory.

1. Check the memory of each iOS device:

In this way, the iOS device that supports M isIPod Touch 5, iPhone 4, ipad2And above. I have recently studied the usage of iOS devices. By the way, I would like to share with you a piece of data:

IOS device statistical table:

IOS version statistical table:

(This is a statistical data application [beauty pictures] in my spare time. It is best to score 16th photographers in China .)

Therefore, the support for devices larger than MB, the neglected user group is still relatively small, with little loss. Of course, you can weigh the memory usage based on your needs.

 

2. Hardware restrictions apply to devices with iPod Touch 5, iPhone 4, and ipad2.

Please carefully check the hardware support list for iOS devices:
Http://developer.apple.com/library/ios/#documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/ B _DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html#//apple_ref/doc/uid/TP40011225-CH17-SW1

We found that the device that supports the armv7 instruction set isIPod Touch 4, iPhone 3gs, iPad 1And above, however,IPod Touch 4, iPhone 3gs and iPadThe memory is MB, so I need to exclude these three devices.

 

3. After careful research, the following results are obtained:

1. Add "armv7" and"Front-facing-camera hardware restrictions can exclude iPhone 3gs and iPad 1, but not iPod Touch 4.IPod Touch 4, iPhone 4, iPad 2, and above are supported. Only iPod Touch 4 is a M memory device, and others are over M memory devices.

2. If the iPhone is not compatible with iPad apps, you can add "armv7" and"Camera-flashHardware restrictions: the iPhone 3gs and iPod Touch 4 can be excluded,The perfect implementation only supports M iOS devices. But remember that apps on the iPhone can be so limited. Otherwise, all iPad will be limited because the iPad does not have a flash (camera-flash ).

 

The procedure is as follows:

Add hardware restrictions and add item directly.

Of course here we want to add the "front-facing-camera" Limit instead of the opengles-2 limit.

Many developers have this requirement.Article, Hope to help more IOs developers!

 

The following are the documents in English for reference:

What is the memory of iOS devices:
Http://stackoverflow.com/questions/371107/how-much-ram-is-there-in-an-an-ios-iphone-ipad-ipod-touch-device

Detailed list of hardware support for iOS devices:
Http://developer.apple.com/library/ios/#documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/ B _DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html#//apple_ref/doc/uid/TP40011225-CH17-SW1

How to set the devices supported by your app:
Http://blog.manbolo.com/2012/05/02/how-to-indicate-what-devices-are-supported-by-your-ios-app

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.