Questions tagged [revenuecat]

203 questions
1
vote
0 answers

TypeError: null is not an object (evaluating 'I.setDebugLogsEnabled')

We're using RevenueCat SDK on our RN app. It's published only for Android. Something causing crash on app that in production. This error occurs in a certain part of the users, not all. RN: 0.63.4 react-native-purchases: 4.0.0 There is a crash report…
MMYurt
  • 445
  • 4
  • 7
1
vote
1 answer

Why Flutter RevenueCat for iOS getOffering null?

I am using Revenuecat for in app subscription for android and ios. I successfully implemented revenuecat in app subscription for android. But I am not able to implement in iOS. I have followed all the steps to setup revenuecat subscription for ios…
1
vote
1 answer

App rejected for for non-public API usage after including react-native-purchases

Our app uses react-native-purchases@3.3.3. After including the library and uploading the build the app got rejected by Apple for non-public API usage. The message is: Non-public API usage - The app references non-public selectors in app: configure,…
Ivan Bulanov
  • 55
  • 1
  • 5
1
vote
0 answers

Does RevenueCart handle pricing template from Play Store?

Does someone have a clue about how implementing pricing template from PlayStore through RevenuCat ? I have a pricing template for an app on playStore. I charge 3$ for US customer. I charge 6€ for europe ones. Is it handled automatically on…
1
vote
0 answers

Using revenuecat sandbox with a trial

So I'm using revenuecat to handle in-app purchases for my Flutter app - right now only hooked up with the iOS. I want to test how it works with a trial (Introductory Offers via App Store Connect). I'm logging the purchase response I get back from…
echoalpha
  • 87
  • 2
  • 12
1
vote
1 answer

Flutter iOS RevenueCat uncaught exception 'NSInternalInconsistencyException'

I got this error in console: [Purchases] - INFO: There is no singleton instance. Make sure you configure Purchases before trying to get the default instance. *** Assertion failure in +[RCCommonFunctionality getPurchaserInfoWithCompletionBlock:],…
Zenko
  • 2,319
  • 2
  • 20
  • 46
1
vote
2 answers

RevenueCat - Getting this error consistently in Sandbox "There is a problem with the app store. Cannot connect to iTunes store"

My RevenueCat integration was working in Sandbox for a week and suddenly stopped working with the error above. Its been broken for several days now and I am not sure if this is due to a config issue on my end or if Apple's sandbox is just broken. I…
The Flying Dutchman
  • 582
  • 2
  • 7
  • 18
1
vote
1 answer

How to purchase consumables with RevenueCat?

I am having difficulty in the logic for making a consumable purchase. Basically I am not sure how to proceed with this function: private var item: Purchases.Package? { Items.shared.item } Purchases.shared.products(["com.item.id"]) { products…
fankibiber
  • 729
  • 1
  • 6
  • 19
1
vote
6 answers

Flutter iOS build failed after Flutter 1.22 upgrade

I just upgraded my Flutter version to 1.22.0. After upgrading and making some changes for Firebase my Android app started working, but I am unable to build and run the iOS app on emulator or on physical device. The terminal shows the following…
Sam
  • 2,972
  • 6
  • 34
  • 62
1
vote
1 answer

RevenueCat confirming auto-renew status via API and question on re-purchasing auto-renewables after cancellation

I've implemented RevenueCat for a project and am testing in the sandbox but I have a couple of questions. After the 5 or 6 auto-renews have been completed in the sandbox the entitlement is no longer active. When I go to purchase the item again,…
user185955
  • 359
  • 2
  • 8
1
vote
1 answer

How to use RevenueCat PurchaserInfoUpdateListener in Flutter

I'm using RevenueCat on Flutter, where do I call: Purchases.addPurchaserInfoUpdateListener((purchaserInfo) => {}); so that I can listen for updates to purchase status across my entire app? Thanks.
John
  • 2,551
  • 3
  • 17
  • 29
1
vote
0 answers

No data in the PurchaserInfo object

Here are my logs when after initilizing I print(purchaserInfo.toString()) I think this might be why I am unable to see any products when I try to display them D/[Purchases] - DEBUG(12538): Debug logging enabled. D/[Purchases] - DEBUG(12538): SDK…
Gerry
  • 1,159
  • 1
  • 14
  • 29
1
vote
1 answer

How to use RevenueCat on Watch?

Has anyone had any luck with RevenueCat and independent watchOS apps? I am having trouble retrieving SKProducts that i setup on app store connect. Is there something different about Watch apps that I need to factor in the configuration of…
alamodey
  • 14,320
  • 24
  • 86
  • 112
1
vote
1 answer

Revenue Cat - grandfather in old users

I'm a bit new to coding and to Revenue Cat. I just want to make sure this will work before transitioning from sandbox to production, since there's no way to test it in sandbox. Purchases.shared.restoreTransactions { (purchaserInfo, error) in …
zakray
  • 135
  • 1
  • 8
1
vote
1 answer

tvOS applicationDidBecomeActive called repeatedly with TV off

On tvOS 13.4 with RevenueCat, when I have my app running on the 4K TV device, and then turn the TV off (leaving the app running), I get this: 2020-05-10 12:21:59-0700 MyApp[709:1904667] [Purchases] - INFO: Subscriber attributes synced…
Trygve
  • 1,317
  • 10
  • 27