iOS Question iPhone does not ask to install when i compile in Release

Mike1970

Well-Known Member
Licensed User
Longtime User
hi everyone, i just bought the new license for the hosted-builder, i update the user-id, it compiles.
The problem is that, when i compile in debug, everything is fine.
When i compile in release mode, it just says "you can now download the .ipa etc..." but on the phone no msgbox asking for installation is prompted like usual

What could be? Thanks
 

f0raster0

Well-Known Member
Licensed User
Longtime User
"you can now download the .ipa etc..."

What could be? Thanks
maybe you are doing the compilation to get the ipa to update on Apple store?

What is the full message? (etc....?)

check you are using the right certificate
 
Last edited:
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
I found the problem:

In the Main, there was the conditional compilation.

B4X:
If RELEASE
    'use the other provision profile'
End If

Commenting out this worked
 
Upvote 0
Top