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.
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
Don't panic! Edit: The IDE must be configured with javac from OpenJDK 14: https://www.b4x.com/b4j/files/java/jdk-14.0.1.zip Otherwise the key created will be invalid and you will later encounter this error: MAC verification failed during PKCS12 import (wrong password?) While this process can...