Skip to main content
Participant
May 9, 2013
Question

ipa-test-interpreter works; ipa-test doesn't

  • May 9, 2013
  • 1 reply
  • 1161 views

I could use some help getting my #AS3 / #AIR application running on #iOS !

Right now I have a .SWF (v11) that I'm converting to an .IPA using Adobe AIR (v3.7) on Windows (7).

If I do the conversion with the -target of ipa-test-interpreter it works great.

If I do the conversion with ipa-test, ipa-debug, ipa-ad-hoc, or ipa-appstore, the application seems to compile fine but upon execution of the app on my iPad it just shows a black screen.

This means I can test and develop but I won't ever actually be able to deploy to the app-store. Anyone else run into this?

This topic has been closed for replies.

1 reply

Adobe Employee
May 10, 2013

Hi,

Could you please share the packaging command , AIR SDK , iOS version you are using?. And it's a 32 bit or 64 bit machine?

Regards,

Nimit

Participant
May 10, 2013

The AIR SDK is 3.7, and I'm encountering this on the latest iOS version (as of May 10th, 2013) on iPad 2 and the new iPad. I'm compiling from a 64-bit version of Windows 7.

Here's my ADT command:

adt -package -target ipa-test  -storetype pkcs12 -keystore "cert/ios_development.p12" -storepass PASSWORD -provisioning-profile cert/cert.mobileprovision "dist\output.ipa" "buildConfig/ios/application.xml" -C bin . -C "icons" .

Adobe Employee
May 10, 2013

Can you please share a reproducible sample project at nimitja@adobedotcom. This will help us investigation the issue.

Regards,

Nimit