iOS Question Testing release version of app

biometrics

Active Member
Licensed User
Longtime User
I tried following these steps but I'm not getting it right:


My certificate and provision looks like this:

B4X:
#If RELEASE
   #CertificateFile: ios_distribution.cer
   #ProvisionFile: Firebase.mobileprovision
#Else
   #CertificateFile: ios_development.cer
   #ProvisionFile: Firebase_development.mobileprovision
#End If

I understand I must not compile it with the store profile so I tried with only:

B4X:
   #CertificateFile: ios_development.cer
   #ProvisionFile: Firebase_development.mobileprovision

But I don't get a download URL.

I tried creating a Ad Hoc Profile with the distribution certificate:

B4X:
   #CertificateFile: ios_distribution.cer
   #ProvisionFile: Ad_Hoc.mobileprovision

But I'm still not getting a download URL.

Can someone please explain it like I'm 5 years old... ;)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. I don't recommend using a development certificate at all. It is not needed except of a few rare cases.
2. There is no difference between running debug mode and release mode. Use the same certificate and provision profile and choose Alt +T + B + R. The app will be installed on the connected device and you will be able to run it.
 
Upvote 0

biometrics

Active Member
Licensed User
Longtime User
1. I don't recommend using a development certificate at all. It is not needed except of a few rare cases.
2. There is no difference between running debug mode and release mode. Use the same certificate and provision profile and choose Alt +T + B + R. The app will be installed on the connected device and you will be able to run it.
So I just need this?

B4X:
   #CertificateFile: ios_distribution.cer
   #ProvisionFile: Firebase.mobileprovision
 
Upvote 0

biometrics

Active Member
Licensed User
Longtime User
Yes. And switch to a store provision profile when needed.
I think this is maybe where I'm getting lost. Is what I am using not the store provision profile? This is how I've been publishing to the app store for years?
 
Upvote 0
Top