Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Minor fixup.
  • Loading branch information
IVLIVS-III committed Dec 2, 2022
commit 41d20b1fabd911a0f7ba94e7703b116afa21c9f7
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class InAppPurchase implements InAppPurchasePlatformAdditionProvider {

if (defaultTargetPlatform == TargetPlatform.android) {
InAppPurchaseAndroidPlatform.registerPlatform();
} else if (defaultTargetPlatform == TargetPlatform.iOS) {
} else if (defaultTargetPlatform == TargetPlatform.iOS ||
defaultTargetPlatform == TargetPlatform.macOS) {
InAppPurchaseStoreKitPlatform.registerPlatform();
}

Expand Down