Hi,
This is the start of my program:
In my directory b4i-keys-test I have:
B4i.keystore
B4i.p12
certSigningReuest.csr
Default.cer
Default.mobileprovision
@Erel says to add these instructions
example:
the beginning of my program will become:
it's correct?
after I perform Tools-build server-Build release app
After the option: Download last build is enabled but is only for Mac and I don't have a Mac
@Erel say:
....or upload it with the hosted builder: https://www.b4x.com/android/forum/threads/b4i-v2-30-beta-has-been-released.59124/#post-372309
But I did not understand exactly how to proceed
Can you help me?
This is the start of my program:
B4X:
#Region Project Attributes
#ApplicationLabel: MyProgram
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone, iPad
#ATSEnabled: True
#MinVersion: 7
#End Region
In my directory b4i-keys-test I have:
B4i.keystore
B4i.p12
certSigningReuest.csr
Default.cer
Default.mobileprovision
@Erel says to add these instructions
example:
B4X:
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: store.mobileprovision
#END IF
the beginning of my program will become:
B4X:
#Region Project Attributes
#ApplicationLabel: MyProgram
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait
#iPadOrientations: Portrait
#Target: iPhone, iPad
#ATSEnabled: True
#MinVersion: 7
#If RELEASE
#CertificateFile: Default.cer ???????????
#ProvisionFile: Default.mobileprovision ???????????
#END IF
#End Region
after I perform Tools-build server-Build release app
After the option: Download last build is enabled but is only for Mac and I don't have a Mac
@Erel say:
....or upload it with the hosted builder: https://www.b4x.com/android/forum/threads/b4i-v2-30-beta-has-been-released.59124/#post-372309
But I did not understand exactly how to proceed
Can you help me?