Missing Entitlements on App Store Connect uploaded Builds #2173
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
I don't quite know what file is ultimately is responsible for the correct capabilities. But what i've done is
I also checked the Entitlement relevant Build Configuration Links as seen here: I suspect the generated Expected resultsHaving the mentioned Capabilities listed in App Store Connect and not getting a Email about the Infamous Actual results![]() As well as the Build id (optional)6544e75df65ed22c8e0bf30a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Further investigation hints towards the |
Beta Was this translation helpful? Give feedback.
-
I guess ITMS-90078 is about push notifications. If you want to enable push notification, you need to configure XCode correctly. **You need to have 2 capabilities added to your XCode: https://firebase.flutter.dev/docs/messaging/apple-integration/ this will help for the configurations.** I don't recommend you to manually edit files but i think you need to manually edit AppDelegate.swift
it suppose to look like this. Inside your Runner.entitlements don't forget to enable production:
I always debug with release mode on maybe this would help either. |
Beta Was this translation helpful? Give feedback.
-
I found out that out project files were corrupted in some way. 😞 Now its fixed. (Had nothing to do with codemagic) |
Beta Was this translation helpful? Give feedback.
I found out that out project files were corrupted in some way. 😞 Now its fixed. (Had nothing to do with codemagic)