iOS Question Question about Bundle ID

Rattigan_Roger

Member
Licensed User
Longtime User
I have a product on the App Store that was generated in XCODE.
The Package Id is Word1-Word2-Word3.Word4
Xcode apparently replaced the blank spaces with - (dashes)
If I try to recreate the PackagecID for the next version of the App the IDE protests with An invalid package name error
Is there s work around or maybe I am just doing something wrong?
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
There is a workaround. Use a different package name during development. When you are ready to release it edit the main project file (.b4i) and change the package name to the correct id. It will be under Build1.

Open the project and compile it with Tools - Build Server - Build release app.

Note that you can add a new build and then just switch between the builds instead of editing the project file.
 
Upvote 0
Top