AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
316 stars 192 forks source link

SignatureVerification Failed. #232

Open acentriatech15 opened 6 years ago

acentriatech15 commented 6 years ago

Hi,

I am using In-App Purchase and doing alpha testing, but it is giving me the error of Signature Verification Failed.

My Error is: "code":- 6, "message":"Could not complete purchase", "text":"Signature verification failed for.....", response:- Purchase signature verification failed(1003)

Please help me out, it's urgent!!!!!!

ColDrekken commented 6 years ago

Hi, i face the same issue. Strange thing: it has worked in earlier version of my app and i just add some more in-app products. In my case i was not able to get the products:

07-09 21:01:07.205: D/google.payments(26189): executing on android 07-09 21:01:07.205: D/google.payments(26189): Billing already initialized ...

07-09 21:01:07.267: D/google.payments(26189): executing on android 07-09 21:01:07.267: D/google.payments(26189): get sku:xxxxxxxxx.15minutesboost 07-09 21:01:07.267: D/google.payments(26189): get sku:xxxxxxxxx.30minutesboost 07-09 21:01:07.267: D/google.payments(26189): get sku:xxxxxxxxx.60minutesboost 07-09 21:01:07.308: E/IABUtil/Security(26189): Signature verification failed. 07-09 21:01:07.308: W/IabHelper(26189): In-app billing warning: Purchase signature verification FAILED. Not adding item. 07-09 21:01:07.484: D/SystemWebChromeClient(26189): file:///android_asset/www/js/controllers.js: Line 3313 : Error retrieving SKU details

Any help would be nice:)

Best regards