iOS Question Bundle ID confusion uploading to Apple

chuck3e

Active Member
Licensed User
Longtime User
I'm trying to upload my app to App Store Connect. I'm using the Hosted Builder. The B4i Build Server upload to Apple is using a bundle ID of B4i.BEFASTER. The App Store bundle ID is:
BEFASTER - xxx.xxxxxx.xxxxx (a backward url). Setting the bundleID in App Store Connect does not allow special characters so I can't register B4i.BEFASTER as its bundle ID. So when I do the Build Server upload to Apple I get the following error message:

Uploading ipa file.
Submitting app (this step can take several minutes to complete).
Error: 2021-04-01 14:11:47.155 altool[27735:9393657] *** Error: Error uploading 'BEFASTER.ipa'.
2021-04-01 14:11:47.171 altool[27735:9393657] *** Error: code 1190 (App Store operation failed. No suitable application records were found. Verify your bundle identifier ‘B4i.BEFASTER’ is correct.)

Is this because B4i.BEFASTER doesn't match the App Store bundle ID of: BEFASTER - xxx.xxxxxx.xxxxx ? How do I make them match?
 
Top