in app purchase - With new in-app billing, com.android.vending.billing.PURCHASE_STATE_CHANGED intent is no longer being sent -


my android app makes in-app purchase using old (v2) version of android's in app billing architecture. not able update clients v3 yet. however, on phones, new "checkout experience" being shown during purchase -- google-provided dialog purchasing item has changed more modern look. fine, except along change, key part of in-app purchase flow has stopped working, namely sending of com.android.vending.billing.purchase_state_changed intent, vitally important.

thinking must doing wrong, hunted down , found old sample app (dungeons) illustrates use of old v2 in-app purchase api. sure enough, sample fails complete purchase, because android (with new fancier in-app purchase dialog) no longer sending intent.

has else seen old v2 in-app purchase flow break, , found way work around it?

i love attach images of way in-app-purchase dialog looks on old phone (where dungeons sample succeeds make purchase) , new phone (where dungeons fails due lack of purchase_state_changed intent). unfortunately don't have enough reputation on stack overflow post links images.

thanks!

greg


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -