Copy link to clipboard
Copied
Air 27 / iOS Debug/Standard - (note: Ad Hoc builds but will not install on device)
If I comment out the following entitlement - all is well.
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:www.mysiteurl.com</string>
</array>
The appropriate "apple-app-site-association" file is accessible
This is the error when debugging - and the APP fails to install on device:
Error occurred while installing the application:
Installation Error: ApplicationVerificationFailed.
Logs reveal nothing more than the above
Answer 7 on this page may be important:
objective c - com.apple.developer.associated-domains issue when validating iOS app - Stack Overflow
Copy link to clipboard
Copied
does your "www.mysiteur.com" served from HTTPS ?
Copy link to clipboard
Copied
Sure is, yes - accessible over https
Copy link to clipboard
Copied
Answer 7 on this page may be important:
objective c - com.apple.developer.associated-domains issue when validating iOS app - Stack Overflow
Copy link to clipboard
Copied
Ah, well done Colin, thank you!
After unchecking, saving - then checking "Associated Domains" - then regenerating the Provisioning Profiles - all is well.