Testing Android In App Billing real purchases -
what conditions test real purchases, when have tested app using test product android.test.purchased ? there few steps need pass, remembering, of them need time update on google play servers. for example, let's use com.example.product our real product id. time shows in example change own. upload apk file you can't test real purchases in debug mode. need download app beta, google know it's ok make purchases in app. check if have billing permission in androidmanifest.xml : <uses-permission android:name="com.android.vending.billing" /> change android.test.purchased com.example.product , export *.apk file. must signed ! publish apk in beta, you can go next steps, you'd need time beta ready download. add new product you can't add new product until have published beta. you can't test subscriptions, products. can test subscriptions (they renewed every 24h) go products section in google play develop...