python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Test Flight issues with Consumable Purchases - RevenueCat
I am testing a tvOS (15.2) app that has a subscription and two consumable product IAP. The consumable product IAP works properly when running the tvOS app via Xcode. However, when running the same app...
C6Silver
Votes: 0
Answers: 1
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-rene...

Jake Smith
Votes: 0
Answers: 1
How do I properly set up a webhook endpoint API to handle RevenueCat events with Firebase Functions?
I'm having trouble setting up a webhook endpoint API directly from RevenueCat's documentation.
My code is almost exactly like from the documentation so I don't know why this error is being triggered, ...
corbiter
Votes: 0
Answers: 1
RevenueCat display price
I have the following code:
function Paywall({ onPress }) {
const getPrice = async () => {
try {
const offerings = await Purchases.getOfferings();
if (offerings.current !== null...
Gurmukh Singh
Votes: 0
Answers: 2