Get help with charts, customer timelines, and anything related to the RevenueCat dashboard.
Recently active
Hello againI was wondering what are people’s experiences of refunds on the RC dashboards.I haven’t catered for them in any particular way in my sub-based app.If I look at Charts>Refund Rate, All Time, Monthly, I can count 6 refund transactions in the 18 months of life of my app. Considering at least a couple were openly malicious from a user, I’d sign with blood for that to be the actual number… But I guess I can investigate further in App Store Connect and Google Play Dev Console!Secondarily, if a refund is requested in November for say a yearly sub that was bought in September, would this refund retroactively change the stats about September?Thanks!
Hi, I really like the beta of RevenueCat Funnels but I need to integrate authentication as part of an onboarding/payment sequence. I’m currently using FunnelFox which has an in-built integration for Firebase Authentication (with Google, Facebook, and Apple auth providers, and providing a popup flow for previews and a redirect flow for production) and I’ve written some script on that page to allow email signups too through Firebase. I can see the beta can link out to my own sign-up page, but I can’t see how to send / receive parameters so I can record Amplitude and RevenueCat user IDs in that sign-up and return an email address to the funnel so that the email field on the paywall page can get automatically filled out. Does RevenueCat Funnels have anything like support for this, or custom Javascript, or access to Amplitude / RevenueCat user ID variables?
When de-selecting sandbox data, the overview still shows the sandbox data for the "new customers" and "active customers" metrics. Is this expected?
Hello, is there a way i can save my own paywalls as a template that I can use across multiple apps. i'm not talking about default paywalls. But a paywall that i made myself. Thank you
Hi,Some of the users refunded our app’s subscription. Now, I'm not sure the RevenueCat dashboard is showing the correct revenue info, because revenue is not increasing despite new sales.We haven't had much refund-related Slack notifications in the past few hours, but revenue continues to drop: For example, we got two refund notifications, but revenue decreased more than that like 10 or more. I don’t know why.
Hello, I’m preparing for affiliate marketing and I’m testing how offer codes work. I created a test one and sent it to someone, and configured a webhook to intercept it.That worked, proved the code was introduced correctly, but I was hoping to be able to find that customer in the customer list by filtering “Latest offer type” is any of “Offer code” OR “Latest offer” IS “CODE REF”The report is empty. Is that expected? Is there a delay? NOTE: I have set up the Appstore Connect API key and everything requested in the app setup.
Hi!I tried the “Auto-populate your metrics” function in the Health Score page and I can’t find the data entered automatically on my dashboard. For exemple: the trial start that has been populated automatically is 3,714% and when I look at the trial conversion chart, I can’t find this figure. I tried different grouping and timeframe but impossible to get this figure. Can you help me understand how is it computed please ?Thanks in advance,Marion
Hello,I am trying to create a targeting rule to schedule a seasonal offer that would be available in the future, the rule should target any audience and enable the seasonal sale offering between two dates. I am getting confused on why the placement is mandatory for these type of schedules.Can I just ignore the placement and set the same offering for both the placement (which I could name default) and the default placement? I do not have the concept of placement yet in my app.What would be the best way to schedule these seasonal sales?Thank you again for this fantastic platform.
Hello,I have added a new paywall to my app.The problem is I cannot close the paywall with the close button if a video is displayed on the paywall. This is a problem occuring on my app, and on the RevenueCat Mobile app. I have checked that it has the “Navigate Back” optionAlso, if I remove the video from the paywall, the back button works again. Is there something I am missing ?Thank you
I set up my products in the RevenueCat dashboard back in 2021. In the changelog for the new Flutter v9 package, it specifically warns:please make sure your one-time purchase products have been correctly configured in the RevenueCat dashboard as either consumable or non-consumable. If they're incorrectly configured as consumables, RevenueCat will consume these purchases. This means that users won't be able to restore them from version 9.0.0 onward I double-checked my “lifetime_no_ads” product, and right now it’s set up as a “Non-renewing Subscription.” But honestly, “Non-consumable” seems like the more accurate choice. This issue only exists on iOS — on Android it’s already set correctly as a non-consumable.So here’s my question: if I switch it from a non-renewing subscription to a non-consumable, will existing customers run into any problems, or should it be a smooth transition?
i cannot find the place in revenucat to see how many sales are on android and how many sales are in IOS.
I've followed all the necessary steps to configure my credentials, and they are showing checkmarks for "Permissions to call subscriptions API," "Permissions to call inappproducts API," and "Permissions to call monetization API." However, these checkmarks are not turning blue, indicating full activation. What could be the reason for this issue, and how can I resolve it?Thank you for your help!
Hello! I am using RevenueCat in my React Native app. I have recently started using the custom attribute and targeting features to dynamically show different offering options to subsets of users. I would like to periodically run a reconciliation between RevenueCat and my own backend to make sure that the attributes set on users in RevenueCat are correct, according to data stored in my database. I’m unsure of how I can export custom attribute values for all users in the RevenueCat ecosystem. Things I’ve considered:Scheduled data exports - this seems to be driven by transactions, so users who haven’t made a purchase wouldn’t be included, and if a user’s attributes have changed from the time they last made a purchase, this wouldn’t be reflected. Using the Rest API https://api.revenuecat.com/v2/projects/{project_id}/customers. This endpoint doesn’t appear to return custom attributes, and only returns pages of 100 users. Manually creating a customer list and exporting via email. This seems m
Why am I getting “Internal Server Error” when trying to access some of the sandbox customers under Renenue Customer List Data? Furthermore, the error is not always consistent - when I revisit certain sandbox customers, the error may appear, even though moments ago, they were fine with the yellow banner. Is the subscription monitoring not stable with the sandbox data, given its nature?
Hi, I’m facing an issue in my React Native app when displaying the paywall in production using <RevenueCatUI.Paywall />This started happening randomly since yesterday. Didn’t changed anything. After that, the UI doesn’t show up $rc_annual, and only $rc_monthly . In Paywall Dashboard it shows me correct UI with both rc_annual and $rc_monthly also works fine in Sandbox mode but in production it shows me only rc_monthly Earlier it used to work fine in production. How can I properly link my new annual base plan so that it appears in the subscription Offering and resolves this error?Thanks in advance!
Can we establish additional roles within an account specifically for integration with third-party applications? This role would be designed to restrict access exclusively to report-related features.
I find the trial conversion chart (and many others) very useful. I’m wondering if it’s possible to view the same chart cohorted by trial start month instead of first seen. First-seen is useful if I change the price at the start of a month. I can see how that affects uptake. But it would be useful for me to see how many trials started in a specific month too.
I have a 3-day free trial configured in the App Store Connect, and the Paywall Builder automatically shows "free for 3 days" correctly when running the app. However, when I try to customize the template using variables, {{ product.price_per_period }} shows "1 week" instead of "3 days" (my trial period).The automatic "free for 3 days" text seems to override my custom template changes. Is there a way to:Disable the automatic trial text display? Use a variable that shows the trial period (3 days)? Fully customize the trial period display format and not letting RC override with the ‘free for 3 days’ text?Using iOS, React Native, and RevenueCatUI.Paywall.
Hey, my app is available only on iOS and android. I’m using unity SDK. Since a few days now, I have a increasing number of users (up to 30% some days and some of them are paying users) that are flagged “other” when looking at the new customer chart in the revenue cat dashboard when segmented by “platform”. When looking at some these users data, they seem to be actually using an iOS or android device. This absence of attributed platform is also seen in the extracts. Not sure why this is happening more and more these days.
I’m currently facing an issue where there’s a noticeable difference between the data displayed in my dashboard and the RevenueCat dashboard. Specifically, the metrics (e.g., revenue, subscriptions, subscriber) don’t seem to align, and I’m unsure what might be causing this discrepancy.I used the RevenueCat API to create my dashboard
When you stop an experiment, do developing values like those for “Realized LTV” and “MRR” continue to update for those who entered the experiment or are they frozen at when the experiment stops running? I have an experiment running currently that I’d like to stop (to run others) but would prefer to continue to see how developing numbers like those for LTV and MRR evolve over time. Is there any way to restart an experiment that has been stopped or pause an experiment or turn the enrollment % down to 0%?Thanks, -O^O-
Is there a way to chart the avg number of days between an app install and trial start?
Hi,I am currently trying to create an Android version of the RevenueCat iOS App. I would like to display the latest transactions in the app, but it seems there isn’t an endpoint for this. The only workaround I could find was to first fetch all customers and then fetch the purchases of each customer individually. However, the list-purchases endpoint always returns an empty list of items, even though the customer has made purchases.Am I missing something, or is there a better way?
I have an existing legacy paywall in production for my app, Please Don't Rain.I’m building my first v2 paywall. It’s a draft that’s in inactive state.In the documentation I see the RC app showing drafts in both the “published” and “inactive” sections. In my RC app (v1.5.2) I only have a “published” section that shows my existing v1 paywall.I’ve tried duplicating the inactive v2 paywall, pulling down to refresh in the RC app, etc. but I never see my new paywall in the RC app.
purchases_flutter: ^8.10.0purchases_ui_flutter: ^8.10.0 If a user is on Android is not logged into their Google account, the paywall shows “Error 2: There was a problem with the store”. This pop-up blocks interactions and the ok button does not work. Furthermore there is no way to customize this message for example to say “Please login to your Google account”.On top of this, the Paywall does not have a good cache invalidate method, its often updated in the Rev Cat UI, and no updates show up for hours on App? Additionally the Paywall edit screen is buggy, changing text inside the ReveneuCat dashboard is often not reflected in the preview, even days later.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.