SKErrorCloudServiceRevoked availability includes "tvOS 10.3"

Originator:jake.petroules
Number:rdar://35589806 Date Originated:November 16 2017, 9:07 AM
Status:Open Resolved:
Product:tvOS SDK Product Version:Xcode Version 9.1 (9B55)
Classification:Bug Reproducible:Always
 
Summary:
The SKErrorCloudServiceRevoked constant is declared as available on iOS 10.3 and "tvOS 10.3". tvOS 10.3 never existed; I'm guessing someone forgot to adjust this to tvOS 10.2, or forgot to mark the constant as unavailable for tvOS.

Steps to Reproduce:
Try to build for tvOS with a minimum deployment target of tvOS 10.2, when using SKErrorCloudServiceRevoked.

Expected Results:
The application builds successfully.

Actual Results:
The application fails to build because SKErrorCloudServiceRevoked is not available until tvOS 10.3 (which does not exist).

Version/Build:
Xcode Version 9.1 (9B55)

Configuration:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!