Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> You should consume item if this is consumable. Hope you can study more on android iap feature since this is just the bridge that makes your life easier. #496

Closed
ko-devHong opened this issue May 21, 2019 · 3 comments · Fixed by #510
Labels
🤖 android Related to android 🙏 help wanted Extra attention is needed 👣 waiting for response Need feedback to continue

Comments

@ko-devHong
Copy link

You should consume item if this is consumable. Hope you can study more on android iap feature since this is just the bridge that makes your life easier.

I'm already using that function.

  try {
      const result = await RNIap.initConnection();
      await RNIap.consumeAllItems();
      console.log("result", result);
    } catch (err) {
      console.warn(err.code, err.message);
    }

Originally posted by @StudyTae in #494 (comment)

@hyochan hyochan added 🤖 android Related to android 🙏 help wanted Extra attention is needed labels May 21, 2019
@hyochan
Copy link
Owner

hyochan commented May 21, 2019

So is this consumable?

@hyochan hyochan added the 👣 waiting for response Need feedback to continue label May 22, 2019
@ko-devHong
Copy link
Author

ko-devHong commented May 30, 2019

So is this consumable?

this is not consumable === RNIap.consumeAllItems();?

@hyochan
Copy link
Owner

hyochan commented Jun 9, 2019

I believe #510 fill fix this issue.

@hyochan hyochan mentioned this issue Jun 9, 2019
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Related to android 🙏 help wanted Extra attention is needed 👣 waiting for response Need feedback to continue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants