简体   繁体   中英

In-app purchase error of item is not avaliable in android?

I have problem with In-app purchase. I done all this for this with is required.

This is my code for open purchase intent.

mHelper.launchPurchaseFlow(getActivity(), "test", RC_REQUEST1, purchaseFinishedListener, payload);

In this code in-stand of test I try my all id but same problem with all. See in this pic

应用内错误。

please check that "billing" permission is there in your manifest file or not!!

If you didn't give it then add this in your manifest file.

<uses-permission android:name="com.android.vending.BILLING" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM