Skip to main content

Hello,

As far as I can see there is a subscriptionPeriod property available on both Android and iOS, however I do not see anyway of accessing this through the React native SDK. Is this something that is available?

 

Thanks

Hi @Edward Armstrong, you could get the packageType of the product with the React Native SDK: https://github.com/RevenueCat/react-native-purchases/blob/main/src/offerings.ts#L207 (it corresponds to these values: https://github.com/RevenueCat/react-native-purchases/blob/main/src/offerings.ts#L2-L48)


Reply