Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
534 views
in Technique[技术] by (71.8m points)

ios - Incorrect bundle identifier for Expo App when uploading .ipa to the App Store with Transporter.app

After building an Expo application archive via expo build:ios, uploading the .ipa file via Transporter.app fails with this error:

Could not create a temporary .itmsp package for the app "filename.ipa"
No suitable application records were found. Verify your bundle identifier "___" is correct.

The bundle identifier shown in the error message has been quadruple checked and is correct and matches the bundle identifier created by Expo in the Apple developer portal.

As the documentation suggests I have logged into iTunes connect and accepted the terms, I'm logged in Transporter (I've restarted both this app and the computer a couple of times) but I always get this error.

Any ideas?

On this link there is a screenshot.

Thank you!

question from:https://stackoverflow.com/questions/65645220/incorrect-bundle-identifier-for-expo-app-when-uploading-ipa-to-the-app-store-wi

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This was resolved for me when I created an app at App Store Connect, which is separate from the steps to create certificates and provisioning profiles in the Apple Developer Portal.

Once I created a new App there and mapped it to the bundle identifier I created in the Apple Developer Portal, I was able to upload the binary.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...