Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[StoreKit] Add a default SKCloudServiceController constructor. Fixes #18577. #18608

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[StoreKit] Add a default SKCloudServiceController constructor. Fixes #…
…18577.

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

Fixes #18577.
  • Loading branch information
rolfbjarne committed Aug 1, 2023
commit 5537e727875d769e00262c56840cbdb314e686c0
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