react-native-purchases
react-native-purchases copied to clipboard
React Native in-app purchases and subscriptions made easy. Support for iOS and Android.
It would be quite nice a re-assuring to have access to raw receipt data after making a purchase. Perfectly reasonable place to find it: ````javascript const data = await Purchases.purchasePackage(item);...
I have added react native purchase. and it is showing me the Apple Pay modal. But not asking for any sandbox account. As If I do purchase without login to...
According to typescript there should be a prop `amountMicros` in `SubscriptionOption` section of the offering. However I am only seeing `currencyCode` and `formatted` in the actual response. Is there any...
- [X] I have updated Purchases SDK to the latest version - [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [X] I have searched the [Community](https://community.revenuecat.com) - [X] I have...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...
- [X] I have updated Purchases SDK to the latest version - [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [X] I have searched the [Community](https://community.revenuecat.com) - [X] I have...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...
Code: const paywallResult: PAYWALL_RESULT = await RevenueCatUI.presentPaywallIfNeeded({ requiredEntitlementIdentifier: "pro", fontFamily: 'Ubuntu', }); "react-native": "0.72.14", "react-native-purchases": "^7.27.4", "react-native-purchases-ui": "^7.27.4", java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/ViewModelKt; at com.revenuecat.purchases.ui.revenuecatui.data.PaywallViewModelImpl.updateState(PaywallViewModel.kt:220) at com.revenuecat.purchases.ui.revenuecatui.data.PaywallViewModelImpl.(PaywallViewModel.kt:97) at com.revenuecat.purchases.ui.revenuecatui.data.PaywallViewModelImpl.(PaywallViewModel.kt:65) at...
### Versions: react-native-purchases: "^7.24.0" react: "18.2.0" react-native: "0.72.10" expo: "^49.0.21" ### Description: I am encountering an issue exclusively on Android; everything works fine on Apple devices. I can successfully retrieve...
- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...