Questions tagged [revenuecat]

203 questions
0
votes
0 answers

RevenueCat SDK 4.17.8: Correct way to @Publish up-to-date subscription status in SwiftUI using Swift concurrency

I have an existing RevenueCat implementation in SwiftUI using the Purchases SDK 3.14.1 in production. I am currently in the process of upgrading to the latest RevenueCat SDK 4.17.8 and am therefore reconsidering my design choices and looking for…
rdor
  • 101
  • 1
  • 4
0
votes
0 answers

Android - Upgrading from Monthly to Annual Subscription using the DEFERRED proration mode

We are currently developing a react native application, which has in-app purchases (subscriptions) managed via the RevenueCat SDK. As an option, the user can upgrade from the Monthly to the Annual subscription, and we are using Android Developer…
0
votes
0 answers

SwiftUI revenue cat subscription restore testing

I was wondering is it possible to test subscription renewals? As of now I have implemented revenue cat SDK and subscriptions are working fine, and as I read the documentation, there was mentioned that every iOS app should have renewal option. And…
Ivars
  • 71
  • 7
0
votes
1 answer

Issue with react-native-purchases and revenueCat

I am having an issue with my code for my in-app purchases. The use is allowed to buy 'emblems' which should be added to the user through asyncStorage. However this is not the case. Below is all my code and I hope that someone can find a fix. I am…
0
votes
0 answers

How to parse String to Timestamp in Firebase Security Rules

I am using RevenueCat with Firebase that has a field of expires_date with a type of string, not Timestamp, I am writing a rule to allow only if expires_date is less than now: expires_date.toMillis() < request.time.toMillis() However, expires_date…
0
votes
0 answers

iOS RevenueCat Error 401 on /receipts POST

I'm not able to complete a POST request to RevenueCat/iOS. It works fine on development (apple Sandbox test), but it fails on Production (returning 401). I'm passing correctly the REVENUE CAT API KEY on the Authorization token. See my curl request…
Pablo Darde
  • 5,844
  • 10
  • 37
  • 55
0
votes
0 answers

[RevenueCat][Unity] How to get the Facebook anonymousID?

We’ve been following the Facebook Ads documentation on RevenueCat. However, I can’t find the reference to get “anonymousID” in the Facebook SDK…
docchang
  • 1,115
  • 15
  • 32
0
votes
0 answers

How do I log out anonymous user in iOS RevenueCat?

I'm testing a sandbox user that purchased a premium entitlement through revenuecat in iOS. When I log out and log in (or sign up) with another user without deleting and reinstalling the app, I still get access to all the premium content. It seems…
Zara
  • 1
0
votes
1 answer

Admob and RevenueCat Compatiablitly problem in Unity3D

After importing the RevenuCat package along side Admob or Vice versa, android resolver in unity runs and runs for like 30 mins and crashes. Even if no crash happens and the game is built, the game gives following errors. Starting a Gradle Daemon…
0
votes
0 answers

Google Play Console Revenue API for internal dashboard

I am building out a dashboard for the internal usage of our company. I have published an app using Flutter and collect implemented subscription using RevenueCat. I am now building a dashboard for internal use within the company. However, I need to…
badrobot15
  • 176
  • 1
  • 10
0
votes
2 answers

How to handle simple error in Kotlin function Android

I'm having trouble handling error in the following function. I'm basically new to Kotlin. Here's my RevenueCat Login Code and I want to handle ::error in this code: Purchases.sharedInstance.logInWith( myUserID, …
M.Hamza
  • 63
  • 1
  • 8
0
votes
1 answer

RevenueCat: Unable to complete purchase due to # of receipts allowed?

I'm using v4.16.0 and when I try subscribing to auto-renewal purchase I get this error: The subscriber has reached the max number of apple receipts allowed. At the moment the app is already live and this is critical. I really appreciate your time…
Hamad Fuad
  • 266
  • 3
  • 12
0
votes
0 answers

App name wont update in Apple Pay menu after name change

I have changed the name of my app but it won't update in the Apple Pay screen when trying to purchase a subscription, it still shows the old name. I have a screenshot that shows in red where the name is that im trying to change.Screenshot of what im…
0
votes
1 answer

Flutter InAppPurchases (RevenueCat) check subscription is canceled

Is there a possibility to check, if the user has canceled the subscription. I want to display to the user, when the subscription will be renewed, if it is not canceled.
MiWe
  • 113
  • 4
0
votes
1 answer

Run a function immediately after a payment is made

I am using purchases_flutter and revenueCat to offer a subscription on my app. How can I run a function immediately after the payment is made? Thank you.
CastoldiG
  • 178
  • 3
  • 17