Skip to content

StoreKit tvOS xcode13.3 beta3

Alex Soto edited this page Mar 7, 2022 · 2 revisions

#StoreKit.framework https://github.com/xamarin/xamarin-macios/pull/14325

diff -ruN /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKANError.h /Applications/Xcode_13.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKANError.h
--- /Applications/Xcode_13.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKANError.h	2022-02-04 13:41:44.000000000 -0500
+++ /Applications/Xcode_13.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKANError.h	2022-02-17 16:57:19.000000000 -0500
@@ -21,7 +21,10 @@
     SKANErrorImpressionNotFound             = 4,
     SKANErrorInvalidCampaignId              = 5,
     SKANErrorInvalidConversionValue         = 6,
-    SKANErrorUnknown                        = 7,
+    SKANErrorInvalidSourceAppId             = 7,
+    SKANErrorInvalidAdvertisedAppId         = 8,
+    SKANErrorInvalidVersion                 = 9,
+    SKANErrorUnknown                        = 10,
 } API_AVAILABLE(ios(15.4)) API_UNAVAILABLE(macos,watchos) __TVOS_PROHIBITED;
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally