When I try to upload my app (made with delphi Rio) to the appStore I have this error message:
ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/myapp.app/myapp' is not supported."
then I look in the myApp.entitlements that Delphi generate and I have:
<key>com.apple.developer.associated-domains</key>
<string>*</string>
But the problem I don't see where I can change this value? it's seam it's the "*" who make a problem, but don't see where I can change it
Original answer:
It looks like the "Associated Domains" option has been selected in your App ID (i.e. on the Apple Developer site), yet Apple are rejecting your app because of it - weird. If it were unsupported, you'd think they'd disable the option.
You'll need to edit the App ID to deselect the option, regenerate your provisioning profile, rebuild and resubmit your app.
Before you do that, you might want to check the other options in the App ID in case any others are rejected. You should really only select those that you need for your app.
EDIT:
The answer above is not quite correct - it's the "*" value that the App Store is complaining about. As per this link:
Domains must be added individually, as you've now discovered. Obviously, Delphi does not offer this capability at present, but should