According to the documentation of Google In App billing,
http://developer.android.com/guide/market/billing/billing_overview.html
Apps will receive a pending intent to launch UI interface of the
Checkout upon" REQUEST_PURCHASE ".

I found 3 problems that confused a lot.

1.) After starting and closing (with the back button) the Dungeons
activity as attached above, the mBillingService continues to run and
show in Phone's Running Services info screen.

2.) After launching the Check-Out Intent, I found that a " task kill "
of the activity will not stop the service at all.Then a warning
appeared on the console " Scheduling restart of crashed service
com.android.vending/....... ". Is there any way to control over the
pre-assigned Check-Out Intent ?

3.) If I input an wrong credit card Number, the authentication keep
running without getting back to the calling activity. Any Idea about
this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to