iOS Question OTA Deployer question

JesseW

Active Member
Licensed User
Longtime User
I'm a little confused. sorry... In your OTA Deployer thread, you say
B4X:
1. Add the beta tester device UDID to the provision file and download the updated file.
2. Compile your app in release mode, using the development certificate.
1. which provision file? I have two of them, and use them as shown below
2. which certificate? I have two of them, but don't know how to use them

1635305657014.png


this is the project attributes
B4X:
#Region  Project Attributes
    #ApplicationLabel: Farm Finder
    #Version: 1.0.2
    'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
    #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
    #iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
    #Target: iPhone, iPad
    #ATSEnabled: True
    #MinVersion: 8
#If RELEASE
    #ProvisionFile: store.mobileprovision
#Else
    #ProvisionFile: b4i_bridge.mobileprovision
#END IF
#End Region

Thank you!
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
which provision file? I have two of them, and use them as shown below
The non-store provision profile.

2. which certificate? I have two of them, but don't know how to use them
You should have a single one. There is only one in the screenshot you posted (ios_distribution.cer).
 
Upvote 0
Top