Skip to main content

Posts

Showing posts from February, 2017

Testing IAP for Google play from Myanmar

Sign and build the unity game for playstore Upload APK to alpha release Add In-app products in the playstore publisher console Open Flash VPN and connect to USA or others Settings -> App -> Playstore -> Clear Data Settings -> App -> YourApp -> Clear Data Now can test the game from your application! Let’s recap here: Your app is published (i.e., not in draft). The APK   must be published (either production, alpha or beta channels). The APK you uploaded matches the one you’re testing with when it comes to version code, version name, and keystore signature. When testing on the device, you’re using a different account than the one tied to the Play Console (i.e., not your developer account). The instructions to wait 15 minutes are a bit too optimistic, as it can take up to 2 hours for changes to propagate from the Play Console. Double check that the SKU you’re using in the app matches the one for the product that was configured in the Play Console. Doub