简体   繁体   中英

Google play debug purchase

I have an app in google play alpha testing. I'm a tester as well. The issue is I'm not able to debug the purchase flow. I read all the posts here in Stackoverflow and nothing helped. Sometimes I'm receiving errors like: "This version of the application is not configured for billing" or "The item you were attempting to purchase could not be found" although My versionCode and VersionName are the same as in Google play console. I'm also added to build.gradle in the buildTypes{}:

minifyEnabled false
debuggable true

And to the Manifest:

android:debuggable="true"
tools:ignore="HardcodedDebugMode"

Can someone provide a Step by step explanation on how to debug a Google play purchase?

You need to check "Release management" -> "App signing" in Play store console. You should use same app signing key as your debug's. Google play would generate one automatically by itself if you don't upload yours. Just request updating it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM