I have my own developer account, from which I generated certs and mobileprovision files, which I can use to successfully build and test an app with B4i Bridge.
Now I have to publish that app to another account.
My personal account has been joined to the other organization account, I downloaded the .cer file from the other account (already made) and generated a store profile for my app
I added the following directives to address the downloaded files
but compiling fails with
p12 and keystore files are still the ones from my personal account
What is the correct way to compile apps using already existing certs?
Now I have to publish that app to another account.
My personal account has been joined to the other organization account, I downloaded the .cer file from the other account (already made) and generated a store profile for my app
I added the following directives to address the downloaded files
B4X:
#CertificateFile: ios_otherorg_distribution.cer
#ProvisionFile: app.mobileprovision
B4X:
Failed to parse certificate file.Error: security: SecKeychainDelete: The specified keychain could not be found.
What is the correct way to compile apps using already existing certs?