In Apple's document, it said "You can use the asterisk character * as a wildcard to match variations of an associated domain.” It may looked like this: “applinks:*.users.mywebsite.com”. (Apple document url: https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html)
But when we use character * , our link looks like "applinks:*.codestuffs.com". And we input it in Associated Domains section in the Capabilities tab of project setting. We failed to upload an ipa via Application Loader.
We encounter 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:*.codestuff.com' for key 'com.apple.developer.associated-domains' in 'Payload/BAdaUS.app/BAdaUS' is not supported."
Any hint will be appreciated.