C catyinwong Active Member Licensed User Longtime User Jan 6, 2020 #1 I am trying to follow the steps here : https://www.b4x.com/android/forum/t...icate-and-provisioning-profile.45880/#content When I am trying to create a certificate in the apple developer account, I selected the certSigningRequest.csr in the SignKeys folder. And it was detected as "Invalid Certifcate" when I pressed continue. So I am stuck here. May I know what the problem is ?
I am trying to follow the steps here : https://www.b4x.com/android/forum/t...icate-and-provisioning-profile.45880/#content When I am trying to create a certificate in the apple developer account, I selected the certSigningRequest.csr in the SignKeys folder. And it was detected as "Invalid Certifcate" when I pressed continue. So I am stuck here. May I know what the problem is ?
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2020 #2 How did you create certSigningRequest.csr? Start from scratch. Delete all files in the keys folder. Upvote 0
C catyinwong Active Member Licensed User Longtime User Jan 6, 2020 #3 Erel said: How did you create certSigningRequest.csr? Start from scratch. Delete all files in the keys folder. Click to expand... I have deleted the key folder >> opened a new blank project >> Sign Key >> CreateNew >> Set Password >> get a new .csr file but the apple still says it is an invalid certificate... why? Last edited: Jan 6, 2020 Upvote 0
Erel said: How did you create certSigningRequest.csr? Start from scratch. Delete all files in the keys folder. Click to expand... I have deleted the key folder >> opened a new blank project >> Sign Key >> CreateNew >> Set Password >> get a new .csr file but the apple still says it is an invalid certificate... why?
Erel B4X founder Staff member Licensed User Longtime User Jan 7, 2020 #5 Just tried it and it worked properly. 1. Are you setting the certificate type to: iOS Distribution (App Store and Ad Hoc) ? 2. Try it with a different browser. Chrome or Firefox. Upvote 0
Just tried it and it worked properly. 1. Are you setting the certificate type to: iOS Distribution (App Store and Ad Hoc) ? 2. Try it with a different browser. Chrome or Firefox.