I'm experiencing issues with InApp Billing on Android 5.
I'm always getting following error:
11-06 13:09:17.533: D/Finsky(2105): [1] PurchaseFragment.handleError: Error: PurchaseError{type=3 subtype=12}
11-06 13:09:17.533: D/Finsky(2105): [1] PurchaseFragment.fail: Purchase failed: PurchaseError{type=3 subtype=12}
The app correctly gets all packages from the play store billing service but the payment produces the error: "This version of the application is not configured for billing through Google Play. Check the help center for more information."
On device Using Android 4.4 (Nexus 5) this error doesn't appear and I'm taken straight to the payment.
This error appears also when I use the application from here: Current Android IAB reference (Also including creation of explicit intent from different answer)
I went through the checklist here: This version of the application is not configured for billing through Google Play
Tested on devices: Nexus 5, Nexus 7 and Nexus 9 running all slightly different versions of developer preview and (in case of Nexus 9) stock Android 5 so it's not device depending. Test accounts are different on each device.
Also this problem occurs when both using native java code and adobe air application with native extension.