From b7925f7b1fccd1aa37ee983cafefa6d997d956f0 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 6 Feb 2017 21:53:04 -0500 Subject: [PATCH] [tvos][storekit] Adjust StoreKit beta 1 bindings for tvOS --- src/storekit.cs | 2 +- tests/xtro-sharpie/tvos.ignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/storekit.cs b/src/storekit.cs index c79eda4b419f..08b77c9e8175 100644 --- a/src/storekit.cs +++ b/src/storekit.cs @@ -464,7 +464,7 @@ interface SKCloudServiceController { [Export ("requestCapabilitiesWithCompletionHandler:")] void RequestCapabilities (Action completionHandler); - [iOS (10,3), NoTV] + [iOS (10,3), TV (10,2)] [Async] [Export ("requestPersonalizationTokenForClientToken:withCompletionHandler:")] void RequestPersonalizationToken (string clientToken, Action completionHandler); diff --git a/tests/xtro-sharpie/tvos.ignore b/tests/xtro-sharpie/tvos.ignore index 4692336c3ad3..0b56ce861425 100644 --- a/tests/xtro-sharpie/tvos.ignore +++ b/tests/xtro-sharpie/tvos.ignore @@ -291,6 +291,8 @@ !missing-field! SKCloudServiceSetupActionSubscribe not bound !missing-field! SKCloudServiceSetupOptionsActionKey not bound !missing-field! SKCloudServiceSetupOptionsITunesItemIdentifierKey not bound +!missing-field! SKCloudServiceSetupOptionsAffiliateTokenKey not bound +!missing-field! SKCloudServiceSetupOptionsCampaignTokenKey not bound !missing-protocol! SKCloudServiceSetupViewControllerDelegate not bound