iosapp-store-connectapplication-loadergoogle-app-indexing

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."

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


Solution

  • 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.