Questions tagged [revenuecat]
203 questions
0
votes
1 answer
US prices shown to customers in India
I have a flutter app with in-app subscriptions implemented with the RevenueCat API. I have reports that some users in India are seeing prices in US dollars (and US pricing, which is different from India pricing). However, I have confirmed that some…

xcoder
- 153
- 6
0
votes
1 answer
Android subscription/purchase is not found in code despite being defined in Google Play Console
I am trying to add a subscription to my app. I have created a subscription called "pro_subscription" in the Google Play Console and made sure it's enabled. I then created a new Alpha build and released it to myself, with an account I have configured…

kmell96
- 1,365
- 1
- 15
- 39
0
votes
2 answers
In-App Purchase fails and every time I get “Cannot connect to iTunes Store” with transaction status returns failed
We have been using RevenueCat for IAP auto-renewable subscriptions. We have properly followed RevenueCat integration guideline and able to successfully test IAP subscriptions through Sandbox testers for some devices and get failure for some devices.…

Paresh Thakor
- 1,795
- 2
- 27
- 47
0
votes
1 answer
How do I Integrate RevenueCat to my flutter sample app?
I am trying to explore the RevenueCat for in app purchase applications. I want to build a sample application which shows some products with purchases & subscriptions. Can I integrate the RevenueCat for my flutter sample application or do I need a…

Sravanthi
- 1
- 1
0
votes
1 answer
Cannot build cordova project after add RevenueCat
I have a problem build my project with RevenueCat.
I installed it for Apache Cordova by this manual: https://docs.revenuecat.com/docs/cordova
But now after build it return:
> Task :app:processDebugManifest UP-TO-DATE
> Task…

mjablecnik
- 182
- 1
- 14
0
votes
1 answer
Connecting Subscriptions and Start Trials on Branch.io with Facebook Ad Partner
I'm trying to configure Facebook as an Ad Partner to import data such as subscriptions and start trials, but it seems like Branch.io only allow to map event such as Install and Opens.
Is there a way to import subscription data to Branch.io? I'm…

felipeclopes
- 4,010
- 2
- 25
- 35
0
votes
1 answer
Breaking out of a For statement and still allowing a completion handler to complete successfully
I have a RevenueCat implementation that is working but I don't like the flow and am struggling with improving it. I know there has to be a more refined way to do this, so any help would be appreciated:
@IBAction func btnMnthlyPressed(_ sender: Any)…

Douglas W. Palme
- 390
- 1
- 4
- 10
0
votes
0 answers
RevenueCat - Service connection is disconnected
I am getting the error "SERVICE_DISCONNECTED" on Android Studio when I try to make a purchase with RevenueCat. I've searched everywhere but nothing has worked so far.
I followed their quickstart guide and double checked everything but I can't get…

Noah-1
- 396
- 1
- 5
- 20
0
votes
1 answer
Revenuecat I get an error when checking subscriber status and making purchase in Android studio
I only have a page for subscribed users. I try to use Revenuecat to understand if users are subscribed and to make purchases. But I guess I'm making mistake.
I want to make purchases below but I get an error.
'''
public class VipPreferences extends…

Bora
- 1
0
votes
1 answer
Implementing a package using DDD
I have no issue implementing more simple packages with DDD, but how can I go about implementing the RevenueCat (manages subscriptions in-app purchases) package for flutter using DDD. The issue I have is that it requires their own custom classes…

Gerry
- 1,159
- 1
- 14
- 29
0
votes
0 answers
purchases_flutter MissingPluginException
i've implemented purchases_flutter on my app as wrote in the docs but when i try to call any methods (setDebugLogsEnabled, setupPurchases, getOfferings) the console return the MissingPluginException. This exception happens only on android (BILLING…

EndlessNerds
- 5
- 1
- 5
0
votes
1 answer
Consumable In-App Purchase not available during app review process
My App was rejected because of error during payment process. The reason of an error was an empty product list returned via store kit API.
I’ve added Consumable In-App purchase with all required details. In-App Purchase is currently in Waiting for…

manRo
- 1,455
- 1
- 14
- 19
0
votes
1 answer
java.util.ArrayList cannot be cast to com.android.billingclient.api.SkuDetails
I am trying to implement Revenuecat to my app . When i tried to purchase i am getting this error :
java.util.ArrayList cannot be cast to
com.android.billingclient.api.SkuDetails
In this Line : Purchases.getSharedInstance().purchaseProduct(this,…

vifol47386
- 17
- 6
0
votes
1 answer
Application not configured for billing through Google Play error
I have the following code that allows people to purchase subscriptions in android/kotlin. However, when people click to purchase an annual subscription sometimes they get the error Application not configured for billing through Google Play…

Chris Hansen
- 7,813
- 15
- 81
- 165
0
votes
1 answer
What should I do to fix Restore Purchases PaymentPendingError error?
Hi I am testing sandbox subscriptions with test user 5 min / month and 30 min/ year with Revenue Cat.
And I am also testing restore Purchase. But every time handle the same error
PurchaseCode.PaymentPendingError
With debug I see…

Serg Burlaka
- 2,351
- 24
- 35