Questions tagged [revenuecat]
203 questions
0
votes
0 answers
Is signIn must for providing restore on IAP (consumable)?
Buying Flow:
>> User Buying Consumable
>> Ask For Login (Fedrated Sign In Flow)
>> Get Unique User ID
>> Store User ID on Server (Fire Store)
>> Call RevenueCat SignIn
…

Abhijeet Suryawanshi
- 93
- 11
0
votes
1 answer
Android RevenueCat Error 520 on /receipts POST
I am developing billing using RevenueCat. I am getting an 520 error on POST to /receipts after a purchase is completed. Google Play shows window of purchase completed but 5 minutes after I recieve an email of cancellation. These are the logs of the…

Iñigo Bereciartua
- 72
- 1
- 10
0
votes
0 answers
IAP Price using RevenueCat in SwiftUI
I'm trying to get IAP Price to be displayed on a button and it should be based on the location user is from. For eg, if the user is from US, the button should show 'Buy for $0.99'. if they are from India, it should say 'Buy for Rs.81.57'. I've used…

Shana
- 23
- 4
0
votes
1 answer
expo ios command exited with error code 65
I am trying to use revenueCat on my expo managed workflow project using this tutorial. I am trying to test the project by running expo run:ios but I get these bunch of errors. Here is a screenshot -
› 215 error(s), and 1 warning(s)
Failed to build…

shekwo
- 1,411
- 1
- 20
- 50
0
votes
0 answers
Best way to make Paywall for document-based SwiftUI apps
My app displays a Paywall right away. Everything should be working fine as of my tests, but every time I upload the app update to App Store connect, they tell me that there is a problem: Users are not able to get access to premium features after…

Adam M.
- 85
- 10
0
votes
1 answer
Not able to fetch in-app subscriptions via Revenue-cat-react-native-sdk from google play store
I am using Revenue-cat-react-native-sdk for IOS and play store In-app subscriptions. It works flawlessly with IOS (after few days of hard time), but while using this same SDK with android it throws an error while fetching offerings.
Error…

Sudarshan
- 702
- 6
- 24
0
votes
0 answers
Flutter revenuecat Android error with real credit card (Invalid SKU details.. ErrorCode: 5)
In the internal tests with credit card always valid everything works perfectly.
When I test a beta version using a real credit card, i can become a subscriber and unsubscribe. When I try to subscribe again I get the…

user3125223
- 1
- 1
0
votes
0 answers
User gets "Currency not supported" when trying to buy the premium version of my app
I'm using revenuecat + google play with purchases_flutter.
I got a mail from a user saying that they can't buy the premium version of my app due to currency issues. They get an error saying that the "currency is not supported".
Apparently it's only…

Coder
- 340
- 1
- 9
0
votes
0 answers
Firebase Flutter RevenueCat - User get log out almost every time when quitting the app
My app is logging out users since I added RevenueCat every time the user is quitting the app. This is not practical, because every time a user leaves the app, he needs to log in with his email and password.
Here is the code of my main.dart:
AppStore…

anthony
- 1
0
votes
0 answers
RevenueCat SDK (flutter_purchases) not not returning correct thing
1st Error I'm Getting is that occasionally (without an obvious reason), RevenueCat SDK will return nothing inside the 'active subscriptions', even thou I am currently subscribed to something.
2nd Error Problem is that the entitlements inside…

Deen Gangen
- 41
- 5
0
votes
0 answers
StoreKit's isEligibleForIntroOffer returns false
I have two problems:
Product.SubscriptionInfo.isEligibleForIntroOffer always returns true.
product.subscription!.isEligibleForIntroOffer always returns false.
(product is a random Product with proper App Store-setup.)
Earlier I used RevenueCat,…

Display Name
- 4,502
- 2
- 47
- 63
0
votes
1 answer
Cannot load expo dev app on real device: There was a problem loading the project
I'm trying to implement RevenueCat In-App Subscriptions into my Expo managed app, and to test the implementation I need to do it on a real device.
So far, I ran:
expo install expo-dev-client
expo install react-native-purchases
eas build --profile…

Alex Shd
- 81
- 8
0
votes
1 answer
RevenueCat API Key is not accepted in REST call
With Google now requiring a way to cancel subscriptions in the app, we had to add a REST call to our Flutter app (using the endpoint from here), as this isn’t supported by purchases_flutter.
When we call, though, we get a 401 with a response of…

gbryant
- 751
- 5
- 19
0
votes
0 answers
In-App purchases gone after user reinstalls?
I try to keep track of inapp purchases (both ios and android) of users. I want users to use the app without creating an account so I tried using the deviceID but that changes after reinstalls. Same with revenuecats ID
How can I keep track of…
0
votes
1 answer
Invariant Violation: Native module cannot be null. Error when importing react-native-purchases in expo managed project on ios
I have followed this guide to install react-native-purchases in my expo managed project :
https://www.revenuecat.com/blog/in-app-puchase-expo-managed-workflow/
When I import the package with this line : import Purchases from…

Simon Cantin
- 21
- 3