duccong / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

the version of the application is not configured for billing through google play.Check the help center for more information. #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1. Build an app with in-app billing. Test purchasing with 
"android.test.purchased" --> worked OK.
2. Now, change the in-app product ID to my real one "twomonthusage". Test 
purchasing with my real in-app product. --> displayed the message "the version 
of the application is not configured for billing through google play.Check the 
help center for more information."
3.

EXPECTED OUTPUT:

ACTUAL OUTPUT:

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION: API 2.2

MARKET/MYAPPS VERSION: Play Store 3.10.10

DEVICE: samsung Galaxy SII, Play Store version 3.10.10

OUTPUT FROM ADB BUGREPORT ATTACHED:
(Note: The output from "adb bugreport" is required for all bug reports.)

NOTES: Took code from TrivialDrive and produced my app with in-app billing 
feature. Purchasing test in-app product ("android.test.purchased") went through 
ok. However, when purchasing my real in-app product "twomonthlicense" resulted 
in the following situation.
1) on test device: Description of my in-app product was displayed OK.
                   On top of the description of my in-app product, it 
                   popped up an alert window displaying "the version of 
                   the application is not configured for billing through
                   google play.  Check the help center for more 
                   information.".

                   When I pressed "OK", the following screen showed up.

                       Error:Error purchasing:
                       IabResult: User canceled.
                       (response: -1005 User canclled)

2) on LogCat (PC): It displayed setup in-app billing was OK.

                   When the test device displayed the error message,
                   the LogCat displayed the same message below.

                       Error:Error purchasing:
                       IabResult: User canceled.
                       (response: -1005 User canclled)

Original issue reported on code.google.com by jwmyoun...@gmail.com on 11 Feb 2013 at 12:11