Solved

Error fetching offerings on mackOS but works on iOS

  • 22 February 2023
  • 2 replies
  • 52 views

Badge +3

My Flutter app is released on iOS but I’m looking to add macOS support. My app builds, installs, and runs on my M1 Macbook Pro.

System:

Flutter 3.7.3 (channel stable)

Dart 2.19.2

DevTools 2.20.1

RevenueCat Flutter package (purchases_flutter) 4.10.0

Ventura 13.2.1

XCode 14.2

Flutter doctor has not errors

The following error:

<...> [Purchases] - ERROR: 😿‼️ Error performing request.
<...> [Purchases] - DEBUG: ℹ️ API request failed: GET /v1/subscribers/$RCAnonymousID:<...>/offerings: Error performing request.
<...> [Purchases] - ERROR: 🍎‼️ Error fetching offerings - The operation couldn’t be completed. (RevenueCat.OfferingsManager.Error error 0.)
Underlying error: The operation couldn’t be completed. (RevenueCat.NetworkError error 2.)
<...> [Purchases] - DEBUG: ℹ️ GetOfferingsOperation: Finished
<...> [Purchases] - ERROR: 😿‼️ Error performing request.
<...> [Purchases] - DEBUG: ℹ️ Serial request done: GET subscribers/$RCAnonymousID%<...>/offerings, 0 requests left in the queue

 

Is there a step I’m missing for enabling macOS revenue cat integration?

icon

Best answer by Haley Pace 1 March 2023, 19:25

View original

2 replies

Badge +3

Apologies for typo in title of post. I can’t edit it or delete and repost.

Userlevel 4
Badge +8

Worked on via support ticket. In cases like this when using MacOS apps without Catalyst, RevenueCat support must be contacted to enable this configuration for your app. See here our docs on this: https://www.revenuecat.com/docs/legacy-mac-apps 

Reply