I tried following these steps but I'm not getting it right:
My certificate and provision looks like this:
I understand I must not compile it with the store profile so I tried with only:
But I don't get a download URL.
I tried creating a Ad Hoc Profile with the distribution certificate:
But I'm still not getting a download URL.
Can someone please explain it like I'm 5 years old...
Testing apps in Release mode without going through the store?
How do I load a release build to my test device? Actually I'm using these sequence: "Build release app" "Download last build" "Upload to iTunes connect" and then I can test my app with TestFlight, but the whole process means going through the app store. Is there a way to send the build...
www.b4x.com
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...