Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 3, 2022 16:36
Show Gist options
  • Save vs-mobiletools-engineering-service2/9f48ab6bceb2cc46068c24133103d379 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/9f48ab6bceb2cc46068c24133103d379 to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKANError.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKANError.g.cs
index 68f5771..7e366e8 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKANError.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKANError.g.cs
@@ -66,6 +66,7 @@ namespace StoreKit {
InvalidAdvertisedAppId = 8,
InvalidVersion = 9,
Unknown = 10,
+ ImpressionTooShort = 11,
}
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKAdImpression.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKAdImpression.g.cs
index 4fec73b..631ae36 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKAdImpression.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKAdImpression.g.cs
@@ -92,6 +92,45 @@ namespace StoreKit {
{
}
+ [Export ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public SKAdImpression (NSNumber sourceAppStoreItemIdentifier, NSNumber advertisedAppStoreItemIdentifier, string adNetworkIdentifier, NSNumber adCampaignIdentifier, string adImpressionIdentifier, NSNumber timestamp, string signature, string version)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var sourceAppStoreItemIdentifier__handle__ = sourceAppStoreItemIdentifier!.GetNonNullHandle (nameof (sourceAppStoreItemIdentifier));
+ var advertisedAppStoreItemIdentifier__handle__ = advertisedAppStoreItemIdentifier!.GetNonNullHandle (nameof (advertisedAppStoreItemIdentifier));
+ if (adNetworkIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adNetworkIdentifier));
+ var adCampaignIdentifier__handle__ = adCampaignIdentifier!.GetNonNullHandle (nameof (adCampaignIdentifier));
+ if (adImpressionIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adImpressionIdentifier));
+ var timestamp__handle__ = timestamp!.GetNonNullHandle (nameof (timestamp));
+ if (signature is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (signature));
+ if (version is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (version));
+ var nsadNetworkIdentifier = CFString.CreateNative (adNetworkIdentifier);
+ var nsadImpressionIdentifier = CFString.CreateNative (adImpressionIdentifier);
+ var nssignature = CFString.CreateNative (signature);
+ var nsversion = CFString.CreateNative (version);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ }
+ CFString.ReleaseNative (nsadNetworkIdentifier);
+ CFString.ReleaseNative (nsadImpressionIdentifier);
+ CFString.ReleaseNative (nssignature);
+ CFString.ReleaseNative (nsversion);
+ #endif
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKDownload.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKDownload.g.cs
index 007b20c..9591236 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKDownload.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKDownload.g.cs
@@ -50,6 +50,22 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -83,12 +99,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentIdentifier {
[Export ("contentIdentifier")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -107,6 +155,14 @@ namespace StoreKit {
[Advice ("Starting with ios13.0 Use 'ExpectedContentLength' instead.")]
#endif
[UnsupportedOSPlatform ("ios13.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
#endif
@@ -116,15 +172,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual long ContentLength {
[Export ("contentLength")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios13.0.0")]
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst13.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -137,12 +201,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSUrl? ContentUrl {
[Export ("contentURL", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -158,12 +254,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentVersion {
[Export ("contentVersion", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -182,6 +310,14 @@ namespace StoreKit {
[Advice ("Starting with ios12.0 Use 'State' instead.")]
#endif
[UnsupportedOSPlatform ("ios12.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
#endif
@@ -191,15 +327,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownloadState DownloadState {
[Export ("downloadState")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios12.0.0")]
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst12.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -214,12 +358,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSError? Error {
[Export ("error", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -238,9 +414,41 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos13.0")]
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("ios13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst13.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
public virtual long ExpectedContentLength {
[Export ("expectedContentLength")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("tvos13.0.0")]
[SupportedOSPlatform ("macos10.15.0")]
[SupportedOSPlatform ("ios13.0.0")]
@@ -258,12 +466,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual float Progress {
[Export ("progress")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -279,10 +519,42 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("tvos12.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst12.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual SKDownloadState State {
[Export ("state")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios12.0.0")]
[SupportedOSPlatform ("tvos12.0.0")]
[SupportedOSPlatform ("macos")]
@@ -302,12 +574,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual double TimeRemaining {
[Export ("timeRemaining")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -322,11 +626,43 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos10.11")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKPaymentTransaction Transaction {
[Export ("transaction")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos10.11.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -343,11 +679,43 @@ namespace StoreKit {
}
[Field ("SKDownloadTimeRemainingUnknown", "StoreKit")]
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public static double TimeRemainingUnknown {
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
index 441923a..768a6d1 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
@@ -124,6 +124,25 @@ namespace StoreKit {
return ret!;
#endif
}
+ [Export ("setAdImpression:")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void SetAdImpression (SKAdImpression impression)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ }
+ #endif
+ }
[Export ("setAdditionalValue:forKey:")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentQueue.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentQueue.g.cs
index ca54f1a..51f7e6e 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentQueue.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentQueue.g.cs
@@ -117,6 +117,22 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -150,6 +166,22 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -235,6 +267,22 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -271,6 +319,22 @@ namespace StoreKit {
#endif
}
[Export ("startDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentTransaction.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentTransaction.g.cs
index 3477806..fd6b093 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentTransaction.g.cs
@@ -83,12 +83,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownload[] Downloads {
[Export ("downloads")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
index 6525b43..f196c63 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -109,6 +109,22 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -296,6 +312,22 @@ namespace StoreKit {
#endif
}
[Export ("paymentQueue:updatedDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKStoreProductViewController.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKStoreProductViewController.g.cs
index 2b097dc..63980fe 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKStoreProductViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKStoreProductViewController.g.cs
@@ -156,6 +156,76 @@ namespace StoreKit {
});
return tcs.Task;
}
+ [Export ("loadProductWithParameters:impression:completionBlock:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void LoadProduct (NSDictionary parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError>? callback)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var parameters__handle__ = parameters!.GetNonNullHandle (nameof (parameters));
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ BlockLiteral *block_ptr_callback;
+ BlockLiteral block_callback;
+ if (callback is null){
+ block_ptr_callback = null;
+ } else {
+ block_callback = new BlockLiteral ();
+ block_ptr_callback = &block_callback;
+ block_callback.SetupBlockUnsafe (Trampolines.SDActionArity2V0.Handler, callback);
+ }
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ }
+ if (block_ptr_callback != null)
+ block_ptr_callback->CleanupBlock ();
+ #endif
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<Tuple<bool,NSError>> LoadProductAsync (NSDictionary parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe void LoadProduct (StoreProductParameters parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError>? callback)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ LoadProduct (parameters.GetDictionary ()!, impression, callback);
+ #endif
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe Task<Tuple<bool,NSError>> LoadProductAsync (StoreProductParameters parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos11.0.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKAdImpression.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKAdImpression.g.cs
index 4d00920..d65e705 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKAdImpression.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKAdImpression.g.cs
@@ -82,6 +82,41 @@ namespace StoreKit {
{
}
+ [Export ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public SKAdImpression (NSNumber sourceAppStoreItemIdentifier, NSNumber advertisedAppStoreItemIdentifier, string adNetworkIdentifier, NSNumber adCampaignIdentifier, string adImpressionIdentifier, NSNumber timestamp, string signature, string version)
+ : base (NSObjectFlag.Empty)
+ {
+ var sourceAppStoreItemIdentifier__handle__ = sourceAppStoreItemIdentifier!.GetNonNullHandle (nameof (sourceAppStoreItemIdentifier));
+ var advertisedAppStoreItemIdentifier__handle__ = advertisedAppStoreItemIdentifier!.GetNonNullHandle (nameof (advertisedAppStoreItemIdentifier));
+ if (adNetworkIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adNetworkIdentifier));
+ var adCampaignIdentifier__handle__ = adCampaignIdentifier!.GetNonNullHandle (nameof (adCampaignIdentifier));
+ if (adImpressionIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adImpressionIdentifier));
+ var timestamp__handle__ = timestamp!.GetNonNullHandle (nameof (timestamp));
+ if (signature is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (signature));
+ if (version is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (version));
+ var nsadNetworkIdentifier = CFString.CreateNative (adNetworkIdentifier);
+ var nsadImpressionIdentifier = CFString.CreateNative (adImpressionIdentifier);
+ var nssignature = CFString.CreateNative (signature);
+ var nsversion = CFString.CreateNative (version);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ }
+ CFString.ReleaseNative (nsadNetworkIdentifier);
+ CFString.ReleaseNative (nsadImpressionIdentifier);
+ CFString.ReleaseNative (nssignature);
+ CFString.ReleaseNative (nsversion);
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKDownload.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKDownload.g.cs
index d6b00be..949132e 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKDownload.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKDownload.g.cs
@@ -50,6 +50,22 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -86,6 +102,18 @@ namespace StoreKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void DeleteContentForProduct (string productId)
@@ -100,6 +128,18 @@ namespace StoreKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static NSUrl? GetContentUrlForProduct (string productId)
@@ -113,12 +153,44 @@ namespace StoreKit {
return ret!;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentIdentifier {
[Export ("contentIdentifier")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -137,6 +209,14 @@ namespace StoreKit {
[Advice ("Starting with ios13.0 Use 'ExpectedContentLength' instead.")]
#endif
[UnsupportedOSPlatform ("ios13.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
#endif
@@ -146,15 +226,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual long ContentLength {
[Export ("contentLength")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios13.0.0")]
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst13.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -167,12 +255,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSUrl? ContentUrl {
[Export ("contentURL", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -188,12 +308,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentVersion {
[Export ("contentVersion", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -212,6 +364,14 @@ namespace StoreKit {
[Advice ("Starting with ios12.0 Use 'State' instead.")]
#endif
[UnsupportedOSPlatform ("ios12.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
#endif
@@ -221,15 +381,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownloadState DownloadState {
[Export ("downloadState")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios12.0.0")]
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst12.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -244,12 +412,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSError? Error {
[Export ("error", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -268,9 +468,41 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos13.0")]
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("ios13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst13.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
public virtual long ExpectedContentLength {
[Export ("expectedContentLength")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("tvos13.0.0")]
[SupportedOSPlatform ("macos10.15.0")]
[SupportedOSPlatform ("ios13.0.0")]
@@ -284,12 +516,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual float Progress {
[Export ("progress")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -305,10 +569,42 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("tvos12.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst12.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual SKDownloadState State {
[Export ("state")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios12.0.0")]
[SupportedOSPlatform ("tvos12.0.0")]
[SupportedOSPlatform ("macos")]
@@ -324,12 +620,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual double TimeRemaining {
[Export ("timeRemaining")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -344,11 +672,43 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos10.11")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKPaymentTransaction Transaction {
[Export ("transaction")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos10.11.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -365,11 +725,43 @@ namespace StoreKit {
}
[Field ("SKDownloadTimeRemainingUnknown", "StoreKit")]
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public static double TimeRemainingUnknown {
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
index 5266d95..cdea14f 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKOverlayAppConfiguration.g.cs
@@ -110,6 +110,21 @@ namespace StoreKit {
CFString.ReleaseNative (nskey);
return ret!;
}
+ [Export ("setAdImpression:")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void SetAdImpression (SKAdImpression impression)
+ {
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ }
+ }
[Export ("setAdditionalValue:forKey:")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentQueue.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentQueue.g.cs
index 44d80a3..5a0b34d 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentQueue.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentQueue.g.cs
@@ -117,6 +117,22 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -150,6 +166,22 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -217,6 +249,22 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -235,6 +283,22 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransaction.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransaction.g.cs
index 08a0bd3..4b3bf1f 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransaction.g.cs
@@ -83,12 +83,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownload[] Downloads {
[Export ("downloads")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
index c2350fe..4e0ebf4 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -109,6 +109,22 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -272,6 +288,22 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKStoreProductViewController.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKStoreProductViewController.g.cs
index 8cdee2a..b085ccb 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKStoreProductViewController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKStoreProductViewController.g.cs
@@ -156,6 +156,68 @@ namespace StoreKit {
});
return tcs.Task;
}
+ [Export ("loadProductWithParameters:impression:completionBlock:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void LoadProduct (NSDictionary parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V13))]global::System.Action<bool, NSError>? callback)
+ {
+ var parameters__handle__ = parameters!.GetNonNullHandle (nameof (parameters));
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ BlockLiteral *block_ptr_callback;
+ BlockLiteral block_callback;
+ if (callback is null){
+ block_ptr_callback = null;
+ } else {
+ block_callback = new BlockLiteral ();
+ block_ptr_callback = &block_callback;
+ block_callback.SetupBlockUnsafe (Trampolines.SDActionArity2V13.Handler, callback);
+ }
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ }
+ if (block_ptr_callback != null)
+ block_ptr_callback->CleanupBlock ();
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<Tuple<bool,NSError>> LoadProductAsync (NSDictionary parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe void LoadProduct (StoreProductParameters parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V13))]global::System.Action<bool, NSError>? callback)
+ {
+ LoadProduct (parameters.GetDictionary ()!, impression, callback);
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.0.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe Task<Tuple<bool,NSError>> LoadProductAsync (StoreProductParameters parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos11.0.0")]
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKDownload.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKDownload.g.cs
index 07dd297..d30b3d2 100644
--- a/old/dotnet/macos/generated-sources/StoreKit/SKDownload.g.cs
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKDownload.g.cs
@@ -45,6 +45,22 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -117,6 +133,18 @@ namespace StoreKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void DeleteContentForProduct (string productId)
@@ -131,6 +159,18 @@ namespace StoreKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static NSUrl? GetContentUrlForProduct (string productId)
@@ -144,12 +184,44 @@ namespace StoreKit {
return ret!;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentIdentifier {
[Export ("contentIdentifier")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -170,16 +242,32 @@ namespace StoreKit {
[Advice ("Starting with macos10.15 Use 'ExpectedContentLength' instead.")]
#endif
[UnsupportedOSPlatform ("macos10.15")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual NSNumber ContentLength {
[Export ("contentLength", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[UnsupportedOSPlatform ("ios")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
- #if __MACOS__
- [Advice ("Starting with macos10.15.0 Use 'ExpectedContentLength' instead.")]
- #endif
- [UnsupportedOSPlatform ("macos10.15.0")]
[SupportedOSPlatform ("macos")]
get {
NSNumber? ret;
@@ -192,12 +280,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSUrl? ContentUrl {
[Export ("contentURL", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -213,12 +333,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentVersion {
[Export ("contentVersion", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -237,8 +389,32 @@ namespace StoreKit {
[UnsupportedOSPlatform ("ios")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual SKDownloadState DownloadState {
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[UnsupportedOSPlatform ("ios")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
@@ -248,12 +424,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSError? Error {
[Export ("error", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -272,9 +480,41 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos13.0")]
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("ios13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst13.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
public virtual long ExpectedContentLength {
[Export ("expectedContentLength")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("tvos13.0.0")]
[SupportedOSPlatform ("macos10.15.0")]
[SupportedOSPlatform ("ios13.0.0")]
@@ -288,12 +528,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual float Progress {
[Export ("progress")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -309,10 +581,42 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("tvos12.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst12.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual SKDownloadState State {
[Export ("state")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios12.0.0")]
[SupportedOSPlatform ("tvos12.0.0")]
[SupportedOSPlatform ("macos")]
@@ -328,12 +632,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual double TimeRemaining {
[Export ("timeRemaining")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -348,11 +684,43 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos10.11")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKPaymentTransaction Transaction {
[Export ("transaction")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos10.11.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -369,11 +737,43 @@ namespace StoreKit {
}
[Field ("SKDownloadTimeRemainingUnknown", "StoreKit")]
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public static double TimeRemainingUnknown {
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentQueue.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentQueue.g.cs
index 94680d1..91cdafc 100644
--- a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentQueue.g.cs
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentQueue.g.cs
@@ -163,6 +163,22 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -196,6 +212,22 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -263,6 +295,22 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -281,6 +329,22 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentTransaction.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
index 2bff396..813d440 100644
--- a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
@@ -99,12 +99,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownload[] Downloads {
[Export ("downloads")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
index 262307f..c139210 100644
--- a/old/dotnet/macos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -104,6 +104,22 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -267,6 +283,22 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/tvos/generated-sources/StoreKit/SKDownload.g.cs b/new/dotnet/tvos/generated-sources/StoreKit/SKDownload.g.cs
index 50035f5..38d32dd 100644
--- a/old/dotnet/tvos/generated-sources/StoreKit/SKDownload.g.cs
+++ b/new/dotnet/tvos/generated-sources/StoreKit/SKDownload.g.cs
@@ -41,6 +41,22 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -74,12 +90,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentIdentifier {
[Export ("contentIdentifier")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -98,6 +146,14 @@ namespace StoreKit {
[Advice ("Starting with ios13.0 Use 'ExpectedContentLength' instead.")]
#endif
[UnsupportedOSPlatform ("ios13.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
#endif
@@ -107,15 +163,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual long ContentLength {
[Export ("contentLength")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios13.0.0")]
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst13.0.0 Use 'ExpectedContentLength' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst13.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -128,12 +192,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSUrl? ContentUrl {
[Export ("contentURL", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -149,12 +245,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual string ContentVersion {
[Export ("contentVersion", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -173,6 +301,14 @@ namespace StoreKit {
[Advice ("Starting with ios12.0 Use 'State' instead.")]
#endif
[UnsupportedOSPlatform ("ios12.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
#if __MACCATALYST__ && !__IOS__
[Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
#endif
@@ -182,15 +318,23 @@ namespace StoreKit {
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownloadState DownloadState {
[Export ("downloadState")]
- [UnsupportedOSPlatform ("macos")]
#if __IOS__
- [Advice ("Starting with ios12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
#endif
- [UnsupportedOSPlatform ("ios12.0.0")]
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ [UnsupportedOSPlatform ("macos")]
#if __MACCATALYST__ && !__IOS__
- [Advice ("Starting with maccatalyst12.0.0 Use 'State' instead.")]
+ [Advice ("Starting with maccatalyst16.0.0.")]
#endif
- [UnsupportedOSPlatform ("maccatalyst12.0.0")]
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
@@ -205,12 +349,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual NSError? Error {
[Export ("error", ArgumentSemantic.Copy)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -229,9 +405,41 @@ namespace StoreKit {
[SupportedOSPlatform ("tvos13.0")]
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("ios13.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst13.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
public virtual long ExpectedContentLength {
[Export ("expectedContentLength")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("tvos13.0.0")]
[SupportedOSPlatform ("macos10.15.0")]
[SupportedOSPlatform ("ios13.0.0")]
@@ -245,12 +453,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual float Progress {
[Export ("progress")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -266,10 +506,42 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("tvos12.0")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
[SupportedOSPlatform ("maccatalyst12.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos")]
public virtual SKDownloadState State {
[Export ("state")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios12.0.0")]
[SupportedOSPlatform ("tvos12.0.0")]
[SupportedOSPlatform ("macos")]
@@ -285,12 +557,44 @@ namespace StoreKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual double TimeRemaining {
[Export ("timeRemaining")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -305,11 +609,43 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos10.11")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKPaymentTransaction Transaction {
[Export ("transaction")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("macos10.11.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
@@ -326,11 +662,43 @@ namespace StoreKit {
}
[Field ("SKDownloadTimeRemainingUnknown", "StoreKit")]
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public static double TimeRemainingUnknown {
[SupportedOSPlatform ("macos10.14")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentQueue.g.cs b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentQueue.g.cs
index 9878931..217313a 100644
--- a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentQueue.g.cs
+++ b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentQueue.g.cs
@@ -108,6 +108,22 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -141,6 +157,22 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -208,6 +240,22 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -226,6 +274,22 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransaction.g.cs b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
index 6f8ab56..c10d4a7 100644
--- a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransaction.g.cs
@@ -74,12 +74,44 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public virtual SKDownload[] Downloads {
[Export ("downloads")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
index c8970e2..1ac3e6c 100644
--- a/old/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/dotnet/tvos/generated-sources/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -100,6 +100,22 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
@@ -263,6 +279,22 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ #if __IOS__
+ [Advice ("Starting with ios16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("ios16.0")]
+ #if __MACOS__
+ [Advice ("Starting with macos13.0.")]
+ #endif
+ [UnsupportedOSPlatform ("macos13.0")]
+ #if __TVOS__
+ [Advice ("Starting with tvos16.0.")]
+ #endif
+ [UnsupportedOSPlatform ("tvos16.0")]
+ #if __MACCATALYST__ && !__IOS__
+ [Advice ("Starting with maccatalyst16.0.0.")]
+ #endif
+ [UnsupportedOSPlatform ("maccatalyst16.0.0")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos")]
diff --git a/old/ios/native/StoreKit/SKANError.g.cs b/new/ios/native/StoreKit/SKANError.g.cs
index ec1a3a0..9901fbe 100644
--- a/old/ios/native/StoreKit/SKANError.g.cs
+++ b/new/ios/native/StoreKit/SKANError.g.cs
@@ -66,6 +66,7 @@ namespace StoreKit {
InvalidAdvertisedAppId = 8,
InvalidVersion = 9,
Unknown = 10,
+ ImpressionTooShort = 11,
}
[Unavailable (PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All)]
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)]
diff --git a/old/ios/native/StoreKit/SKAdImpression.g.cs b/new/ios/native/StoreKit/SKAdImpression.g.cs
index 91f9ad0..5c7d4df 100644
--- a/old/ios/native/StoreKit/SKAdImpression.g.cs
+++ b/new/ios/native/StoreKit/SKAdImpression.g.cs
@@ -92,6 +92,42 @@ namespace StoreKit {
{
}
+ [Export ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:")]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public SKAdImpression (NSNumber sourceAppStoreItemIdentifier, NSNumber advertisedAppStoreItemIdentifier, string adNetworkIdentifier, NSNumber adCampaignIdentifier, string adImpressionIdentifier, NSNumber timestamp, string signature, string version)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var sourceAppStoreItemIdentifier__handle__ = sourceAppStoreItemIdentifier!.GetNonNullHandle (nameof (sourceAppStoreItemIdentifier));
+ var advertisedAppStoreItemIdentifier__handle__ = advertisedAppStoreItemIdentifier!.GetNonNullHandle (nameof (advertisedAppStoreItemIdentifier));
+ if (adNetworkIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adNetworkIdentifier));
+ var adCampaignIdentifier__handle__ = adCampaignIdentifier!.GetNonNullHandle (nameof (adCampaignIdentifier));
+ if (adImpressionIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (adImpressionIdentifier));
+ var timestamp__handle__ = timestamp!.GetNonNullHandle (nameof (timestamp));
+ if (signature is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (signature));
+ if (version is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (version));
+ var nsadNetworkIdentifier = CFString.CreateNative (adNetworkIdentifier);
+ var nsadImpressionIdentifier = CFString.CreateNative (adImpressionIdentifier);
+ var nssignature = CFString.CreateNative (signature);
+ var nsversion = CFString.CreateNative (version);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:"), sourceAppStoreItemIdentifier__handle__, advertisedAppStoreItemIdentifier__handle__, nsadNetworkIdentifier, adCampaignIdentifier__handle__, nsadImpressionIdentifier, timestamp__handle__, nssignature, nsversion), "initWithSourceAppStoreItemIdentifier:advertisedAppStoreItemIdentifier:adNetworkIdentifier:adCampaignIdentifier:adImpressionIdentifier:timestamp:signature:version:");
+ }
+ CFString.ReleaseNative (nsadNetworkIdentifier);
+ CFString.ReleaseNative (nsadImpressionIdentifier);
+ CFString.ReleaseNative (nssignature);
+ CFString.ReleaseNative (nsversion);
+ #endif
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSNumber AdCampaignIdentifier {
[Export ("adCampaignIdentifier", ArgumentSemantic.Retain)]
diff --git a/old/ios/native/StoreKit/SKDownload.g.cs b/new/ios/native/StoreKit/SKDownload.g.cs
index da09031..cc0bcf5 100644
--- a/old/ios/native/StoreKit/SKDownload.g.cs
+++ b/new/ios/native/StoreKit/SKDownload.g.cs
@@ -49,6 +49,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Introduced (PlatformName.WatchOS, 6,2, ObjCRuntime.PlatformArchitecture.All)]
public unsafe partial class SKDownload : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
diff --git a/old/ios/native/StoreKit/SKOverlayAppConfiguration.g.cs b/new/ios/native/StoreKit/SKOverlayAppConfiguration.g.cs
index 18a68cd..b8671a0 100644
--- a/old/ios/native/StoreKit/SKOverlayAppConfiguration.g.cs
+++ b/new/ios/native/StoreKit/SKOverlayAppConfiguration.g.cs
@@ -116,6 +116,22 @@ namespace StoreKit {
return ret!;
#endif
}
+ [Export ("setAdImpression:")]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void SetAdImpression (SKAdImpression impression)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setAdImpression:"), impression__handle__);
+ }
+ #endif
+ }
[Export ("setAdditionalValue:forKey:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void SetAdditionalValue (NSObject? value, string key)
diff --git a/old/ios/native/StoreKit/SKPaymentQueue.g.cs b/new/ios/native/StoreKit/SKPaymentQueue.g.cs
index f156f9f..b80eba6 100644
--- a/old/ios/native/StoreKit/SKPaymentQueue.g.cs
+++ b/new/ios/native/StoreKit/SKPaymentQueue.g.cs
@@ -105,6 +105,10 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void CancelDownloads (SKDownload[] downloads)
{
@@ -130,6 +134,10 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void PauseDownloads (SKDownload[] downloads)
{
@@ -200,6 +208,10 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void ResumeDownloads (SKDownload[] downloads)
{
@@ -233,6 +245,10 @@ namespace StoreKit {
#endif
}
[Export ("startDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void StartDownloads (SKDownload[] downloads)
{
diff --git a/old/ios/native/StoreKit/SKPaymentTransaction.g.cs b/new/ios/native/StoreKit/SKPaymentTransaction.g.cs
index 48d6c27..abafcbb 100644
--- a/old/ios/native/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/ios/native/StoreKit/SKPaymentTransaction.g.cs
@@ -79,7 +79,15 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
public virtual SKDownload[] Downloads {
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Export ("downloads")]
get {
SKDownload[]? ret;
diff --git a/old/ios/native/StoreKit/SKPaymentTransactionObserver.g.cs b/new/ios/native/StoreKit/SKPaymentTransactionObserver.g.cs
index 5e340e7..38f71ff 100644
--- a/old/ios/native/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/ios/native/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -89,6 +89,10 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void UpdatedDownloads (this ISKPaymentTransactionObserver This, SKPaymentQueue queue, SKDownload[] downloads)
{
@@ -255,6 +259,10 @@ namespace StoreKit {
#endif
}
[Export ("paymentQueue:updatedDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void UpdatedDownloads (SKPaymentQueue queue, SKDownload[] downloads)
{
diff --git a/old/ios/native/StoreKit/SKStoreProductViewController.g.cs b/new/ios/native/StoreKit/SKStoreProductViewController.g.cs
index 9d5e027..c361a5b 100644
--- a/old/ios/native/StoreKit/SKStoreProductViewController.g.cs
+++ b/new/ios/native/StoreKit/SKStoreProductViewController.g.cs
@@ -154,6 +154,68 @@ namespace StoreKit {
});
return tcs.Task;
}
+ [Export ("loadProductWithParameters:impression:completionBlock:")]
+ [Unavailable (PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void LoadProduct (NSDictionary parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError>? callback)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var parameters__handle__ = parameters!.GetNonNullHandle (nameof (parameters));
+ var impression__handle__ = impression!.GetNonNullHandle (nameof (impression));
+ BlockLiteral *block_ptr_callback;
+ BlockLiteral block_callback;
+ if (callback is null){
+ block_ptr_callback = null;
+ } else {
+ block_callback = new BlockLiteral ();
+ block_ptr_callback = &block_callback;
+ block_callback.SetupBlockUnsafe (Trampolines.SDActionArity2V0.Handler, callback);
+ }
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_IntPtr_IntPtr (this.Handle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (this.SuperHandle, Selector.GetHandle ("loadProductWithParameters:impression:completionBlock:"), parameters__handle__, impression__handle__, (IntPtr) block_ptr_callback);
+ }
+ if (block_ptr_callback != null)
+ block_ptr_callback->CleanupBlock ();
+ #endif
+ }
+ [Unavailable (PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<Tuple<bool,NSError>> LoadProductAsync (NSDictionary parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
+ [Unavailable (PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe void LoadProduct (StoreProductParameters parameters, SKAdImpression impression, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V0))]global::System.Action<bool, NSError>? callback)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ LoadProduct (parameters.GetDictionary ()!, impression, callback);
+ #endif
+ }
+ [Unavailable (PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe Task<Tuple<bool,NSError>> LoadProductAsync (StoreProductParameters parameters, SKAdImpression impression)
+ {
+ var tcs = new TaskCompletionSource<Tuple<bool,NSError>> ();
+ LoadProduct(parameters, impression, (arg1_, arg2_) => {
+ tcs.SetResult (new Tuple<bool,NSError> (arg1_, arg2_));
+ });
+ return tcs.Task;
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public ISKStoreProductViewControllerDelegate Delegate {
get {
diff --git a/old/mac/full/StoreKit/SKDownload.g.cs b/new/mac/full/StoreKit/SKDownload.g.cs
index 7128d9f..ec4bb00 100644
--- a/old/mac/full/StoreKit/SKDownload.g.cs
+++ b/new/mac/full/StoreKit/SKDownload.g.cs
@@ -44,6 +44,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Introduced (PlatformName.WatchOS, 6,2, ObjCRuntime.PlatformArchitecture.All)]
public unsafe partial class SKDownload : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
diff --git a/old/mac/full/StoreKit/SKPaymentQueue.g.cs b/new/mac/full/StoreKit/SKPaymentQueue.g.cs
index 6de7f14..2f51449 100644
--- a/old/mac/full/StoreKit/SKPaymentQueue.g.cs
+++ b/new/mac/full/StoreKit/SKPaymentQueue.g.cs
@@ -151,6 +151,10 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void CancelDownloads (SKDownload[] downloads)
{
@@ -176,6 +180,10 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void PauseDownloads (SKDownload[] downloads)
{
@@ -227,6 +235,10 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void ResumeDownloads (SKDownload[] downloads)
{
@@ -241,6 +253,10 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void StartDownloads (SKDownload[] downloads)
{
diff --git a/old/mac/full/StoreKit/SKPaymentTransaction.g.cs b/new/mac/full/StoreKit/SKPaymentTransaction.g.cs
index e6b1f74..47d777c 100644
--- a/old/mac/full/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/mac/full/StoreKit/SKPaymentTransaction.g.cs
@@ -95,7 +95,15 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
public virtual SKDownload[] Downloads {
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Export ("downloads")]
get {
SKDownload[]? ret;
diff --git a/old/mac/full/StoreKit/SKPaymentTransactionObserver.g.cs b/new/mac/full/StoreKit/SKPaymentTransactionObserver.g.cs
index 7a62f5b..fd806f3 100644
--- a/old/mac/full/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/mac/full/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -84,6 +84,10 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void UpdatedDownloads (this ISKPaymentTransactionObserver This, SKPaymentQueue queue, SKDownload[] downloads)
{
@@ -226,6 +230,10 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void UpdatedDownloads (SKPaymentQueue queue, SKDownload[] downloads)
{
diff --git a/old/mac/mobile/StoreKit/SKDownload.g.cs b/new/mac/mobile/StoreKit/SKDownload.g.cs
index 7128d9f..ec4bb00 100644
--- a/old/mac/mobile/StoreKit/SKDownload.g.cs
+++ b/new/mac/mobile/StoreKit/SKDownload.g.cs
@@ -44,6 +44,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Introduced (PlatformName.WatchOS, 6,2, ObjCRuntime.PlatformArchitecture.All)]
public unsafe partial class SKDownload : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
diff --git a/old/mac/mobile/StoreKit/SKPaymentQueue.g.cs b/new/mac/mobile/StoreKit/SKPaymentQueue.g.cs
index 6de7f14..2f51449 100644
--- a/old/mac/mobile/StoreKit/SKPaymentQueue.g.cs
+++ b/new/mac/mobile/StoreKit/SKPaymentQueue.g.cs
@@ -151,6 +151,10 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void CancelDownloads (SKDownload[] downloads)
{
@@ -176,6 +180,10 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void PauseDownloads (SKDownload[] downloads)
{
@@ -227,6 +235,10 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void ResumeDownloads (SKDownload[] downloads)
{
@@ -241,6 +253,10 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void StartDownloads (SKDownload[] downloads)
{
diff --git a/old/mac/mobile/StoreKit/SKPaymentTransaction.g.cs b/new/mac/mobile/StoreKit/SKPaymentTransaction.g.cs
index e6b1f74..47d777c 100644
--- a/old/mac/mobile/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/mac/mobile/StoreKit/SKPaymentTransaction.g.cs
@@ -95,7 +95,15 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
public virtual SKDownload[] Downloads {
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Export ("downloads")]
get {
SKDownload[]? ret;
diff --git a/old/mac/mobile/StoreKit/SKPaymentTransactionObserver.g.cs b/new/mac/mobile/StoreKit/SKPaymentTransactionObserver.g.cs
index 7a62f5b..fd806f3 100644
--- a/old/mac/mobile/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/mac/mobile/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -84,6 +84,10 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void UpdatedDownloads (this ISKPaymentTransactionObserver This, SKPaymentQueue queue, SKDownload[] downloads)
{
@@ -226,6 +230,10 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void UpdatedDownloads (SKPaymentQueue queue, SKDownload[] downloads)
{
diff --git a/old/tvos/tvos/StoreKit/SKDownload.g.cs b/new/tvos/tvos/StoreKit/SKDownload.g.cs
index 76f0447..10bbb9c 100644
--- a/old/tvos/tvos/StoreKit/SKDownload.g.cs
+++ b/new/tvos/tvos/StoreKit/SKDownload.g.cs
@@ -40,6 +40,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Introduced (PlatformName.WatchOS, 6,2, ObjCRuntime.PlatformArchitecture.All)]
public unsafe partial class SKDownload : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
diff --git a/old/tvos/tvos/StoreKit/SKPaymentQueue.g.cs b/new/tvos/tvos/StoreKit/SKPaymentQueue.g.cs
index e5818b0..c18a16e 100644
--- a/old/tvos/tvos/StoreKit/SKPaymentQueue.g.cs
+++ b/new/tvos/tvos/StoreKit/SKPaymentQueue.g.cs
@@ -96,6 +96,10 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void CancelDownloads (SKDownload[] downloads)
{
@@ -121,6 +125,10 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void PauseDownloads (SKDownload[] downloads)
{
@@ -172,6 +180,10 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void ResumeDownloads (SKDownload[] downloads)
{
@@ -186,6 +198,10 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void StartDownloads (SKDownload[] downloads)
{
diff --git a/old/tvos/tvos/StoreKit/SKPaymentTransaction.g.cs b/new/tvos/tvos/StoreKit/SKPaymentTransaction.g.cs
index 3a601ac..0e598de 100644
--- a/old/tvos/tvos/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/tvos/tvos/StoreKit/SKPaymentTransaction.g.cs
@@ -70,7 +70,15 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
public virtual SKDownload[] Downloads {
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Export ("downloads")]
get {
SKDownload[]? ret;
diff --git a/old/tvos/tvos/StoreKit/SKPaymentTransactionObserver.g.cs b/new/tvos/tvos/StoreKit/SKPaymentTransactionObserver.g.cs
index 92a8449..4df5666 100644
--- a/old/tvos/tvos/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/tvos/tvos/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -80,6 +80,10 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void UpdatedDownloads (this ISKPaymentTransactionObserver This, SKPaymentQueue queue, SKDownload[] downloads)
{
@@ -222,6 +226,10 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void UpdatedDownloads (SKPaymentQueue queue, SKDownload[] downloads)
{
diff --git a/old/watch/watch/StoreKit/SKDownload.g.cs b/new/watch/watch/StoreKit/SKDownload.g.cs
index 182f55b..0670fa8 100644
--- a/old/watch/watch/StoreKit/SKDownload.g.cs
+++ b/new/watch/watch/StoreKit/SKDownload.g.cs
@@ -31,6 +31,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace StoreKit {
[Register("SKDownload", true)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Introduced (PlatformName.WatchOS, 6,2, ObjCRuntime.PlatformArchitecture.All)]
public unsafe partial class SKDownload : NSObject {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
diff --git a/old/watch/watch/StoreKit/SKPaymentQueue.g.cs b/new/watch/watch/StoreKit/SKPaymentQueue.g.cs
index 0fd3ae5..51d3295 100644
--- a/old/watch/watch/StoreKit/SKPaymentQueue.g.cs
+++ b/new/watch/watch/StoreKit/SKPaymentQueue.g.cs
@@ -87,6 +87,10 @@ namespace StoreKit {
}
}
[Export ("cancelDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void CancelDownloads (SKDownload[] downloads)
{
@@ -112,6 +116,10 @@ namespace StoreKit {
}
}
[Export ("pauseDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void PauseDownloads (SKDownload[] downloads)
{
@@ -163,6 +171,10 @@ namespace StoreKit {
CFString.ReleaseNative (nsusername);
}
[Export ("resumeDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void ResumeDownloads (SKDownload[] downloads)
{
@@ -177,6 +189,10 @@ namespace StoreKit {
nsa_downloads.Dispose ();
}
[Export ("startDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void StartDownloads (SKDownload[] downloads)
{
diff --git a/old/watch/watch/StoreKit/SKPaymentTransaction.g.cs b/new/watch/watch/StoreKit/SKPaymentTransaction.g.cs
index c35593e..b08e281 100644
--- a/old/watch/watch/StoreKit/SKPaymentTransaction.g.cs
+++ b/new/watch/watch/StoreKit/SKPaymentTransaction.g.cs
@@ -61,7 +61,15 @@ namespace StoreKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
public virtual SKDownload[] Downloads {
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[Export ("downloads")]
get {
SKDownload[]? ret;
diff --git a/old/watch/watch/StoreKit/SKPaymentTransactionObserver.g.cs b/new/watch/watch/StoreKit/SKPaymentTransactionObserver.g.cs
index 04ab197..9e136ec 100644
--- a/old/watch/watch/StoreKit/SKPaymentTransactionObserver.g.cs
+++ b/new/watch/watch/StoreKit/SKPaymentTransactionObserver.g.cs
@@ -70,6 +70,10 @@ namespace StoreKit {
var queue__handle__ = queue!.GetNonNullHandle (nameof (queue));
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (This.Handle, Selector.GetHandle ("paymentQueueRestoreCompletedTransactionsFinished:"), queue__handle__);
}
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void UpdatedDownloads (this ISKPaymentTransactionObserver This, SKPaymentQueue queue, SKDownload[] downloads)
{
@@ -190,6 +194,10 @@ namespace StoreKit {
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("paymentQueue:updatedDownloads:")]
+ [Deprecated (PlatformName.iOS, 16,0)]
+ [Deprecated (PlatformName.MacOSX, 13,0)]
+ [Deprecated (PlatformName.TvOS, 16,0)]
+ [Deprecated (PlatformName.WatchOS, 9,0)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual void UpdatedDownloads (SKPaymentQueue queue, SKDownload[] downloads)
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment