Skip to main content
Question

Unity SDK Not Working On MacOS Platform?

  • November 6, 2025
  • 1 reply
  • 21 views

Forum|alt.badge.img
    private void Start()
{
#if UNITY_ANDROID && !UNITY_EDITOR
_wrapper = new PurchasesWrapperAndroid();
#elif (UNITY_IOS || UNITY_VISIONOS) && !UNITY_EDITOR
_wrapper = new PurchasesWrapperiOS();
#else
_wrapper = new PurchasesWrapperNoop();
#endif
if (!string.IsNullOrEmpty(proxyURL))
{
_wrapper.SetProxyURL(proxyURL);
}

if (useRuntimeSetup) return;

Configure(string.IsNullOrEmpty(appUserID) ? null : appUserID);
GetProducts(productIdentifiers, null);
}
This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • November 18, 2025

Hi, at this time our Unity SDK does not support macOS but I have passed this feedback along to the team.