Questions tagged [revenuecat]

203 questions
0
votes
0 answers

iOS Native In-App Purchase Sheet: PayUpFront Introductory Offer with higher price than standard price not working (all other cases work)

I have come across an issue with Apple's in-app auto-renewable subscriptions that I can’t seem to figure out. I have successfully implemented subscriptions in my iOS/iPadOS app, including checking the eligibility for introductory offers. All works…
rdor
  • 101
  • 1
  • 4
0
votes
0 answers

RevenueCat - UpgradeInfo not working on Android with Flutter

I’m testing in Android emulator with Play Store access using a testing account so no actual money is being charged. I am able to purchase products and packages, but not able to test changing packages using the UpgradeInfo docs. What could the issue…
Zelf
  • 1,723
  • 2
  • 23
  • 40
0
votes
1 answer

Purchases.getOfferings(); hangs after upgrading RevenueCat to latest

Here are the packages I have in my pubspec.yaml file. cloud_firestore: ^2.5.3 firebase_core_web: ^1.1.0 cloud_firestore_web: ^2.4.3 firebase_core: ^1.7.0 firebase_auth: ^3.1.2 provider: ^6.0.1 firebase_messaging: ^10.0.8 firebase_crashlytics:…
edn
  • 1,981
  • 3
  • 26
  • 56
0
votes
1 answer

How to show different page to free users and different page to paid users

i am using revenuecat to manage a in-app subscription program. For free users, i want to show a different home page and different home page for premium users. This is my bottom navigation, please help. So overall, user will sign up using email,…
0
votes
0 answers

Working setup now broken : RevenueCat Flutter

I had an initial functioning setup to get offerings and make a purchase. It worked : I could make a test purchase. The code was in a ‘shop’ page, and I decided to move the RevenueCat initialisation to main.dart as initial entry point. But maybe…
0
votes
0 answers

Google play subscription PlatformException with code 4 using revenuecat

I have problem with revenuecat. The application woking fin in the previous version. but when I tried testing the payment with new version the payments is not woking it gives me this error -- i'm using flutter PlatformException(4, One or more of the…
prg.dev
  • 141
  • 1
  • 3
  • 16
0
votes
0 answers

React-Native iOS: RevanueCat In-App Purchase Subscription

I am using RevanueCat In-app purchase subscription in my app. I have also created in-app purchase in app store connect and they approved also and app is live now. But when I open the app store and open my app in app store app(iPhone device) there is…
Maxx P
  • 148
  • 10
0
votes
2 answers

Revenuecat REST API - When recording a purchase got Content-Type not application/json

I'm trying to use POST methods (Revenue REST API) but I always get the error message "Content-Type not application/json". The strange is that I'm using their website to test: [https://docs.revenuecat.com/reference#receipts][1] API TEST (IMAGE) curl…
0
votes
1 answer

The subscription can't have the first charge for free. ErrorCode: DEVELOPER_ERROR

I am using RevenueCat for in-app purchases in my app. I am using this code for upgrading the subscription: private fun upgradePackage(packageToBuy: Package, upgradeInfo: UpgradeInfo) { Purchases.sharedInstance.purchasePackageWith( …
berserk
  • 2,690
  • 3
  • 32
  • 63
0
votes
2 answers

Sudden Android kotlin error when building a Flutter app

I'm having a problem building a Flutter app for Android. I've been working on this app for a while, and up until today I've been building for Android without problems. I've made no recent changes to the build setup. I am not very familiar with…
OpusGames
  • 21
  • 4
0
votes
0 answers

RevenueCat product data not showing correct data

I want to load product data of an IAP into the UI of my app(it will be shown in SwiftUI View, but the app, in general, is build using UIKit) I have a function where I call the products function of the Purchases class. It returns a SKProduct. I…
BSM
  • 87
  • 2
  • 12
0
votes
1 answer

Does RevenueCat's SDK for iOS allows to detect storefront country change

I'm considering RevenueCat for implementation of in-app subscriptions for one of the clients. The client wants to limit the number of countries where in-app subscriptions are available. Question: Does the RevenueCat's SDK for iOS allows to detect…
0
votes
1 answer

How can i add premium features in my app by in app purchases?

Let's say I have a list with 5 list items and I only want to offer 3 of those as free and I want to offer the rest as premium content. Free items are adding a note , adding 3 todos and bookmarks and premium features are like no ads and audio saving…
s c art
  • 15
  • 1
  • 3
0
votes
1 answer

RevenueCat Promotionals Not Working in Sandbox

I am trying to test the RevenueCat Promotionals feature in Sandbox mode. The documentation talks about this feature being useful for giving Beta users access, so I assumed it was possible to test it in the Sandbox. I have selected a specific App…
GrahamD
  • 2,952
  • 3
  • 15
  • 26
0
votes
1 answer

Android transactions not showing in revenuecat dashboard

I have built a dummy flutter app and integrated it with revenue cat. Have put app in closed testing and followed all steps mentioned in the docs. Able to subscribe to plans and when plan is subscribed I am getting a mail to for payment confirmation…
Rajesh Budhiraja
  • 192
  • 1
  • 12