Questions tagged [revenuecat]
203 questions
3
votes
2 answers
Flutter in_app_purchase stuck at queryProductDetails() method
#in_app_purchase
I'm using in_app_purchase in my flutter app.
https://pub.dev/packages/in_app_purchase
Firstly I was using RevenueCat services for my IAP services but due to the unavailability of purchase tokens from Revenue Cat. I decided to use…

Dinesh Parmar
- 41
- 3
3
votes
1 answer
RevenueCat - Ionic React - CocoaPods could not find compatible versions for pod "PurchasesHybridCommon":
I'm currently trying to implement the RevenueCat SDK with Ionic React (Capacitor) and whilst building the app using Ionic Appflow I get the following error
[18:38:13]: ▸ [error] Error running update: Analyzing dependencies
[18:38:13]: ▸ Fetching…

joshlat94
- 41
- 1
- 3
3
votes
1 answer
Revenuecat React-Native offerings gets empty object?
I'm using revenuecat for in-app purchase I want to add "Monthly subscription", So I follow the Docs for configuration.
and set up everything as they wrote.
For code part
In App.js
import Purchases from 'react-native-purchases';
export default class…

Oliver D
- 2,579
- 6
- 37
- 80
3
votes
1 answer
Revenuecat products are null while testing and trying to design paywall
Trying to design the paywall following the example flutter app provided by RevenueCat and when I configure the offering are always null.
Running version purchases_flutter: ^1.1.1
Offerings.current = NULL <- this is my problem.
In Google console the…

Gerry
- 1,159
- 1
- 14
- 29
3
votes
2 answers
Play & App Store Webhooks / Server Side Code on subscription start and cancel
I need to add server side logic when a user buys and cancels a subscription. To me this seems like a basic feature that many apps probably use. However as it turns out it's not that simple to setup up the need webhooks.
My App will be available on…

Jonas
- 7,089
- 15
- 49
- 110
3
votes
1 answer
How to determine if a user has been subscribed before - RevenueCat
I would like to be able to determine if a user has ever been subscribed to
be able to change the name of the purchase button. In other words, at start the button will say, Try It Now if the user is currently subscribed the button will say…

fs_tigre
- 10,650
- 13
- 73
- 146
2
votes
0 answers
Unable to complete purchase in revenuecat
I am not able to complete the purchase in revenuecat...
I am able to fetch the subscriptions but I am not able to complete a transaction.
error I am getting::
PlatformException(2, There was a problem with the App Store., {userCancelled: false,…

Juan Casas
- 268
- 2
- 13
2
votes
0 answers
react-native-iap and revenueCat difference
So I've integrated react-native-iap in my app for subscription feature, but I 've read some of the docs online which suggests to use RevenueCat library, I've tested in sandbox & storekit and working fine for now but one of the doc says it works fine…

Riddhi
- 755
- 11
- 31
2
votes
0 answers
How to get payment receipt after payment done from RevenueCat in react native?
I am implementing RevenueCat first time in my react native. I have one non-renewable subscription available on App Store. and now I want to buy that subscription by revenueCat sdk.
The payment is successfully happening at my and but I have to…

Pankaj Sonava
- 519
- 4
- 20
2
votes
1 answer
Unable to start a network connection due to a network configuration issue: https://api.revenuecat.com/v1/receipts
I've integrated google in-app subscription using revenuecat.
Getting this error
Subscription is completed successfully on frontend but not updating in backend. Not found any record in revenuecat transactions.

Muhammad Waqas
- 179
- 7
2
votes
1 answer
This version of the application is not configured for billing through Google Play (in live application)
When I tried to purchase a product with the in-app purchase I am receiving an error as mentioned below instead of in-app purchase dialog
This version of the application is not configured for billing through Google Play
Yes, there are lots of…

Hemal Moradiya
- 1,715
- 1
- 6
- 26
2
votes
0 answers
Revenue Cat firebase integration events need to don't track sandbox purchases
Revenue cat firebase integration events need to don't track sandbox purchases. I tried to disable in firebase extension Test events tracking, but still getting events with environment SANDBOX. How can i disable sandbox purchase tracking to…

Wanderfeys
- 21
- 1
2
votes
0 answers
revenuecat - how originalAppUserId does it work?
I am using a Auto-renewable subscriptions in my app(Android/Flutter). Now I using “test card”/test mode. This is my user case:
My test user have google acc test@test.com(example).
I create a subscription for the first time. I got originalAppUserId…

FetFrumos
- 5,388
- 8
- 60
- 98
2
votes
1 answer
No such module Swift package manager for 'purchases' module
I've quite literally tried everything and read every article/done hours of research. I cannot build my Xcode Project due to the fact it cannot find the module 'purchases' from: RevenueCat/purchases.
Everything was working well before I upgrade my…

Nathan
- 1,393
- 1
- 9
- 40
2
votes
0 answers
RevenueCat: How to add an app for both iOS and Android?
I'm following the QuickStart for RevenueCat and in the 3. Register Your App section it has you select a platform. I selected App Store, and it looks like the only way to add anything for Android is to click the + New at the top right. How do I…

gkeenley
- 6,088
- 8
- 54
- 129