Get help with charts, customer timelines, and anything related to the RevenueCat dashboard.
Recently active
I’ve seen several postings here saying that failure to save a paywall template is due to not filling out all the fields. I have checked and double checked and somehow cannot find the missing empty field that is apparently causing the dreaded yellow “There are validation errors that need to be fixed before submitting”. I attach screen shots of each section. What am I failing to see? Thanks so much.
My iOS app has a monthly and annual subscription offering, with the monthly price set to $8/month and the annual set to a much more affordable $30/year ($2.5/month). As such, I expect my “retention” for the monthly product to be low, with users deciding within a couple months whether they either want to “Upgrade to Annual” or “Cancel” their subscription.I know from RevenueCat’s charts that my retention rate for the Monthly product is roughly 2 months; is it possible to understand what percent of these “churned monthly subscribers” are cancelling their subscriptions completely, and what percent are upgrading to annual?Ultimately I am trying to assess what the true “LTV per paying customer” is for users who initially sign up for the monthly IAP but then upgrade to the annual.
Dear all, when looking at graphs – RC starts weeks on sundays. Is there a setting to control that and switch to monday — as it causes discrepancies in our data throughout other services. Thanks a lot.
Hi, I’ve built several RC paywalls. They display correctly on iOS, but not Android. I think this started yesterday during the outage, but the problem persists today. Maybe a part of your system hasn’t refreshed? See attached screenshot. That’s what the paywalls look like on Android. The products are correctly configured in Google Play, the Store Status is Published. The paywall is pulling the correct price. It’s really just the paywall design that’s not rendering. This is happening for several of my paywalls, but here’s an example: New Default (offerId 3231). Name of app is Brightmind Meditation. Associated email is toby@brightmind.comPlease let me know if you have any follow up questions. Thanks! Toby
Not Able to find Slack Integration section
Hello,I wanted to try to create a Paywall V2 for one of my Offering (I have already a V1 configured) but on the Editor I can’t select any Offering in the Paywall component as you can see here :I have also tried to duplicate one of my offering, but anyway it doesn’t show up.Is it a bug or did I miss something ?Thank you
Hey,On the RC dashboard, there is a card labeled 'New Customers' and it has a figure in it, this figure changes from day to day but I would like to see how this number changes over time on a chart. I cannot see anywhere in the charts section that will show me this?Cheers,Will
Hello,we are just integrated revenue in our staging environment to test with sandbox users (iOS) and we are experiencing some delay in the dashboard. It takes several hours til our users are visible in the customers list of the dashboard. Is this normal? Does it have something to do with the missing forwarding of the apple push notification as described here? We were actually going to do this at a later step, but if it means the data arrives faster..Best regards,Patrick W.
Hello, After reviewing the documentation and old posts in the community I realized there is no way to request list of transactions using REST API, could you please confirm?So the only way to do it is the scheduled export right?Thank you
Hi,I was wondering when interpreting the LTV of a user, is the Experiments feature also considering if a user cancels and requests a refund? Best,Daniel
Hi team,I’m trying to set up one-time products within the Android version of my app. I’ve set up the product (with a product id + purchase option in the Google Play Console), but the product simply will not import or show up as “Published” within my RevenueCat product catalog.This worked just fine with iOS and I ran into no issues. Only seeing this for Android, could be related to some of the recent changes Android made with one-time products? I’m using RevenueCat with React Native using Expo.
Hello!We just launched an update of our app yesterday that uses RevenueCat to manage subscription IAPs. I can see some of the summary information at the top of the dashboard display how many active trials there currently are, along with a revenue summary, etc. But when I click through to view any of the charts, all the data is still empty. I understand that some charts are delayed by 7 days, like the trial start chart, but all the other charts are empty too. I’m also able to see the recent transactions coming in at the summary list at the bottom of the dashboard.Looking at the Charts guide (https://docs.revenuecat.com/docs/charts#monthly-recurring-revenue), it seems like most of the data should populate right away:“All charts are generated from the current snapshot of purchase receipts saved in RevenueCat and work independently from any in-app usage. This means that your charts are always up-to-date, without having to rely on any client-side event logging.”So just wanted to confirm if
I’m integrating Revenue Cat to my app, the new version isn’t published on the App Store yet. However, the dashboard shows that I have new customers. Can someone explains this? Thanks
In my “Cohort” report, when looking at the retention of our yearly subscribers, it shows retention rates above 100% (see attached screenshot). This seems like a good thing...I just need to know what it means.Is this extra people who are resubscribing who have subscribed previously (not a renewal)? Or does anyone know how to interpret that? Maybe I’m completely misinterpreting? Thank you in advance for the help!
Hi,How do I find customers who used a subscription offer code via the RevenueCat dashboard? I found this article: https://www.revenuecat.com/blog/engineering/create-and-track-offer-codes-ios-app/ but it seems like it would require implementing a web hook and tracking it manually. Thanks,Yi
I am trying to integrate RevenueCat in Flutter. While I’m testing on iOS with Paywall provided by purchases_ui_flutter in storekit setting, when I first got the paywall, it showed introdutory offers text and button. But after I subscribed, even if I delete the app and rebuild with xcode, Introductory text and button I set in paywall doesn’t show up anymore. How can I reset these situations? I’m trying to see how it looks with various localizationsThanks in advance.
Hello,RevenueCat is having an instability, we cannnot access dashboard, other features are in eternal loading, and the most critical, users in our app cannot purchase.here is a image: Can you provide any feedback of what is causing it?Thanks
When running an experiment https://docs.revenuecat.com/docs/experiments I can go into a user page and under “Current offering” see in what test group this user is. Could this data be shared to amplitude as well? So that I in amplitude can know what test group a user is in?
Hello,We have not launched/ pushed to production yet, but I had regarding the Charts. We are not seeing any data come through at all from our testing, is this normal in the Sandbox environment? We do see some data come through on the Overview, just nothing in charts. Any ideas?
Hi, stepped away from this particular app I’m working on and just got back to it again. I’m still having difficulties getting the new paywall to show in the app. I had posted a question sometime ago but didn't get to try the proffered suggestions earlier as I stepped away from the app. when I try to duplicate or create a new offering, and attach the newly created paywall to it, it still displays with errors.how do I detach the current V1 paywall from the offerings?@guilherme
Hi, I released a new version of my apps on July 14. Since July 15, RC is reporting double the new users (500 - 600), but the play console and apple connect is showing the same average users I get this days (200 - 300), I don’t know from where is RC reporting double. I did not change anything in my app logic or upgraded the sdk.
First off, I have read everything in this thread and was not able to resolve my issue.My user count (both “Active Users” and “New Customers”) counts on the RevenueCat dashboard appear to be roughly double the actual count as I am tracking it internally within my app. I am using anonymous user IDs. My app is pretty basic and all I do is call Purchases.configure once on app launch -- my understanding is that this is where the unique customer is either created or retrieved but I’m not exactly clear on the logic here or how it happens.Anyway I’m using React Native and so I call .configure() in the export default function App() { … } function. I have also added logs and searched my entire code base to confirm that this is the only call and that it only gets called once during usage of the app.I don’t ever call reset(), identify(), or any other such RevenueCat methods. The only other calls to the RevenueCat SDK after a thorough scrub of my code base are Purchases.getOfferings, Purchases.getC
We report the USD equivalent of all revenue events for our integrations computed from that day's conversion rate.
Hi, I want to track which offer code led to a purchase to work with affiliate marketing. But there is nothing in the Dashboard or the csv export. I only get latest_offer, latest_offer_type, latest_purchased_offeringlatest_offer is the name of the offer, not the code latest_offer_type just says “offer_code” latest_purchased_offering is emptyThis is crucial to run affiliate campaigns and Apple only shares information via an ancient download endpoint, which is done via a 8 year old Java applet that can download data for a single day only. Sometimes I think Apple just got fat and doesn’t give a damn about us developers…Is there a way to do this via RC? Thank you!
Hi there, we’ve been running an experiment with two different annual prices for over a month now:Variation A: $12/mth and $50/year Variation B: $12/mth and $60/yearWe noticed the following behavior:The test has always been close, but slightly favoring Variation B for the first 4 weeks Then after the first month was over and the first set of monthly subscriptions were renewing / churning the test completely shifted towards favoring Variation ASo now we are wondering what happened and whether we’d need to wait for 11 months more and once the annual subscriptions start to renew, the picture would look completely different again.How confident can we be that these results are reliable and we should get rid of Variant B now?Also is it possible to get some more insights into the breakdown of the collected data for the tests? Since those tests are very important and the prediction model is somewhat of a black box, it would be very nice to see how many monthly vs annual subscriptions were start
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.