Skip to main content
grosssmutttr
Known Participant
September 7, 2012
Question

Exclude iPad 3

  • September 7, 2012
  • 25 replies
  • 5297 views

I know that I can exclude the ipad or iphone if I delete one of these rows:

<key>UIDeviceFamily</key>

                              <array>

                                        <string>1</string>

                                        <string>2</string>

                              </array>

1 = iPhone

2 = iPad

Is it possible to exclude the iPad 3 but not the older iPad versions?

This topic has been closed for replies.

25 replies

September 7, 2012
Colin Holgate
Inspiring
September 7, 2012

Not in that way, What's the problem you're trying to solve?

grosssmutttr
Known Participant
September 7, 2012

We created a game but the resolution of the iPad 3 is too big for our graphics.

Some elements are too small on the ipad 3.

The next problem is that you could shoot an element a defined distance.

With the resolution of the ipad3 it isn't possible to successfully complete all the levels because you couldn't shoot so far.

Colin Holgate
Inspiring
September 7, 2012

Look at what I say to do in this thread:

http://forums.adobe.com/message/4455486#4455486#4455486

only instead of pointing to the iOS 5.1 SDK, point to the iOS 5.0 SDK. That will let you publish the app so that it runs as regular iPad size on the iPad 3.

Alternately, you could set the resolution to Standard in the publishing settings. That would be the easiest way to make the iPad 3 work at normal iPad size, but you would be giving up Retina for the iPhone 4.