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