Questions tagged [revenuecat]
203 questions
0
votes
0 answers
App Store Connect: create my own discount subscription instead of using promotional offers
I would like to have full control on the discount rate I want to apply. I mean I want to select if this user can benefit the discount. Using the introductory offer in app store connect, I am not sure I can select from my server to which user and at…

Gilles
- 1
0
votes
0 answers
Multiple subscriptions with the same apple ID
We’re working on an app that allows users to register an account and create a “Business” that can list its menu, offers, branches, and many other details. We have a registration phase where the user signs in using email OTP. We want to follow a…

Hadi
- 119
- 10
0
votes
0 answers
Revenuecat and Storekit : Determine the free trial eligibility returns error
I use Revenucat to manage the subscriptions. A free trial period is offered and to determine the eligibility of the user, I use the following code provided by revenuecat and I test the code by using the SandBox (Test Flight returns the same…

Jeff 974
- 69
- 1
- 4
0
votes
1 answer
Flutter: Is there any possibility to debug/test RevenueCat integration with Google Play internal testing?
I am adding in-app-purchase to my Android (Flutter) app with RevenueCat.
I have created an internal testing track on the Google Play console.
When I run my app from VS Code on a real device in debug mode, I see products added on the Google Play…

Yuriy N.
- 4,936
- 2
- 38
- 31
0
votes
0 answers
We are unable to display the purchase event in Firebase Analytics RevenueCat
We are getting this error, which we have described below, from some users. We have added it as a question to your community.
https://community.revenuecat.com/general-questions-7/there-s-a-problem-with-your-configuration-none-of-the-…

Eray Hamurlu
- 657
- 7
- 9
0
votes
0 answers
None of the products registered in the RevenueCat dashboard could be fetched from the Play Store
Flutter version: 3.10.6
RevenueCat version: 5.0.3
Platfrom: Android
PlatformException(23, There is an issue with your configuration. Check the underlying error for more details., {code: 23, message: There is an issue with your configuration. Check…

Eray Hamurlu
- 657
- 7
- 9
0
votes
1 answer
how to authenticate a user via his phone-id for firebase auth / reveneucat
I want to design a Flutter app that uses Reveneucat as a third-party plugin for subscriptions. Initially, users will be given some free credits, but once they use them up, they will have to subscribe to get more credits. However, I'm not sure how to…

matti peterbull
- 177
- 2
- 12
0
votes
0 answers
StoreKit 2/StoreKit for Paid to Fremium Migration
I am trying to migrate my app from paid to freemium and am facing several issues and doubts. Specifically, I am trying to use StoreKit2 AppTransaction API but I am not averse to using StoreKit if my problems are not solved by StoreKit2:
Here are my…

Deepak Sharma
- 5,577
- 7
- 55
- 131
0
votes
0 answers
Does RevenueCat's Purchases.configure() with a appUserID parameter have a Callback?
One way to login in with RevenueCat with a callback is:
guard let uid = Auth.auth().currentUser?.uid else { return }
// iOS
Purchases.configure(withAPIKey: "...myAPI_KEY...")
Purchases.shared.logIn(uid) { (customerInfo, created, error) in
if…

Lance Samaria
- 17,576
- 18
- 108
- 256
0
votes
0 answers
Issue fetching revenuecat products
I am not able to fetch the products from revenuecat.
the issue is that when i try to fetch the products, i get an empty array.
there are products as show in pictures, what am i doing wrong?
here is the main code::
Future main() async {
…

Juan Casas
- 268
- 2
- 13
0
votes
0 answers
Auto Renew Subscription RevenueCat Swift iOS
I Am using RevenueCat for my In-App purchases implementation for iOS. I have Purchasing a subscription working as well as Restoring purchases. When a user purchases the subscription they are given 2 full name reveals + many more things for an…

Mark Thomas
- 35
- 1
- 7
0
votes
0 answers
Expo: How to purchase In-App product in revenue cat
I have added in app products in play console and also imported them to revenue cat dashboard, i am also fetching and displaying these products in my app, now i know that there is a method called Purchases.purchaseProduct but i dont know how to use…

Ahmed Murtaza
- 1
- 1
0
votes
0 answers
how to get receipt information flutter
I want to use in-app payment in flutter.
purchases_flutter package to implement it.
Is there any way to get the receipt information from the purchases_flutter package in flutter immediately after purchasing a one-time item?
I read the revenuecat…

MongRaGong
- 3
- 1
0
votes
1 answer
Error status code 400 when trying to delete a RevenueCat customer with REST, what could be the problem?
I am trying to delete a customer from RevenueCat if the user decides to delete their account. This is the code I implemented:
private func deleteRevenueCatAccount(forUserID: String) {
let headers = ["accept": "application/json",…

Iraklis Eleftheriadis
- 77
- 1
- 10
0
votes
1 answer
In an yearly subscription how should I update users credits every month?
I have an app where I give users 30,000 credits at every monthly subscription or renewal. Now I want to introduce an yearly subscription but instead of giving 360,000 credits at the purchase event of a yearly subscription I want to give users only…

Harsh Vardhan
- 559
- 1
- 3
- 12