Error Uploading App To iOS App Store

Hey guys, we’re trying to add an associatedDomain to our app.json, but when we did that the Application Loader won’t take our app.

We’re letting Expo handle the certificates, so it must be something that’s created poorly there.

Our full error is:

ERROR ITMS-90163: “Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: ‘com.apple.developer.associated-domains’ in ‘Payload/ExpoKitApp.app/ExpoKitApp’.”

We were building just fine before we tried to add the associatedDomains in app.json but now running into this. Can anyone give any advice here?

Revoke your provisioning profile and regenerate it :slight_smile:

Revoke and regenerate it on the Apple Developer console, or run the command expo build:ios -c to create new certs?

Revoke on apple and regenerate with expo-cli is the simplest solution, I believe

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.