We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova 6.1.1, iOS9.3.3, IOS8.1都有相同的情况 openssl_wrapper.m下的这里停住了,然后闪退: rsa_private = PEM_read_bio_RSAPrivateKey(bio_private, NULL, NULL, "");
Android下成功调用支付了,应该可以确认是PKSC8格式了吧。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
cordova 6.1.1, iOS9.3.3, IOS8.1都有相同的情况
openssl_wrapper.m下的这里停住了,然后闪退:
rsa_private = PEM_read_bio_RSAPrivateKey(bio_private, NULL, NULL, "");
Android下成功调用支付了,应该可以确认是PKSC8格式了吧。
The text was updated successfully, but these errors were encountered: