python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RevenueCat: How to get the purchaseToken in iOS
I need the purchaseToken for our server. This field exsits in the Android API,
/**
* Token that uniquely identifies a purchase.
*/
val purchaseToken: String,
And it is received upon purchase. Bu...
Luda
Votes: 0
Answers: 1
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 a...
Hemal Moradiya
Votes: 0
Answers: 2
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 a...
M.ArslanKhan
Votes: 0
Answers: 0
Revenue Cat: How to manage two different API keys in one Flutter app?
After connecting Revenue Cat with my app on Google Play Store and Apple AppStore I now have two different API keys. One for Google and one for Apple.
But when I want to set the API key inside my Flutt...
Dalon
Votes: 0
Answers: 1