Skip to main content
Participant
April 15, 2019
Question

Installation Error: ApplicationVerificationFailed. (still)

  • April 15, 2019
  • 2 replies
  • 974 views

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

This topic has been closed for replies.

2 replies

Participant
April 15, 2019

Okay... found it ...

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

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

<true/>

natural_criticB837
Legend
April 15, 2019

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

Participant
April 15, 2019

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>