patreek / marketbilling

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

Android 4.0 purchase will delay 2 minutes #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
1.Install signed Dungeons Sample APK in Android 4.01 ROM
2.Upload the APK to server and create product id "sword_001"
3.Buy sword in Dungeons, After billing finished, system will toast a message 
like "the item will show shortly"

EXPECTED OUTPUT:
Appliction will receive "com.android.vending.billing.PURCHASE_STATE_CHANGED" 
action several seconds later in Android 2.3, so expected to receive the action 
in a short time.

ACTUAL OUTPUT:
We received "com.android.vending.billing.PURCHASE_STATE_CHANGED" 2 minutes 
later, it also happens in my application and other in-app billing application.

AFFECTED ORDER IDS (IF RELEVANT):

OS VERSION:4.01

MARKET/MYAPPS VERSION:3.4.4

DEVICE:Nexus One

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

NOTES:

Original issue reported on code.google.com by timothyz...@gmail.com on 26 Dec 2011 at 8:34