Question

Mac App only using Stripe: No offering

  • 3 March 2022
  • 1 reply
  • 71 views

Badge +1

We are going to use RevenueCat to sale our macOS application using only Stripe.

I followed your documentation to setup products, offering packages and entitlements.

I also installed your SDK (version 3.3).
I am however facing the following issue:

ERROR: 🍎‼️ Error fetching offerings - Error Domain=RCPurchasesErrorDomain Code=23 "None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used).

I do not understand why I am getting this issue because this app will be sold outside the Mac App Store. So it raises several questions:

  • I only selling a Mac App outside the MAS, using Stripe supported by RevenueCat and if yes can we use the SDK?
  • If yes, what can be the source of the issue
  • If no, what do you recommend to achieve what we want to do?

 
Thanks for your help,


1 reply

Userlevel 5
Badge +10

Hi @AP_IA 

I’ll answer your questions in-line below:

I only selling a Mac App outside the MAS, using Stripe supported by RevenueCat and if yes can we use the SDK?

Since you are using Stripe, the SDKs will not be able to fetch the products. We pull the SKProduct directly from the app store and not from Stripe. 

If no, what do you recommend to achieve what we want to do?

I recommend taking a look at our REST API to fetch Offerings: https://docs.revenuecat.com/reference/get-offerings From the response, you would display the paywall based on the customer’s current offering. Be sure to follow our Stripe docs to send fetch tokens to RevenueCat so we can track the transaction: https://docs.revenuecat.com/docs/stripe#5-send-stripe-tokens-to-revenuecat 

 

Reply