iOS Question returning to b4i... however... I forgot the private sign key password... did I lose everything?

Waldemar Lima

Well-Known Member
Licensed User
Longtime User
Hello everyone, I haven't used b4i for almost a year, however, I no longer remember the Private Sign Key password, is it no longer possible to update the application in the Apple store?

Unfortunately, I find it very unmotivating to create apps for Apple due to the certificate mess.


Can someone give me a light?
 

Waldemar Lima

Well-Known Member
Licensed User
Longtime User
when debugging, I get this error... is there a way to fix it?

B4X:
B4i Version: 8.50
Parsing code.    (0.06s)
Building folders structure.    (0.05s)
Compiling code.    (0.17s)
Compiling layouts code.    (0.01s)
Compiling debugger engine code.    (1.50s)
Building Xcode project.    (0.17s)
Preparing project for builder.    (0.80s)
    Project size: 0.58 MB
Sending data to remote compiler.    Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
I believe its due to the new password which does not match your old CSR.

Here is how to resolve it.
You can do backup of your old keys folder. (Not really necessary)
1. Delete these files

2. Goto Tools->Private Sign Key. Set your new password which will recreate the 3 files above.

3. Goto your developer dashboard and recreate your certificate using the certSigningRequest.csr, AlsoEdit your profiles by including the new certificate into them. Download them into your keys folder and you are good to go

Follow the official B4i tutorial
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…