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

Deploying on IPAD (Developer Testing) not possible

Participant ,
Jan 25, 2020 Jan 25, 2020

Copy link to clipboard

Copied

I never had problems to test IPA Files on my IPAD.

I created a Developer Certificate (with MAC Keychain), then I exported to .p12 certificate (There i was using a Password). Then I created Provisioning Profile and included my IPAD with UUID number I checked everything in the ipa File. Device is included.

 

When i now use Itunes to install the Application it stops at 45% and the icon stays transparent.

 

When I use the same Certificate for Distribution and use the corresponding Provisioning file. I can upload to appstore with Application loader.

 

I have an older IPA File from the same app ( 4 weeks older) that is working

When i change the app in Adobe Animate ( just the actual certificate and the Provisioning File) it doesnt work anymore.

 

Please help. I am not able to test my Apps in IPAD (only Testflight is working with distributing versions to appstore)

TOPICS
Installation , Packaging

Views

271

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
Participant ,
Jan 26, 2020 Jan 26, 2020

Copy link to clipboard

Copied

LATEST

I found the solution myself after hours of testing and trying different settings:

 

Here is the solution:

All the Certificates were Ok, so i looked at the descriptor file xml. There I had the following Lines included.

 

<Entitlements><![CDATA[
<key>get-task-allow</key><false/>
]]></Entitlements>

 

I deleted the Entitlements and it worked

 

The problem ist that you need these lines when you deploy to Appstore as Application Loader is reporting an error. So maybe someone has an idea what to do, so that I can use the same descriptor file for developing and distributing

 

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