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

Universal Links - ApplicationVerificationFailed

Community Beginner ,
Oct 14, 2015 Oct 14, 2015

Copy link to clipboard

Copied

Can't really find any documentation on this other than in the release notes, but can't get this to compile in Air 19.0.0.190

We've recreated new provisioning files that include Associated Domains, uploaded the appropriate apple-app-site-association file and added the following entitlement to the descriptor

<key>com.apple.developer.associated-domains</key><array><string>applinks:ourdomain.com</string></array>

(Note: we've changed "appslinks" to "applinks"  in the string - I believe the documentation in the release notes has a type-o. but we've tried both)

Now whenever we try to compile with the key above in the descriptor, we always get ApplicationVerificationFailed. If commented out, it compiles fine.

Suggestions?

TOPICS
Development

Views

1.3K

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

correct answers 1 Correct answer

Adobe Employee , Oct 14, 2015 Oct 14, 2015

Can you please check the following blog, may be this can solve your issue:

http://blogs.adobe.com/flashplayer/2015/08/troubleshooting-air-installation-errors-ios-applications.html

-Piyush

Votes

Translate

Translate
Community Beginner ,
Oct 14, 2015 Oct 14, 2015

Copy link to clipboard

Copied

Sorry, I should clarify. The app compiles fine, it simply won't install on the device.

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 ,
Oct 14, 2015 Oct 14, 2015

Copy link to clipboard

Copied

We just realized we had to revert back to Xcode 6 and that we're compiling agains ios8 SDK. Most likely the problem. We'll test again against ios9 SDK when Xcode updates.  Sorry for the early post.

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 ,
Oct 14, 2015 Oct 14, 2015

Copy link to clipboard

Copied

Compiling w/XCode 7 (iOS9 SDK) results are the same. Anyone actually get this to work? Would appreciate some insight. Cheers.

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
Adobe Employee ,
Oct 14, 2015 Oct 14, 2015

Copy link to clipboard

Copied

Can you please check the following blog, may be this can solve your issue:

http://blogs.adobe.com/flashplayer/2015/08/troubleshooting-air-installation-errors-ios-applications....

-Piyush

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 ,
Oct 15, 2015 Oct 15, 2015

Copy link to clipboard

Copied

[Update] - Sorry, I jumped the gun. The app said it installed but didn't actually show up on the device. After unplugging and plugging the device back in, same problem persists.

the only way to successfully get this installed is to comment out the "associated-domains" entitlement. I'd really like to hear about someone that actually got this to work?

You sir are correct. The APS was set to production but the new prov file was set to dev. I've fallen for this one before - Thank you so much Piyush

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
Advocate ,
Oct 22, 2015 Oct 22, 2015

Copy link to clipboard

Copied

You need to activate universal links in the developer certificate, did  you do that? You also have to regenerate all provisioning profiles again, and drop them into iTunes afterwards. The app installs for me with "com.apple.developer.associated-domains" included, but the universal links do not actually open the app, although the file is on the server as described in all the tutorials.

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
Advocate ,
Oct 22, 2015 Oct 22, 2015

Copy link to clipboard

Copied

Okay it is working now.

I was following the guideline in here: Release Notes | Flash Player® 19 AIR® 19, but they are apparently incorrect. Instead create the server json file according to this document App Search Programming Guide: Support Universal Links and make sure that in your application.xml you include the string like so: <string>applinks:www.example.com</string>. Note that it has to be applinks and not appslinks as stated in the Air release notes.

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
Adobe Employee ,
Oct 27, 2015 Oct 27, 2015

Copy link to clipboard

Copied

LATEST

Thanks for highlighting the typo, we apologize about that, release notes are corrected. Thank you for your support.

Regards,

Adobe Air Team

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