Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 3, 2022 16:35
Show Gist options
  • Save vs-mobiletools-engineering-service2/bcfcbbcec51ef03aac69d21bd2da81c8 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/bcfcbbcec51ef03aac69d21bd2da81c8 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net6.0/Microsoft.iOS.md

API diff: Microsoft.iOS.dll

Microsoft.iOS.dll

Namespace CoreText

Type Changed: CoreText.CTFontOptions

Added value:

PreventAutoDownload = 2,

Namespace StoreKit

Type Changed: StoreKit.SKANError

Added value:

ImpressionTooShort = 11,

Type Changed: StoreKit.SKAdImpression

Added constructor:

public SKAdImpression (Foundation.NSNumber sourceAppStoreItemIdentifier, Foundation.NSNumber advertisedAppStoreItemIdentifier, string adNetworkIdentifier, Foundation.NSNumber adCampaignIdentifier, string adImpressionIdentifier, Foundation.NSNumber timestamp, string signature, string version);

Type Changed: StoreKit.SKOverlayAppConfiguration

Added method:

public virtual void SetAdImpression (SKAdImpression impression);

Type Changed: StoreKit.SKStoreProductViewController

Added methods:

public virtual void LoadProduct (Foundation.NSDictionary parameters, SKAdImpression impression, System.Action<System.Boolean,Foundation.NSError> callback);
public void LoadProduct (StoreProductParameters parameters, SKAdImpression impression, System.Action<System.Boolean,Foundation.NSError> callback);
public virtual System.Threading.Tasks.Task<System.Tuple<System.Boolean,Foundation.NSError>> LoadProductAsync (Foundation.NSDictionary parameters, SKAdImpression impression);
public System.Threading.Tasks.Task<System.Tuple<System.Boolean,Foundation.NSError>> LoadProductAsync (StoreProductParameters parameters, SKAdImpression impression);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment