Hello I have a problem when I Build Release app.
The message show that App is compiled with non-store provision profile.
I followed all the steps to get the file provisione profile as shown in the tutorial.
My B4i version is 7.80.
You are definitely using Adhoc profile. You have to create a store provision profile.
Goto your Apple developer console,
Click on Profile
Click the + icon to create 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
#If RELEASE
#ProvisionFile: YOUR_STORE_PROFILE_NAME.mobileprovision
#END IF