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

Flex 4.5 mxml based application not running after iOS packaging on i pad

Guest
May 30, 2011 May 30, 2011

Copy link to clipboard

Copied

I have created one mxml based application on flex 4.5 and make the .ipa file by iOS packaging of adt command.The command  goes as followes

adt -package -target ipa-debug -storetype pkcs12 -keystore  development_key.p12 -provisioning-profile flex_air.mobileprovision  testIphone.ipa testIphone-app.xml testIphone.swf

The .ipa files are generated in the root folder of the C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\bin folder.

But when I am running that file in Ipad it is not working.Cant install that application on Ipad.

Can anybody have any solution for this??

TOPICS
Development

Views

862

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 30, 2011 May 30, 2011

Copy link to clipboard

Copied

Could you specify the error that you are getting?

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
LEGEND ,
May 30, 2011 May 30, 2011

Copy link to clipboard

Copied

There can be a one minute delay for debug apps to open. Try making it as ipa-test.

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
Mentor ,
May 31, 2011 May 31, 2011

Copy link to clipboard

Copied

The .ipa files are generated, so no problem with the packager, something wrong with your code might be.

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
Guest
Jun 01, 2011 Jun 01, 2011

Copy link to clipboard

Copied

But code is not wrong ,the same code is also working fine for generating the .apk file for Android.

Flash builder 4.5 giving option for generating .apk file after release build the mxml based application for Android but for iOS flash builder 4.5 giving the option for generating .ipa file for Action script base application not for mxml base application.

As the .apk file is generating normally it's working fine in the android mobiles but, as the .ipa file is generating through command prompt thts why i think some issues are coming though the .ipa file is generating without any problem.

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
Guest
Sep 25, 2011 Sep 25, 2011

Copy link to clipboard

Copied

LATEST

Hi Debarghya:

As you mention "Cant install that application on Ipad." I am assuming that you can't get it on your iPad if that is the case. There are two things you should check.

1. Does your mobileprovision has your device added to it, on iTunes portal?

2. Make sure the id tag in testIphone-app.xml matches with your application identifier for which you created this provision and certificate on iTunes portal.

If the problem is that application is installed on your iPad. But when you launch you see black screen forever or application closes automatically to take you to home screen.

1. try with  -target ipa-debug-interpreter instead of -target ipa-debug and see if application starts and post your findings back.

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