Discussion and help from anything related to RevenueCat.
Recently active
We recently had a user who started their 14 day free trial on March 31.We got a webhook from revenueCat for this initial purchase with an expiration date of April 14 at 06:13GMT. We use this expiration date as the trial end date / next renewal date.The user’s customer profile lists that their trial converts on April 15th and we haven’t yet received another webhook for this user (which makes sense because it is not the 15th yet).Why is there a discrepency between the expiration date in the webhook and the trial conversion date?These types of errors end up with users who don’t have access to an app that they paid for and are very rightfully upset as a result.
We are testing the android side subscription and it is not working. We have managed to complete the iOS side configuration successfully, Subscribed from iOS and fetched from android as well. But,But, when we try to subscribe from android, subscription get's completed as well in the plays tore account. But It's going to the on error method of the revenuecat SDKs. And the error message prints below error2021-12-18 12:40:50.694 29887-30921/com.goviral.app D/[Purchases] - DEBUG: ℹ️ API request completed with status: POST /receipts 5032021-12-18 12:40:50.698 29887-30921/com.goviral.app E/[Purchases] - ERROR: 🤖‼️ There was a problem with the Play Store. Please guide us on why this is happening, Since playstore account is showing the subscription successfully. But revenue cat is not getting it and showing the above error and not reflecting in the users account.
Hi guys, I just added/configured RevenueCat in one of my apps and when I try to test in the simulator with the StoreKit Configuration File I’m getting some weird errors… Basically I was able to purchase the auto renewable subscription I’ve set up but now each time when I start the app, the SDK sends a request to the /v1/subscribers/{UUID} and when it tries to decode the response it throws an error with No value associated with key CodingKeys(stringValue: \"attributesErrorResponse\", intValue: nil) (\"attributesErrorResponse\"), converted to attributes_error_response. As far as I can tell from the debug console messages everything else seems to be fine, no errors happening… I’m using the latest version, 4.2.1 via SPM.Any ideas what I’m missing?Thank you!-------Later Edit. This is weird, but was caused by a misconfigured bundle id. My debug builds will append a .dev suffix to the bundle id so … this is was screwing up with RevenueCat SDK.
Hello,it’s possible to test Purchases with android emulator (google pay activated) , because Offerings.current is empty.2021-12-14 17:33:19.831 11616-11920/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ API request started: GET /subscribers/1/offerings2021-12-14 17:33:19.831 11616-11920/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ API request completed with status: GET /subscribers/1/offerings 3042021-12-14 17:33:19.831 11616-11920/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ Requesting products from the store with identifiers: um.subscription.gold.monthly.kart2021-12-14 17:33:19.832 11616-11920/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ Requesting products from the store with identifiers: um.subscription.gold.monthly.kart2021-12-14 17:33:19.832 11616-11920/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ Querying purchases2021-12-14 17:33:19.841 11616-11929/io.umotorsports.kart D/[Purchases] - DEBUG: ℹ️ Products request finished for um.subscription.gold.monthly.kart2021-12-14 1
Hi, When filtering in the customer view, can we please add a filter for price in purchased currency. We’re trying to identify customers who have redeemed a promotional offer, and are currently using a range on total spent. This leads to lots of false positives in our reporting. Additionally if this field could also be sent as part of the Amplitude integration that would be super helpful for our reporting. Thanks
We are missing some INITIAL_PURCHASE events (approximately 1-2k in the last 3 months) You can see the dashboard shows no integrations for this event: Despite other INITIAL_PURCHASE events around the same time showing that they did send: We rely on these events for our customer comms and engagement and also to warn users when their free trial is ending. Our webhook integration is setup correctly and this error seems to happen at random. I’d be happy to DM some event ids etc for your investigation.
Hi,We are using Alias (legacy) restore behavior and I wonder if switching to Transfer purchases would be safe to do?We already have paying users. We do not have any login mechanism in the app itself and we fully rely on RevenueCat. My motivation to switch from Alias (Legacy) to Transfer Purchases is to enable premium users to get premium features connected with the Premium subscription on multiple devices they use with their Apple ID/Google ID.So the desired result is that a user who downloads our app on a mobile phone and pays for Premium Subscription can download our app also on iPad or other phone and will get premium features of our app on those devices too.Could you please advise if this is doable with switching to Transfer Purchases and if it is safe to switch restore behavior on a running app?Thank you.Lukas
We are interested in supporting App Store Promotion for our subscription feature and noticed saw that SKPaymentTransactionObserver method is required to process this transaction. We are using Flutter with RevenueCat (and inexperienced with native iOS) and had some clarifying questions:Is shouldPurchasePromoProduct in https://docs.revenuecat.com/v3.0/docs/configuring-sdk equivalent to supporting the SKPaymentTransactionObserver? If question above is yes, does shouldPurchasePromoProduct have to be implemented on the native iOS side? Is there any recommended ways to support this in Flutter? The documentation mentions “If your app is able to handle a purchase at the current time.” What conditions or user states should we be aware of to know if the purchase can be handled (e.g., is it just whether we can tell our app that the user is now a subscribed user?) Thanks!
Hi,I am seeing a weird behavior from RevenueCat in our app where purchases are getting linked to the wrong account. I’ve been able to narrow it down to the following use case: User logs in with new account. User subscribes. User cancels their subscription. User deletes account. User’s subscription expires. User logs in with new account. User subscribes again. Purchase is linked to old account instead of the new account. Here’s what I see in the customer history for the old account who is erroneously getting the subscription: Here’s the history for the new account (Don’t mind the promotional entitlement I granted them while I investigated the issue): This is clearly the wrong behavior since the user purchased the subscription after logging in with the new account. The purchase should not count as a renewal but as a new purchase on the new account. It seems that RevenueCat erroneously thinks the old subscription was renewed. I do understand that restoring purchases might solve this iss
I have an app which is available both on App Store and on Google Play.What should be the correct, expected (or even required) behavior from this app when handling a user’s subscriptions on these two platforms?I’d like to break this question into the following use cases:If the user has an iPhone and purchases a subscription via Apple, should this subscription be also reflected for him if he logs in to the app on an Android device without paying anything to Google? Or should I also require that the user purchases the same subscription via Google if he wants to have access to the Android version paid content of the app? Likewise, if the user has an Android device and purchases a subscription via Google Play, should I make the app premium content available for this same user also on the App Store (iOS app version) without the user also paying Apple for the subscription service? (Which I think the answer is probably really NO when looking at it from Apple’s perspective).In other words: if t
Hello, Just received a rejection because StoreKit did not return any products for my app. This is my 1.0 submission, but I previously submitted a build that was approved, as were all my iAPs.Now I’m submitting a new 1.0 build, and with all iAPs approved, StoreKit is not returning any products, resulting in a rejection.Everything works perfectly in Debug and TestFlight
Date problem….The date/time here in the UK is currently 04/06/13:02.Here is the json for a subscriber that is reporting an issue: "entitlements": { "TPBDCore": { "expires_date": "2022-05-06T18:06:16Z", "grace_period_expires_date": null, "product_identifier": "TPBDInNoMonthly", "purchase_date": "2022-04-06T18:06:16Z" }, "tpbdinad": { "expires_date": "2022-05-06T10:26:58Z", "grace_period_expires_date": null, "product_identifier": “TPBDInAdMonthly", "purchase_date": "2022-04-06T10:26:58Z" }, "tpbdinno": { "expires_date": "2022-05-06T18:06:16Z", "grace_period_expires_date": null, "product_identifier": “TPBDInNoMonthly", "purchase_date": "2022-04-06T18:06:16Z" } },As you can see, the TPBDInNoMonthly subscription is showing a purchase date in the future. As a consequence it is incorrectly overriding the TPBDInAdMonthly subscription the customer moved to this morning.The cus
I’m creating a new offering to run an experiment, I’ve done this a few times before. All of the products are approved by apple and in use in production.I’ve created the new offering in RC (pro_annual_higher) and it shows ⚠️ 0 packages: but when I click on the package, it shows that there are 3 packages associated with it: Will this work in an experiment? Or will there be no products shown?CheersLewis
Hello, We are receiving high volume of Unknown Error from Apple during the purchase. Let’s say 1 of 8 users clicked free trial start button gets this error with Revenue Cat. Before we had the same problem as well.“There was a problem with the App Store.”Is that normal ratio? I believe there is something weird. Best,Gokhan
I'm moving from my paid iOS app to a subscription model. I synced the build number of the paid app using the purchaseHelper. https://github.com/codykerns/PurchasesHelperCompatibilityAccessManager.shared.syncReceiptIfNeededAndRegister(entitlements: [ .init(entitlement: "premium", compatibleVersions: ["1", "2", "3","4","5"]) ]) How can I test that existing paying users are converted to Premium before releasing the app?If I buy a paid app on my device and update it to a test flight, will I be able to test it?
A growing number of our Android users are experiencing unexpected subscription expirations due to the PurchaserInfo.getEntitlements() returning empty incorrectly. The user will then use the restore functionally and PurchaserInfo.getEntitlements() will return correctly with their entitlements on the restore callback. Within the the next couple sessions the user will get 0 entitlements returned again and be forced to restore once again. This behavior does not seem to stop and the users are stuck in this loop. Background information:- Android- Confirmed users own entitlements in rev cat dashboard- RevCat Version: v3.3- We call Purchases.getSharedInstance().getPurchaserInfo() to verify subscription on every session
Hello, In my app I have Block Restores enabled and the following situation:2 auto renewable subscription options set up - monthly and annualUser A subscribes to an annual subscription User B logs in on the same device and tries to subscribe to annual - gets the `receiptAlreadyInUseError` and I show an error But if User B tries to subscribe to a monthly subscription - the subscription goes through, switching User A’s subscription to a monthly subscription instead of annual (user B still doesn’t have a subscription, as expected)How can I tell that the currently logged in Apple ID is already subscribed with a different user and show an error when another user tries to subscribe and inadvertently changes the original user’s subscription?`CustomerInfo` doesn’t seem to have that info, User B has no active subscriptions.
Hi,I’m in a situation where I have to test on a simulator, but despite setting up my StoreKit Configuration, I continue to hit a brick wall. Note, testing on a device was working fine.I’ve scoured as many relevant help articles as I could find on the community, but I’m still stuck.Specifically, I get an error message saying the product identifier I’ve created in my StoreKit Configuration is invalid, and that an SKProduct could not be found.Invalid Product Identifiers - ( "com.gravy.dev.monthly_4.99")Could not find SKProduct for ( "com.gravy.dev.monthly_4.99") I’ve tried this in a few different ways, always making sure the product existed in RevenueCat, and was apart of a “current” offering. That, and I’ve made sure to attach the StoreKit Configuration in my run options on the current target - but still no luck.Also, fwiw, I tried mimicking a current App Store Connect setup in my StoreKit Configuration, but that didn’t work either. Upon checkout, I’d get an error saying there was
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. But iOS API of the purchase function below doesn't send it backfunc purchase(package: Package) async throws -> PurchaseResultDataWhen I debug, I see a similar data inside this:purchaseResultData.customerInfo.allPurchases.first?.value["id"]But allPurchases is private so I can't get it this way.Any ideas?
Hello, I’ve added my Google Play Credentials 48hrs+, but still get this error, can you please help me?D/[Purchases] - DEBUG( 5434): ℹ️ API request started: GET /subscribers/%24RCAnonymousID%3A2d82a4e3f2fa46c49d3afc4701689e76D/[Purchases] - DEBUG( 5434): ℹ️ API request completed with status: GET /subscribers/%24RCAnonymousID%3A2d82a4e3f2fa46c49d3afc4701689e76 304D/[Purchases] - DEBUG( 5434): ℹ️ PurchaserInfo updated, sending to listener.D/TrafficStats( 5434): tagSocket(168) with statsTag=0xffffffff, statsUid=-1D/[Purchases] - DEBUG( 5434): ℹ️ Vending PurchaserInfo from cache.D/[Purchases] - DEBUG( 5434): ℹ️ Checking if cache is stale AppInBackground falseD/[Purchases] - DEBUG( 5434): ℹ️ API request started: GET /subscribers/%24RCAnonymousID%3A2d82a4e3f2fa46c49d3afc4701689e76/offeringsD/[Purchases] - DEBUG( 5434): ℹ️ API request completed with status: GET /subscribers/%24RCAnonymousID%3A2d82a4e3f2fa46c49d3afc4701689e76/offerings 304D/[Purchases] - DEBUG( 5434): ℹ️ Requesting products fro
Hi I'm having problem with raw data which I get from Revenucat. If I talk about this problem, the data is coming in dublicated. store_transaction_id that occur in one day are dublicated. Actually, that day is happening and I think store_transaction_id should be singular value for unique users. So what am I missing? If you have any suggestions, please feel free to comment. Best Regards
These questions are about how churned MRR is calculated in the MRR Movement charts. QUESTION 1 - Billing Retry and Grace PeriodsHow are users who go into billing retry/grace periods categorized during the billing retry and grace periods? Are they placed into the churned MRR bucket, and then back into new MRR when and if their subscription is recovered?Or are they only placed into the churned MRR bucket when the subscription actually cancelled?QUESTION 2 - Reactivation after expirationIf a user’s subscription expires and they then joins again later, is this this considered New MRR?
I get charges from Apple almost everyday for my Apple Search Ads. Anyone know how to change it so that I only get charged once a month? It’s just annoying to sort through and categorize all those charges in my accounting. Thanks!
I’m trying to setup Real Time Developer Notifications, but keep getting a 400 error every time I click the button. Not sure if this is related to the switch from Apps to Projects.
It’s unclear what the best practice is for managing test mode (especially on Stripe) wrt Rev Cat. In Stripe you have to create a different set of Products (with different IDs) for live vs test mode. Does this mean that I should maintain a separate “test” or “dev” project in Revenue Cat?I’m wondering if there’s another approach I’ve not yet thought of that may be simpler.
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.