chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

Work with Consumable products #171

Open BigPun86 opened 6 years ago

BigPun86 commented 6 years ago

Hey there.

i might not get the point correctly, but in my case i want to offer Consumable products within my App. So when the user has purchased a consumable product there should be a possibility to mark the purchasedProduct as consumed?! How would that look like?

chirag04 commented 6 years ago

@BigPun86 I haven't worked with the consumable product flow. I think it should be possible to support this very easily but I'm afraid you will have to do some digging and possible send a PR if something is missing. Let me know what you find.