Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90046: "Invalid Code Signing Entitlements." using custom applinks

I've tried to upload application to apple store using Application Loader include Associated Domains in application entitlements but I have an error:

ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'applinks:http://XXX.internal/' for key 'com.apple.developer.associated-domains' in 'Payload/MyApp.app/MyApp' is not supported."

  • I use distribution certificate
  • I have checked to ON in Associated Domains in App Ids in apple developer
  • I have created provisioning profile using app ids (with enabled Associated Domains) and distribution certificate

What can be the problem? I've tried recreate of all certificates, provisioning profiles etc.

like image 967
edzio27 Avatar asked Jan 18 '16 10:01

edzio27


1 Answers

I have solved this issue. My problem was that I wrote wrong domain name. I had before:

applinks: http://something.com

and now I have:

applinks:something.com

And it's working great.

like image 116
edzio27 Avatar answered Oct 03 '22 14:10

edzio27