Skip to content

Commit

Permalink
added one more check
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jun 28, 2024
1 parent c342124 commit 74d54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCat/Scripts/Purchases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private void Start()
{
#if UNITY_ANDROID && !UNITY_EDITOR
_wrapper = new PurchasesWrapperAndroid();
#elif UNITY_IPHONE && !UNITY_EDITOR
#elif (UNITY_IOS || UNITY_VISIONOS) && !UNITY_EDITOR
_wrapper = new PurchasesWrapperiOS();
#else
_wrapper = new PurchasesWrapperNoop();
Expand Down

0 comments on commit 74d54b3

Please sign in to comment.