我在 android 应用程序中集成了 paypal。付款很好,通过移动SDK。但验证有问题。1)验证必须使用经典API吗?2)当我使用自适应支付进行验证时,根据https://developer.paypal.com/webapps/developer/docs/integration/mobile/verify-mobile-payment/
sdk-config.properies上有一个sdk_cert.p12文件设置,acct3.CertPath=resource/sdk-cert.p12
现在我总是出错。java.security.NoSuchAlgorithmException: KeyManagerFactory SunX509 implementation not found 问题: 1) 我使用的是 android,如何设置正确的 certpath?2)我不能使用这个证书路径吗?
谢谢