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.)
<...> oPurchases] - DEBUG: GetOfferingsOperation: Finished
<...> :Purchases] - ERROR: Error performing request.
<...> rPurchases] - 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?