cafebazaar / Poolakey

Android In-App Billing SDK for Cafe Bazaar App Store
Apache License 2.0
71 stars 22 forks source link

Correct exception when rsa key not provided #96

Open ehsannarmani opened 2 months ago

ehsannarmani commented 2 months ago

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.

hamid97m commented 1 month ago

Thank you for your suggestion; we will fix this issue in the next version