Posts
Members
Info
Purchase window not being called, but not throwing error
In my app you have to login in order to pay for a subscription. With a clean sandbox account I'm able to make a purchase with no problem but once I already paid, if I unsubscribe or delete the product from the apple sandbox account, and I change to another account (Inside my…
0
0
Cancel subscription in ios simulator
Hello, Flutter lib 3.2.1, target ios 14 (simulator) Test: cancel a subscription in Storekit Transaction …
0
0
After upgrade/downgrade two active subscriptions from the same group
Hello, Flutter lib 3.2.1, target ios Tested in …
0
0
Get the App User ID
For iOS, I know purchaserInfo?.originalAppUserId will get the Original App User ID. However, how can I retrieve the App User ID that I have assigned using identify("user_id") method.
2
0
I am trying to do an in-app purchase which is a lifetime non-comsumable.
However, when I try to restore the purchase I get the restored purchase dialog, but it does not create any record of the transaction in the sandbox logs and so therefore does not create an entitlement and so therefore does not unlock any functionality in my app. Anyone else have…
0
6
Website X-Platform setting
Besides the app on Android and iOS I started to use the wonderful RevenueCat API via my website as well where I am working on a stripe integration. I am therefore sending requests to /subscribers/UUID to check the current status of the user and if he/she is a paying customer or…
1
0
Refunded purchase keeps being returned
It's my first time implementing IAP and I've decided to use RevenueCat. I've implemented it in my Flutter app and now I'm testing the possible scenarios to see if everything works as expected. However, I'm facing a behaviour that I'm not sure if it's expected and/or exclusive to…
0
11
Recommended approach for two bundle identifiers
Our testing version of our apps have different bundles/package identifiers than our release versions. In RevenueCat should we set up one app for testing and one app for production?
0
0
App Name being added to product names on Android
I'm working on adding in-app purchases to my app. You guys have been super helpful and time saving so far. I'm testing my app locally with an Android tablet on USB. The product names are coming is as "Product Name (App Name)". The app name is being added automatically to the…
0
4
Tracking Subscription Events Client-Side for SKAN
Are there any resources on how we should be tracking subscription events client-side for SKAN? Currently, I send the conversion from RC via the Branch integration. The way I understand it is that if we don't get opt-in for ATT, then the integration would not be able to match the…
1
1