iOS Question Sign in b4i with other certificates

RAFA BRAVO

Active Member
Licensed User
Longtime User
If I'm given a package name, a .p12 file, and a .mobileprovisioning file, could I sign from b4i? What steps do I need to take in that case? Thanks
 

Sandman

Expert
Licensed User
Longtime User
I doubt this will work for you*, but please report back and tell us how things worked out.

(* Because you also need their certificate, which is per-team. In theory you could make your own certificate, but that wouldn't match the certificate used for generating the provisioning file. Would love feedback if I'm wrong.)
 
Upvote 0

RAFA BRAVO

Active Member
Licensed User
Longtime User
Could you help me figure out what I need to do in Xcode? If it's not too complicated, I'd like to continue developing with b4i.
Do I need to change the package name in Xcode and add the credentials?

First, I'd like to compile with my account credentials and see that it works on my phone. I tried uploading the .p12 file to the keychain, but it says the password is incorrect.
Thanks
 
Upvote 0
Top