iOS Question certificate and provisioning file conflick

John Woodsmall

Active Member
Licensed User
Longtime User
1.) I have a working app: astro_match
2.) I move it over to a new name: harmonic_stars (change the app name to:Harmonic_Stars
3.) I change the "Build configuation" to "com.harmonic.stars" (also private key changed password)
4.) i download a "Development" certificate.
5.) I build a provisioning file with app id: harmonic stars(com.harmonic.stars)
I choose the devices
I choose the certifcate(2)

6.) using "hosted builder" :

I get:
Provisioning profile "Harmonic_Stars_Development" doesn't include any certificate for which the matching private key is installed in the keychain.

I have tried as many combinations as i can think of.

Help!
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. I find it easier to work with wildcard app ids (*):
SS-2017-01-11_08.57.34.png


2. Don't use development certificates at all. They are not needed. Only production certificates.

The simplest solution in such cases is to delete all certificates and provision profiles and create new ones. It shouldn't take more than a few minutes: https://www.b4x.com/android/forum/t...provisioning-profile.45880/page-5#post-475960
 
Upvote 0
Top