I am testing In-App Billing for an Android application that uses Google In-App Billing v3. I have one problem that still could not be fixed. When the Google Play dialog box opens after starting the stream of purchases from my application, I don’t see the product description that I entered in the development console. I can get this line using the getSkuDetails () method, and I see the description in the Play Store application, but not in the purchase dialog. Could this be related to the fact that I'm using test purchases?
source
share