Get help with anything related to RevenueCat.
Recently active
I had noticed this problem in my test app, but since it never showed up after my first try, I didn't give it any thought.Now that I have entered my production app I have noticed that the problem has recurred and therefore I am asking for help to fix it.Explanation of the problem.I state that I have tested the thing with iOS for now.When I try to purchase a renewable subscription, the first time I do it with a new device that has never purchased this subscription, after completing the purchase, the iOS window for purchase is presented to me again. If I proceed with the purchase again after all it goes smoothly. Even all future purchases have no more problems.I would like to understand if I made a mistake in the programming, where, however, I followed the example given by you to the letter, and in fact everything works perfectly after the first time.This can be unpleasant for the user since it can give the impression that he has paid twice and since mine is a subscription that automatica
As title says, does RevenueCat combine all MRR under the same account to charge a fee when it reaches a limit?
We want to export our receipts from apple so that we can import them to a new provider but revenuecat is not responding to any email and we do not know how to proceed now. Any idea?Thank You
Hello, we are integrating with a third party app that is going to pay us per use of their members, for example, each time a user opens our the app we get paid x dollars.What is the best way of implementing such a system where RevenueCat can account for the revenue?My solution would only account for access: 1. Add a promotional entitlement via REST API to these members (so they get access to the features)Is there any alternative to get the value of the payments back to RevenueCat?
At WWDC 2020, Apple introduced the ability to do local StoreKit testing in Xcode (that is, testing without connecting to App Store servers and without using sandbox accounts). I would like to use that local StoreKit testing to test restoring RevenueCat-enabled purchases after an app re-install.Unfortunately, even though such a restore succeeds when testing on a device using a sandbox account, that restore always fails when performed using local StoreKit testing in Xcode (either on a real device or on the iOS Simulator).My question: does RevenueCat support the restoration of purchases after an app re-install when local StoreKit testing in Xcode is being used to make and subsequently restore the purchases?Here are the steps I performed in the effort to test the restore of purchases using local StoreKit testing. Note: I have tried these steps both on a real device and in the iOS Simulator, and the result is the same in each case. I set up local StoreKit testing in Xcode with a StoreKit c
Unable to end testing for launching app.
I create two different identifier for a non-consumable product for both android and ios.How can I make the product available to other platform if I purchased it in the other one?
I have an app that has been available in the App Store for sometime. Many users have made a life time purchase to be ad free.I now wish to convert that payment to a yearly subscription.I have been doing some testing with a prototype app after following the tutorial by Code With Chris.The life time purchase will no longer be an option once I have updated to subscriptionIf a life time purchasers deletes then reinstalls the app after the update they will see the ‘Go Ad Free’ button and the ‘Restore Purchases’ button available to them.Question - I want to understand the behaviour when one of these users taps the ‘Go Ad Free’ button instead of restore.In my testing the App Store response does recognise that the user has already purchased life time Ad Free status and appears to charge them for a subscription. Although the subscription doesn’t appear in the sandbox recent transactions so maybe there is no charge? It would not be clear to the user though.Sorry for the long question. I hope
Curious why there is a 7 day delay on this chart but not on others?
Hello,I’ve configure a 7 days trial period in subscription in playstore and also an introductory period.getofferings() display price introductory at 0€ for 7 days.The skudetail display "freeTrialPeriod":"P1W". and introductory with the price "introductoryPricePeriod":"P1M","introductoryPrice":"2,49 €"With info offerings, how can I display on paywall the price of introductory after the trial period ?Must I base my info Paywall on sku details?Thank you in advance.
I want to check a user account have active subscription from another device which have different user account? Note: I’m using Flutter
In the following dashboard:https://app.revenuecat.com/overview we can see the number of installs.Unfortunately we were not able to figure out how to retrieve this data related to installs.What would be the best way to retrieve the number of installs since the ETL export only contains subscriptions?
hey folks,we’re facing a bit of a conundrum:On iOS, we offer a 7 day free trial as an introductory offer. However, for some users that come from channel partners we’ve created (iOS 14) offer codes that give users either a 2 week or 1 month free trial. For these offer codes, we’ve set "No, this code will replace the introductory offer”.A few times now, a user who was supposed to use the offer code, instead redeemed the introductory offer 7 day free trial. After they do this, we give them the offer code and when they redeem it, Apple adds the introductory offer 7 day free trial to the 1 month free trial and so they get ~37 day free trial.Is there any way for me to have it change from the 7 day trial to the 1 month free trial instead, instead of going to the 1 week + 1 month?Also, users report that after they redeem the offer code (after initially redeeming the introductory 7 day trial offer), in their Apple ID subscription settings, they see “plan automatically renews at $X.XX/month star
One of our customers make subscriptions and we receive this webhook:{ "api_version": "1.0", "event": { "aliases": [ "$RCAnonymousID:***b501b80f91" ], "app_id": "app1bd0ad1cf1", "app_user_id": "$RCAnonymousID:***b501b80f91", "environment": "PRODUCTION", "event_timestamp_ms": 1627351153536, "original_app_user_id": "$RCAnonymousID:***b501b80f91", "type": "INITIAL_PURCHASE" }} After one hour customer change product and we receive this webhook:{ "api_version": "1.0", "event": { "aliases": [ "$RCAnonymousID:***b501b80f91", "$RCAnonymousID:***776c3a98f0" ], "app_id": "app1bd0ad1cf1", "app_user_id": "$RCAnonymousID:***776c3a98f0", "environment": "PRODUCTION", "event_timestamp_ms": 1627351457649, "original_app_user_id": "$RCAnonymousID:***776c3a98f0", "type": "PRODUCT_CHANGE" }} Why after product change RevenueCAT change “original_app_user_id” from ***b501b80f91 to ***776c3a98f0 and RevenueCAT ID ***b501b80f91 going from “orig
i am using react native in ios it is working fine ,but in android it is not working .could any one help me.but in android other react iap is working componentDidMount() { Purchases.setDebugLogsEnabled(true); Purchases.setup("****************************");}================version i have used============== "react-native": "~0.63.4", "react-native-purchases": "^4.3.0",============error i am getting ,showing it s not connecting with RC but it is working with IAP other pacages==================null is not an object (evaluating 'RNPurchases.setDebugLogsEnabled')at node_modules/react-native-purchases/dist/purchases.js:335:19 in Purchases.setDebugLogsEnabledat App.js:23:4 in componentDidMountat App.js:21:2 in componentDidMountat [native code]:null in commitRootImplat [native code]:null in performSyncWorkOnRootat node_modules/react-native/Libraries/ReactNative/renderApplication.js:54:4 in renderApplicationat node_modules/react-native/Libraries/ReactNative/AppRegistry.js:117:25 in
When people makes purchase we get the IP address as well separately, this allow us to do business analysis . What we found that in more than 40% case the location revenue cat showing is wrong. Can you please update your GEOIP database? Maxmind is the best provider in the world
I would like to know how to reset a RevenueCat-enabled Mac Catalyst app's in-app purchase state so that I can test the app's in-purchases with different sandbox users and with local StoreKit testing. Below is a more in-depth description of the issue I’ve had and how I've (so far unsuccessfully) tried to resolve it.(Note: in what follows, references to "app user IDs" are always to the anonymous app user IDs that RevenueCat automatically provides.)Prior to the introduction of local StoreKit testing for in-app purchases, it was useful to have multiple sandbox accounts to test in-app purchases (since a developer could use any one sandbox account only once to test a particular IAP— as you probably know, there's no way to "roll back" a purchase in a single sandbox account to try testing it again with that account).When I wanted to test an in-app purchase with a new sandbox user on the same iOS / iPadOS device on which a previous sandbox user was logged in, the following procedure reliably re
componentDidMount() { Purchases.setDebugLogsEnabled(true); Purchases.setup("mUQhRkqUFZPTbjuTxjsSts*******");}i am using react native in ios it is working fine ,but in andriod it is not working .could any one help me.but in andriod other react iap is working
I have an app that sell courses as video lectures written in flutter. My app is rejected from Apple Store because I suppose to use in-app purchases instead of an external payment method. Each course has its own price. I’m a little bit rusty about in-app purchases. There is a lot term here with revenuecat: products, entitlements, offerings. Do I need these all? Some courses are non-consumable and has lifetime access.Some courses are subscriptions and has a one time limit. I have a course detail page. When I enter here, I want to check if I bought this course. If yes, I’ll show all videos. If not I want to show a buy button. The prices, id and type(subscription or non-consumable) will come from my rest api. Should I create product id for each course with these information like $courseId1_tier_1, $courseId2_tier_3, $courseId3_tier_1 or I should create product ids in apple and in google and then share the same products ids with rest and rest api should return product id when course detail
I state that both with iOS Device and Android Device everything works fine. As for the Android emultor I can regularly test the in app purchase (emulators with Google play services), with the iOS emulator (with iOS 14.0) I have difficulty making it work with the storeKit. I followed the explanations to configure it but it shows that I have done something wrong. One step that I didn't understand is that of duplicating the Configuration.storekit. Why is it necessary to duplicate it if you can select the first one in the next step? If you have any advice on mistakes that other users have made previously that prevented the emulator from working properly with storekit, I welcome it.
Hi, We see different behaviors regarding aliases and we would like to know more about how it works.Here are the different behavior that we see:1- If we set a user id, sometimes the alias is set as the App User ID, sometimes the App User ID stays the RCAnonymous id but the alias is there when we look at the user aliases. What is the logic?2- If we set multiple aliases, how RevenueCat decide which one to use as the App User ID? Thank you,
Hi, what happened to the very very good tutorial here https://support.revenuecat.com/hc/en-us/articles/360041793174 about troubleshooting empty product list? Now it redirects to a very short post of the forum with missing images and with very few informations The previous article was very good, at least fix the missing images.
Can you please explain how the unsubscribe_detected_at field is populated?I have some users who have opted out of auto renewal, but their unsubscribe_detected_at field is null. And some users who don’t have it as null.The only difference I see is that users in the latter group re-subscribed after opting out.
When setting up your Play Store service credentials, it can take up to 36hrs+ for your credentials to work properly with the Android Developer API. You will see "Invalid Play Store credentials" errors and be unable to make purchases with RevenueCat until this happens. Any changes to these credentials will also take up to 36hrs+ to fully propagate. If the Google Play Android Developer API has not been used in your project before or it is disabled, you can enable it by visiting APIs & Services in your Google Cloud Platform. Service Credentials Not Populating under API accessThis is a rare case, if your service credentials are not populating under Google Play Console > 'API access', be sure to check if the service credential email address is in the "IAM" tab in Google Cloud Console. To navigate to this page, go to Google Cloud Console > IAM & Admin.If you do not see your service credentials under this tab, select the "+ ADD" button at the top of the page and copy the email f
Hey,Currently, I’m experiencing a strange behavior when the user has one google account and logged in on two different devices and also the user has two accounts in my app.When the user is purchasing a subscription on one device this subscription is applied to both accounts of my app.I'm expecting that it should be applied to one of my accounts and the second account shouldn't see this subscription.Can someone help me with it?didn’t find an answer for this issue on the forum =(
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.