chirag04 / react-native-in-app-utils

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

In-app purchases promotion #179

Closed fluiddot closed 9 months ago

fluiddot commented 6 years ago

I've added some functionality to the library to support the new feature of the in-app purchases promotion. Basically I added a couple of functions to get the promoted product and to trigger the purchase.

The most special part is how you get notified when the app is opened from a promoted product, I solved this by implementing RCTEventEmitter in the class.

Closes #178

philwilks commented 6 years ago

Hey @fluiddot thanks for your work on this. Are you using this modification in production?

fluiddot commented 6 years ago

@philwilks yeah, we released this a couple of weeks ago in our app

melihmucuk commented 5 years ago

any news?

clementinoux commented 5 years ago

Any merge on the roadmap ? @chirag04 @philwilks Thanks guys !

punjasin commented 5 years ago

when it gonna be merge @chirag04 i use it for 2-3 month now but it lack of update another function so i want it to be with release versions

karapish commented 3 years ago

Seems like a useful functionality to have