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</st ring></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?