Unable to load bundle identifiers #1794
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceHello! While setting up Flutter application for iOS - choosing code signing method "Automatic", choosing created API Key and receive an error "Unable to load bundle identifiers Please help why the error happens? Expected resultsHello! While setting up Flutter application for iOS - choosing code signing method "Automatic", choosing created API Key and receive an error "Unable to load bundle identifiers Please help why the error happens? Actual resultsHello! While setting up Flutter application for iOS - choosing code signing method "Automatic", choosing created API Key and receive an error "Unable to load bundle identifiers Please help why the error happens? Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
i can confirm that i have same issue with API key that is valid on appstore connect Unable to load bundle identifiers Loading bundle identifiers for key failed. A required agreement is missing or has expired. - This request requires an in-effect agreement that has not been signed or has expired. |
Beta Was this translation helpful? Give feedback.
Hi @emappstore777 @hatefultester
Based on the error message, it appears that there are some agreements pending on your Apple Developer account. To resolve this issue, kindly visit https://appstoreconnect.apple.com/agreements/#/ and accept these agreements.
Thank you