I'm getting the following exception:
java.lang.RuntimeException: javax.crypto.BadPaddingException: unknown block type
in the line:
receipts = helper.decryptReceiptResponse(response, mPublicKey);
The mPublicKey is successfully generated and set. Do you have any ideas or tips where I can start to overcome this issue?
Comments
Do you encrypt your purchase request with something like this?