You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i provided rsa key is a empty string or something invalid thing, the purchase process is keep going until user payment, and after that purchaseFailed callback is calling with:
com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException: Error parsing public key
I suggest to check that rsa key before start purchase proccess and give a correct exception.
The text was updated successfully, but these errors were encountered:
When i provided rsa key is a empty string or something invalid thing, the purchase process is keep going until user payment, and after that purchaseFailed callback is calling with:
com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException: Error parsing public key
I suggest to check that rsa key before start purchase proccess and give a correct exception.
The text was updated successfully, but these errors were encountered: