Bug? An error occurred. Invalid package name

Alankoba

Member
Licensed User
Longtime User
I'm trying to update an already published application (developed earlier in xCode), but it appears this error message when attempting to change the package name . What should I do?

naapple2.png


App in Apple iTunes Connect
naapple.png



It seems that the problem is with the traits
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Follow these steps:
1. Create a new build configuration for release deployments (MyRelease).
2. Save your project.
3. Edit the b4i file and set the correct package name:

SS-2016-09-21_08.26.06.png


4. Reload the project.

Switch to MyRelease when you want to build a release build. It will fail to compile in debug mode but will work in release mode (Alt + t + b + r).
 

Alankoba

Member
Licensed User
Longtime User
tks Erel.

It would be possible to solve this issue in the next updates of B4i?
 
Top