【发布时间】:2022-08-17 07:30:08
【问题描述】:
我使用 eas build 后跟 eas submit 将我的 react-native 应用程序发布到 Apple App Store。
第一个 submit 总是通过,但随后的提交给出了这个错误:
✖ Failed to create App Store app xxx.
The provided entity includes an attribute with a value that has already been used - The Bundle ID you entered has already been used.
The provided entity includes an attribute with a value that has already been used on this account. - The app name you entered is already being used for another app in your account. If you would like to use the name for this app you will need to submit an update to your other app to change the name, or remove it from App Store Connect.
Please visit https://appstoreconnect.apple.com and resolve any warnings, then try again.
Error: Submission failed
这是我第二次尝试通过 expo eas 服务创建新应用并更新其版本。请帮忙。
标签: react-native expo app-store-connect ipa