From 08b293760a89ae28570691fe5e0729ded0c09c4f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 2 Aug 2023 12:56:41 +0200 Subject: [PATCH] [StoreKit] Add a default SKCloudServiceController constructor. Fixes #18577. (#18608) Using the default constructor is the doumented way to create an instance of an SKCloudServiceController. Fixes https://github.com/xamarin/xamarin-macios/issues/18577. --- src/storekit.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/storekit.cs b/src/storekit.cs index f669e60e120c..01b52d0a928d 100644 --- a/src/storekit.cs +++ b/src/storekit.cs @@ -952,9 +952,6 @@ enum SKCloudServiceSetupMessageIdentifier { [Mac (11, 0), Watch (7, 0), iOS (9, 3), TV (9, 2)] [MacCatalyst (13, 1)] [BaseType (typeof (NSObject))] -#if XAMCORE_3_0 // Avoid breaking change in iOS - [DisableDefaultCtor] -#endif interface SKCloudServiceController { [Static] [Export ("authorizationStatus")]