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

Installation Error: ApplicationVerificationFailed. (still)

Community Beginner ,
Apr 15, 2019 Apr 15, 2019

Copy link to clipboard

Copied

Hi,

i have created new certificates (development), provisioning profiles(development), keystore, ... the id is definitvely in the mobile provisioning file , I think I have tried everything I found in this forum but still don't get an app from Intellj Idea working on a connected iPhone7.

Are there any checklists, tipps and tricks, ... to find out what the problem could be...?

I am using the latest AIR SDK with Apache Flex...

Would be happy for any hint

Christian

TOPICS
Development

Views

832

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
Advocate ,
Apr 15, 2019 Apr 15, 2019

Copy link to clipboard

Copied

Are you using push notifications in your app? Note that you have to switch in the application.xml between developer and release mode as well when using them:

<key>aps-environment</key>

<string>development</string><key>get-task-allow</key><true/>

<!--<string>production</string>-->

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
Community Beginner ,
Apr 15, 2019 Apr 15, 2019

Copy link to clipboard

Copied

Are you using push notifications in your app?

Yes, we are using the ANEs for Push Notifications from Distriqt.

Note that you have to switch in the application.xml between developer and release mode as well ..

Yes, I have switched to developer mode:

<!-- DEVELOPMENT -->

<key>get-task-allow</key>

<true/>

<key>aps-environment</key>

<string>development</string>

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
Community Beginner ,
Apr 15, 2019 Apr 15, 2019

Copy link to clipboard

Copied

LATEST

Okay... found it ...

left the following while testing various combinations and that was the problem:

<key>beta-reports-active</key>

<true/>

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