Questions tagged [revenuecat]
203 questions
1
vote
1 answer
iOS in-app-purchases - How to debug against the production server?
How do I test REAL purchases in my app without releasing it to the public? I need to finish testing and debugging the subscription logic in the app, but I can't get out of the sandbox.
I'm using Ionic 4 with Purchases Cordova plugin from…

jkufrin
- 21
- 4
1
vote
1 answer
How to use more than 1 offering on revenuecat?
I am using revenuecat and I have a problem, I can't load my two products in my app (monthly and annual subsription) because only one is current, If I change the annual subscription to current I can load it but not the monthly . How can I use my two…

luc
- 1,301
- 2
- 14
- 30
1
vote
1 answer
Check if Users Subscription is still active with the RevenueCat API
Whats the best way to check if a users subscription is still active with the RevenueCat API?
I can get the entitlements of a user but it seems like, after the expiration of the subscription, the entitlement is still in the entitlements object.…

Jonas
- 7,089
- 15
- 49
- 110
1
vote
0 answers
Native module cannot be null - react-native-purchase
I am going to lose my mind over this soon, but here it goes :-)
I am wanting to use RevenueCat/react-native-purchases in my project, but as soon as I import
import Purchases from 'react-native-purchases';
I get the message "Native module cannot be…

jwknz
- 6,598
- 16
- 72
- 115
1
vote
1 answer
What is the best way to wrap `purchaserInfo` for easy comparisons throughout your code using RevenueCat
What would be the best way to wrap Purchases.shared.purchaserInfo to just return true or false when doing multiple comparisons in an If statement.
What I want to be able to do is to quickly check if the user has access to PRO features by having a…

fs_tigre
- 10,650
- 13
- 73
- 146
1
vote
1 answer
How to know which mobile os of a product a user has subscribed to using RevenueCat?
I'm having trouble finding out the mobile OS of the item that the user subscribed to. What I'm trying to do is allow only subscription upgrades / downgrades to same os. (not allowed changing monthly subscription from ios to yearly subscription from…

Jinyoung Kim
- 1,885
- 3
- 14
- 23
1
vote
0 answers
RevenueCat Unity, error: EntryPointNotFoundException: _RCSetupPurchases
I implement in my project RevenueCat and it doesn't see my purchases only installs. I make all like in guide
https://docs.revenuecat.com/v1.0/docs/setting-up-unity-sdk
This is my code:
using UnityEngine;
using System.Collections;
using…

Pikachu
- 11
- 4
0
votes
0 answers
flutter how to make google play and upstore subscriptions in conjunction with the backend
there is a backend in my application, there is a request to get user data. How do I connect subscriptions so as to synchronize with the backend, so that in this request conditionally comes:
{
'name': 'NAME',
'subscriptions': '7-days',
}
I have…

Skeleteenx
- 3
- 1
0
votes
1 answer
How to block transfers/restores with RevenueCat SwiftUI?
In my app, I require all users to create an account and subscribe before using. RevenueCat handles this. However, when a user who does not subscribe signs up/logs in on a users phone who does have an account, the entitlement transfers over to the…

Etienne
- 21
- 3
0
votes
0 answers
Facing issue in flutter- RevenueCat in debug or run mode
Please refer this link
https://github.com/RevenueCat/purchases-flutter/issues/790
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
A failure occurred while executing…

Yoriichi
- 1
- 5
0
votes
0 answers
"This StoreProduct represents an SK1 product" Revenuecat error about offers showing
hi i have a flutter app about daily horoscope and tarot cards and i'm trying to implement an subscription plan for it and i choose to use revenuecat for it but i have difficulities to find a beginner document or tutorials because i really dont…

yuso
- 3
- 3
0
votes
1 answer
Implementing applicationUsername(AppTokenId) in superwall
In Superwall I need to assign the applicationUsername(AppTokenId), to be able to validate the IAPs on my server. As I checked the docs I can create a PurchaseController but there is not place to set the applicationUsername.
class…

Am1rFT
- 227
- 5
- 18
0
votes
0 answers
Error:Secret API keys should not be used in your app. When use X-Platform in the headers of revenueCat Get endpoint
Revenue Cat docs clearly mentions that you can specify the operating system in the Get request, by specifying OS in the headers by using X-Platform property, so you can get OS specific management_url
curl --request GET \
--url…

M Nouman
- 437
- 1
- 5
- 22
0
votes
0 answers
RevenueCat - One subscription to different users
When I subscribe with a user, which is the same email as the cell phone account, then I logout and then I login with another user, this new user appears to me as having a subscription when it doesn't, it's like the subscription of the first user…

edwn
- 23
- 5
0
votes
0 answers
how to integrate revenucat to flutter app
i develop an horoscope and tarot card app in flutter and i'm trying to integrate an subscription plan in it and i decided to use revenuecat to help me with renewal subscription keep subs data etc. but right now flutter revenuecat tutorials are…

yuso
- 3
- 3