nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 526 forks source link

iOS ERROR ITMS-90046 Code Signing Entitlements not supported on iOS. value 'app links:*my_domain.com' for key 'com.apple.developer.associated-domains' #137

Closed GitFr33 closed 6 years ago

GitFr33 commented 6 years ago

When I try to upload my app to test flight after adding this plugin I am getting ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'app links:*my_domain.com' for key 'com.apple.developer.associated-domains' in 'Payload/my_app.app/my_app' is not supported."

I have enabled Associated Domains for my bundle id on developer.apple.com and the correct Associated Domains are showing up in the Capabilities tab in Xcode.

What should I look for to resolve this?

PaolinoD commented 6 years ago

Hi,

seems like something in the actual value is wrong.

Try with app links:*.my_domain.com

--p

GitFr33 commented 6 years ago

Thanks for your help @PaolinoD, After changing the value as you said and deleting and regenerating all my Xcode certificates I eventually got it to build and upload. However my universal links still don't seem to be working at all in iOS...

davidhedelin1 commented 6 years ago

Change this in Entitlements.plist:

aps-environment development

To this:

aps-environment production