Android Question Signature Verification Failed

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Signature verification failed for Product ID android.test.purchased (response: -1003:purchase signature verification failed)

EVERY time I try a purchase with the android.test.purchased key I get Signature Failed.

I have tried Publishing, Un-publishing the App. Cleared the PlayStore date / cache

As show below the Purchase completes but fails.
YET I can consume the product (strange) would have thought that would fail as well.

Just lost at what next to try.

===============================================================
Main - BillingManager_PurchaseCompleted
Success = false
Product.DeveloperPayload = False~285212672~1475026091462~0~1~F0:6B:CA:DE:77:4B~0~
Product.ItemType = inapp
Product.ProductId = android.test.purchased
Product.PurchaseState = 0
Product.PurchaseTime = 0
Product.toString = Purchase(type:inapp): android.test.purchased, state = 0
Product.Token = inapp:com.BOBs.BBS:android.test.purchased
===============================================================
Main - BillingManager_ProductConsumed
Success = true
Product.DeveloperPayload = False~285212672~1475026091462~0~1~F0:6B:CA:DE:77:4B~0~
Product.ItemType = inapp
Product.ProductId = android.test.purchased
Product.PurchaseState = 0
Product.PurchaseTime = 0
Product.toString = Purchase(type:inapp): android.test.purchased, state = 0
===============================================================

B4X:
 gBillingManager.RequestPayment("android.test.purchased", "inapp", "False~285212672~1475026091462~0~1~F0:6B:CA:DE:77:4B~0~")
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I guess delete this question.

It is working fine with REAL products. Why it doesn't work with the test key is a mystery
 
Upvote 0
Top