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."
ON
in Associated Domains in App Ids in apple developerWhat can be the problem? I've tried recreate of all certificates, provisioning profiles etc.
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.