IabHelper PurchaseFinishedListener

后端 未结 4 1390
小蘑菇
小蘑菇 2020-12-08 10:34

If I send a purchase intent via the standard

String mySku = \"android.test.purchased\";

mHelper.launchPurchaseFlow(this, mySku, 10001, mPurchaseFinishedLis         


        
4条回答
  •  一生所求
    2020-12-08 11:32

    In my case, it is working try like this, wait until that google play dialog close itself.Then, the listener will get called

提交回复
热议问题