• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

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

New Here ,
May 09, 2013 May 09, 2013

Copy link to clipboard

Copied

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?

TOPICS
Performance issues

Views

1.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 09, 2013 May 09, 2013

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 10, 2013 May 10, 2013

Copy link to clipboard

Copied

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" .

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 10, 2013 May 10, 2013

Copy link to clipboard

Copied

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

Regards,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 15, 2013 May 15, 2013

Copy link to clipboard

Copied

I've sent a reproduction to that address but have yet to receive a response.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 21, 2013 May 21, 2013

Copy link to clipboard

Copied

I'm seeing something similar where ipa-test works great but ipa-ad-hoc or ipa-release runs dog slow: http://forums.adobe.com/thread/1107874.

No resolution yet but I'm just taking a second look at it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 07, 2013 Jun 07, 2013

Copy link to clipboard

Copied

LATEST

I'm not it will help but I resolved a similar problem.  I posted my work-around here: http://forums.adobe.com/message/4891292#4891292.

Gook luck!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines