Skip to content

Commit

Permalink
[StoreKit] Add a default SKCloudServiceController constructor. Fixes #…
Browse files Browse the repository at this point in the history
…18577. (#18608)

Using the default constructor is the doumented way to create an instance
of an SKCloudServiceController.

Fixes #18577.
  • Loading branch information
rolfbjarne authored Aug 2, 2023
1 parent c4c95b3 commit 08b2937
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/storekit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

6 comments on commit 08b2937

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.