Another Android InApp Billing question...
I got the following error:
This version of application is not configured for billing.
, while trying to purchase a real configured managed item. I have already multiple versions released for production. They do not contain any billing code, but I thought signing a release build from my current dev branch with the same version number and name as the last apk in store, would suit - but it don't.
What have I done on my dev branch apk:
added permission to manifest
added billing code to do a purchase with my sku
changed version name and number to be same as last store version
added managed product with same sku to dev console and activated it
waited 24h+
added my google accounts from device to alpha testers
added my google accounts to Gmail accounts with testing access in devC>settings>Account Details
build apk for release and signed it as usual with release key
What am I might be missing here? Thank you in advance!