简体   繁体   中英

Can't validate Flutter iOS application to AppStore

I've prepared my app to AppStore, successfully built it in Xcode and then try to Validate and got an error: "App Store Connect Operation Error No suitable application records were found. Verify your bundle identifier 'io.flutter.flutter' is correct."

I use another identifier in the app. It is the 2 build of version, first was successfully uploaded to TestFlight two weeks ago. What's wrong?

Your bundle identifier has been set wrongly ( io.flutter.flutter ). It needs to match the bundle identifier from the developer portal and the app created on App Store Connect. Change it to the one you use in the app.

有必要将ios / Runner / Info.plist文件中CFBundleExecutable的值从$(FLUTTER_BUILD_NAME)替换为$(EXECUTABLE_NAME)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM