iOS Question Application compiled with non-store provision profile.

Maicon

Member
Licensed User
Longtime User
I'm compiling in release mode with the production provision using parallels desktop on the macbook and even then it only compiles in the non-store, I've tried every way to compile, even using the hosted builder, is there any solution for this?


Captura de Tela 2023-10-15 às 16.20.56.png
 

Maicon

Member
Licensed User
Longtime User
You have to create a store provision profile, and reference it
B4X:
#ProvisionFile: YourStore.mobileprovision

So, the mobileprovision is already referenced, it already works with b4i on Windows, but I'm migrating to the Macbook and I can't link this issue

Captura de tela 2023-10-15 175040.png
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
Okay. I dont use Macbook. But what I know is if you compile in release mode with your store certificate specified, it should tell, you use store profile.

1. Check the Developer dashboard and verify your profile if the release_cotacao is truely store provision. Or
2. Comment out your( if debug and all the provision) and use only the release one
 
Upvote 0
Top