-
1. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
Nimisha1 Aug 7, 2012 11:49 PM (in response to air developer 117)Can you please give some details of your problem like what is the code your app is using and the app-xml also?
Also can you give a try installing via iTunes/Xcode?
Thanks,
Nimisha
-
2. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
air developer 117 Aug 8, 2012 2:35 AM (in response to Nimisha1)also tried under mac, itune failed, and adt failed with same error.
app.xml changed like:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.4">
...
<Entitlements><![CDATA[ <key>application-identifier</key> <string>xxxxxxx.com.xxxxxx</string> <key>get-task-allow</key> <true/> <key>aps-environment</key> <string>development</string> <key>keychain-access-groups</key> <array> <string>xxxxxxx.*</string> </array> ]]></Entitlements> -
3. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
Nimisha1 Aug 8, 2012 2:56 AM (in response to air developer 117)Are you providing the "Bundle seed Id" in the app-id tag?If yes then remove that and simply provide string like this <string>com.domain.example</string> .
Also you can refer my reply at the thread http://forums.adobe.com/thread/1039052?tstart=0
-
4. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
air developer 117 Aug 8, 2012 11:02 PM (in response to Nimisha1)Thanks!
Finally got installed.
It is due to *.mobileprovsion. I have changed the options in App ID to enable APNs on dev site, but i didn't regenerate the mobileprovision file. and, downloaded the file which never get update.
But when run the application, caught another error:
VerifyError: Error #1014: Class flash.events::RemoteNotificationEvent could not be found.
Please give me some hint on this?
-
5. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
neh@adobe Aug 8, 2012 11:11 PM (in response to air developer 117)Could be a swf version issue. You will need to use -swf-version 17 ?
-
6. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
air developer 117 Aug 8, 2012 11:52 PM (in response to neh@adobe)You are absolutely correct! Thanks, And it works!
-
7. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
kc2scy Oct 4, 2012 11:41 AM (in response to air developer 117)Hello i'm having the same probelm and I added the commnad line -swf-version 17 and I still get the error?
I have version 11.4 downloaded and place in this folder:
C:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\frameworks\libs\player\11.4
do I need to move this file somewhere else?
thanks
-
8. Re: Try new APNs , deploy by adt to iphone, caught Installation Error: ApplicationVerificationFailed.
air developer 117 Oct 5, 2012 8:36 PM (in response to kc2scy)ApplicationVerificationFailed, there may be many reasons, as far as I know. you can check the install log use Mac OS's Organizer app.
The new version of flash player comes with AIR 3.4 sdk, no replacement should be required.
Check the provision file you packed, open it with text editor, and make sure it has '<key>aps-environment</key>', otherwise you should regenerate it on the apple's site.
Also notice to install the right provision file to your phone(debug or adhoc), and adt pack with the right command line option 'ipa-debug' or 'ipa-adhoc'.
app store version couldn't be installed, cause it must verified by apple first.


