iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
319 stars 21 forks source link

Family sharing #72

Closed dancixx closed 3 years ago

dancixx commented 3 years ago

Hi guys. Can I detect with iaphub if somebody in a family sharing?

iaphub commented 3 years ago

Hey @dancixx, yes we do support iOS family sharing, you can check the isFamilyShare property 👍

dancixx commented 3 years ago

I think about when a user has family package and the other one just got a seat in the family, the member who doesnt pay anything actually, is there a way to identify?

iaphub commented 3 years ago

Like I said you can use the isFamilyShare property we're exposing to detect if it's a free family share purchase. Also keep in mind that if you want to offer this feature, the family sharing must be enabled on itunes connect, it is not enabled by default.