Questions tagged [revenuecat]
203 questions
2
votes
2 answers
Are inapp purchases possible without having your own registration system?
I know that they are possible since I implemented consumable purchases and they work but:
If I upload a new version of the app or re install it the consumable purchases are gone. Does not matter if for iOS or android. I used the device ID but that…

dummiethon
- 53
- 1
- 5
2
votes
2 answers
Purchase is a duplicate and will not be reported
I am using package purchases_flutter for handling in app purchase. This package is powered by RevenueCat
Payment dialog appear by executing this line
Purchases.purchasePackage(package);
For android all is working good but for iOS I am facing…

Hemal Moradiya
- 1,715
- 1
- 6
- 26
2
votes
0 answers
How to test currency localisation using Revenuecat in android
I am working on flutter and Integrated Revenuecat with Google and Apple, In Apple I can easily test the currency localization by creating a user account with different countries in the Apple sandbox account, Then I can easily test my app.
But In…

M.ArslanKhan
- 3,640
- 8
- 34
- 56
2
votes
0 answers
How to make multi-subscriber modelling like Twitch,OnlyFans
I want to make dynamic multi-subscribing modeling like Twitch, Onlyfans. For example, my customer can subscribe user1 feed also user2 feed but user1 and user2 is not static, it's dynamic.
How can I achieve this in RevenueCat? Is subscribing API…

guccisekspir
- 1,359
- 1
- 9
- 29
2
votes
1 answer
How can I get "Associated Entitlements" for a product in RevenueCat?
I have multiple entitlements in my app and I want to group the products under respective entitlement on my paywall. I am able to get only purchased entitlements from getPurchaserInfo. Is their a way to get the "Associated Entitlements" for all…

Raj Oberoi
- 21
- 1
- 2
2
votes
1 answer
Test Flight issues with Consumable Purchases - RevenueCat
I am testing a tvOS (15.2) app that has a subscription and two consumable product IAP. The consumable product IAP works properly when running the tvOS app via Xcode. However, when running the same app via Test Flight, the consumable IAP does not…

C6Silver
- 3,127
- 2
- 21
- 49
2
votes
0 answers
Revenuecat logging in users with google or apple ids
I want to integrate my app into a subscription based pricing and i am wondering this. Lets say i want to offer my users a subscription based pricing, is it mandatory to login the user first with google and then hook in revenuecat sdk or how does…

Gandalf
- 1
- 29
- 94
- 165
2
votes
1 answer
Why google play billing subscription instantly gets canceled?
I have integrated the google play billing library inside my application to make a subscription purchase. It works well. The user receives purchase confirmation mail from google.
confirmation mail from google
The active subscription is also visible…

Vaibhav Patel
- 21
- 1
- 2
2
votes
1 answer
Getting empty title and description for IAP product on iOS
Every thing was working fine until my app got approved by App Store Connect.
When my IAP was on "Ready to Submit" I was getting my product just fine. But now, it is on the "Approved" state and my product is coming with empty title and description.…

Dpedrinha
- 3,741
- 3
- 38
- 57
2
votes
1 answer
Restore purchase completion results (iOS)?
I am new in in-app purchase. I am using RevenueCat. I restore purchase like this:
Purchases.shared.restoreTransactions { (purchaserInfo, error) in
}
When there is no purchased product, I want to show to user alert message like this:
You don't have…

Shohin
- 519
- 8
- 11
2
votes
0 answers
App using RevenueCat keeps getting rejected by Apple with "Purchase Already in Progress" error
I am using RevenueCat in my iOS and Android Flutter app, for allowing the purchase of a monthly/annually subscription.
On my Sandbox environment everything works great, but for some reason, my app was rejected by Apple more than 5 times with the…

F.SO7
- 695
- 1
- 13
- 37
2
votes
1 answer
purchaserInfoUpdateListener Never Called on RevenueCat
I'm using React Native SDK of RevenueCat.
I'm following official example.
I can make purchase on iOS and get You're all set. Your purchase was successful prompt.
Problem is purchaserInfoUpdateListener is never called and purchase always fall to…

ilvthsgm
- 586
- 1
- 8
- 26
2
votes
1 answer
Revenue cat User is ineligible for that action. & User is ineligible for promotional offer
I have an Appstore autorenewing subscription with an offer attached, which I can successfully fetch with the SKProduct.discounts, but when I try to get the SKPaymentDiscount with this code:
Purchases.shared.paymentDiscount
I get the following…

Johan Albrectsen
- 695
- 1
- 5
- 14
2
votes
1 answer
Revenuecat React-Native iPad Purchases.purchasePackage - promise not settling
using
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-purchases": "^3.0.6",
We're having a problem on an 11" iPad running through testflight on iOS version 13.3.1. Everything works on all simulators, and our iPhones and other iPads…

AnthonyJoeseph
- 223
- 3
- 10
2
votes
2 answers
Exposing all RevenueCat PurchasesErrorCode codes in flutter
I need to trap all of the listed PurchasesErrorCode error codes in my Flutter app so I can respond to them accordingly.
Currently I can only trap "userCancelled", for everything else I can only report the information returned in the standard…

liondog
- 35
- 6