Skip to content

VideoSubscriberAccount iOS xcode13.0 beta5

TJ Lambert edited this page Aug 12, 2021 · 3 revisions

#VideoSubscriberAccount.framework

TJ

diff -ruN /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h
--- /Applications/Xcode_13.0.0-beta4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h	2021-07-22 14:23:32.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/VideoSubscriberAccount.framework/Headers/VideoSubscriberAccountErrors.h	2021-08-09 03:26:38.000000000 -0400
@@ -42,7 +42,7 @@
     VSErrorCodeServiceTemporarilyUnavailable = 3, // The request failed, but a subsequent attempt might succeed.
     VSErrorCodeProviderRejected = 4, // The user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.
     VSErrorCodeInvalidVerificationToken = 5, // The request's verification token was rejected by the user's subscription provider.
-    VSErrorCodeRejected = 6, // For use by TV Provider applications only.
+    VSErrorCodeRejected = 6, // The system rejected the request.
     VSErrorCodeUnsupported = 7 // The TV Provider feature is not supported in the device's current region.
 }
 API_AVAILABLE(ios(10.0), tvos(10.0)) API_UNAVAILABLE(macCatalyst);
Clone this wiki locally