iOS Question An error occurred Invalid package name

Full HD Streaming

Member
Licensed User
Hi guys I get this error saying An error occurred. Invalid package name and I was able to fix it after that I got this new error message saying Error, an application compiled with nonstore provision profile-
I followed these steps:
Goto your Apple developer console,
Click on Profile
Click the + icon to create a new profile
Under DISTRIBUTION, select APPSTORE and click continue
Select your App ID (Identifier) and continue to download.

In your IDE
Add this line to the Main Module with the correct name of your store provision
B4X:

#If RELEASE
#ProvisionFile: YOUR_STORE_PROFILE_NAME.mobileprovision
#END IF
But now I get this error saying:
B4i Version: 8.30
Parsing code. (0.00s)
Building folders structure. (0.05s)
Compiling code. (0.00s)
Compiling layouts code. (0.01s)
Building Xcode project. (0.25s)
Preparing project for builder. Error
Provision profile and certificate do not match.
Can you help me with this, please...
 
Top