Skip to main content
Inspiring
March 27, 2012
Question

Need some urgent support from you guys! [iPad3 Display]

  • March 27, 2012
  • 22 replies
  • 5123 views

I have an event on April 20th that I need to show off phase 1 of an app we're working on.  I really want to show it on the new iPad.

I'm working in Flash Pro 5.5   ...    Can someone please tell me how to compile my app to work on the iPad High Res display.

I've seen some people do it with Flex...   is there a way to compile the app from Flash Pro or a work around ?

Any help is appreciated!

This topic has been closed for replies.

22 replies

Participant
April 15, 2012

Is there a solution to avoid those warnings? I'm experiencing the same problems here... Thank you!

Colin Holgate
Inspiring
March 27, 2012

You would need to be using Mac OS 10.7.3, have the 4.3.1 Xcode installed, and use the command line to do the build in order to point the sdk setting to the iOS 5.1 SDK.

Do you know that existing Flash apps look great on the new iPad? Unless your audience is going to be using a magnifier to examine the screen, I doubt that they would know that it's not using the Retina display.

Applauz78Author
Inspiring
March 27, 2012

I'm using 10.7.3 and have Xcode 4.3.2 installed

Do you have a sample of the command line script ?   I imagine its similar to packaging the BAR files for PlayBook ?

I've been searching everywhere can can't find what the path is to the actual SDK.

I ran a test compiling my iPad2 app for the new iPad and only my webviews looked good.  Everything else looks the same as it does on iPad2.   I want to take advantage of the high res images

If you could help me out in telling me how to get the location of the SDK ... and a sample script.   I assume I can use my already created app descriptor file that was created with the iOS packager in Flash ?

March 27, 2012

Usually the iPhone SDK should be at this location unless you provided some other location : /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/

Or try searching for iPhoneOS5.1 in your mac finder.

Try this command :

adt -package -target ipa-app-store -provisioning-profile ./myProfile.mobileprovision -storetype pkcs12 -keystore ./Certificates.p12 -storepass XXX myApp.ipa myApp-app.xml <Main.swf> <ASSETS> -platformsdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/

Make sure you use latest AIR SDK.