Questions tagged [revenuecat]

203 questions
10
votes
3 answers

iOS In-App Purchase - Authentication Failed - There was a problem with the app store

Everything working fine using RevenueCat in Google purchasing and Apple sandbox. But in production mode (iOS 14 and Xcode 12) I got the below error on trying to make a purchase. [Purchases] - DEBUG: PaymentQueue removedTransaction: agfpro3m (null)…
Oswaldo
  • 221
  • 2
  • 7
9
votes
0 answers

Google Play Subscription doesn't show free trial

i have created two subscriptions in the google play console, both with a free trial. After some internal changes we decided to remove the trial off of these two subscriptions and create a new subscription with a free trial. Now i have: two…
PimVanLommel
  • 131
  • 7
8
votes
1 answer

Purchase issue with Revenue Cat (SwiftUI) "The receipt is not valid"

I have been trying to test In App purchases (Auto Renewable Subscriptions) to be specific and I always see "The receipt is not valid" In this regard, as soon as the purchase completes I would like to write true to a bool value called premium I have…
gtxtreme
  • 1,830
  • 1
  • 13
  • 25
6
votes
2 answers

App using RevenueCat got rejected in review

So I implemented an auto-renewing subscription on my iOS app using RevenueCat's SDK. Quoting from their website, https://medium.com/revenuecat-blog/getting-through-app-review-39ac50438c62 Improper use of sandbox vs production validation…
Ong Pe Hon
  • 305
  • 3
  • 11
5
votes
0 answers

How to fix ERROR: ‼️ There was a problem with the App Store. (Tried everything)

I have a issue at the moment where a user can not make a purchase on the Apple App Store in BOTH Production and Testing, which rules out Sandbox accounts etc (have also dived down said route). The same code is working perfectly for Android. Things…
An_Alpaca
  • 141
  • 4
5
votes
1 answer

Swift: Promoted products (with RevenueCat) - Caching the defermentBlock

At the moment I'm trying to include promoted products in my app with the help of RevenueCat. Unfortunately it does not work. (I am using SwiftUI 1.0, so still with AppDelegate.) What I have done so far: I have implemented the following function in…
Lukas
  • 251
  • 2
  • 13
5
votes
1 answer

How to give discount on package subscription in revenuecat flutter?

I am using Revenuecat for flutter. During package subscription I want to give certain discount to the users while purchasing. Is there any way to give discount from client side on package subscription?
Ranjit Shrestha
  • 622
  • 6
  • 24
4
votes
2 answers

Getting started with RevenueCat in-app billing on Xamarin Forms / MAUI

I couldn't find any documentation on using RevenueCat bindings in Xamarin Forms, or any examples. How to get started? I think it's supposed to be obvious, but it wasn't for me. Answering my own question below, I've made a small start, haven't tested…
BillF
  • 1,034
  • 3
  • 13
  • 28
4
votes
3 answers

Flutter - RevenueCat - There was a credentials issue, Check the underlying error for more details, error is coming after purchase

I am integrating in app purchase in my flutter application through RevenueCat and to support both Android and IOS. I have followed all the steps mentioned in the documentation for configuration…
Araju
  • 539
  • 8
  • 20
4
votes
1 answer

How to cancel subscription using RevenueCat in flutter?

I have implemented subscription using RevenueCat in flutter but RevenueCat have no documentation about canceling subscription.
Ranjit Shrestha
  • 622
  • 6
  • 24
4
votes
3 answers

Revenuecat, Flutter - PurchasePackage does not work, but there are no exceptions

Here is the scenario: Sandbox user bought a subscription and it expired. Sandbox user tries to buy that same subscription again. Apple's IAP UX is not triggered, and the PurchaserInfo object comes back with out a new purchase and the new…
The Flying Dutchman
  • 582
  • 2
  • 7
  • 18
4
votes
0 answers

How to get around StoreProblemError with RevenueCat and Flutter?

I have setup my subscription in the Google Play Console and also set it up with the same ID in RevenueCat but whenever I attempt to actually make the purchase I get W/[Purchases] - INFO( 8853): Error updating purchases. DebugMessage: Service…
4
votes
2 answers

RevenueCat - Why am I getting: Error Domain=SKErrorDomain Code=2 "Cannot connect to iTunes Store"

I have two auto-renewing subscriptions, monthly and yearly (iOS). I can make a purchase when I use a new fresh sandbox user. Although I have to enter my password three times. Here's the flow: Tap on a subscription Enter Password Promted to enter…
mnearents
  • 646
  • 1
  • 6
  • 31
3
votes
1 answer

TypeError: null is not an object (evaluating 'RNPurchases.isConfigured') error in release expo APK

I am getting an issue with the "TypeError: null is not an object (evaluating 'RNPurchases.isConfigured')" error in release APK. I am working on the expo app. "expo": "^45.0.0" "react-native-purchases": "^5.0.0-beta.6" // also tried…
Chintan
  • 1,204
  • 1
  • 8
  • 22
3
votes
1 answer

iOS App Store connect no option for auto-renew monthly subscriptions?

I have a new app I will be releasing to the app store that I want to be a monthly subscription with auto-renew but when trying to set this up in App Store connect, I do not see an option for auto-renewing subscriptions?? (See attached image) This is…
Jake Smith
  • 580
  • 3
  • 11
1
2 3
13 14