-
Notifications
You must be signed in to change notification settings - Fork 571
ServicesAccountLinking iOS xcode26.4 b2
Rolf Bjarne Kvinge edited this page Feb 27, 2026
·
2 revisions
#ServicesAccountLinking.framework
diff -ruN /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ServicesAccountLinking.framework/Headers/SALResellerAccount.h /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ServicesAccountLinking.framework/Headers/SALResellerAccount.h
--- /Applications/Xcode_26.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ServicesAccountLinking.framework/Headers/SALResellerAccount.h 2025-11-09 07:35:51
+++ /Applications/Xcode_26.4.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ServicesAccountLinking.framework/Headers/SALResellerAccount.h 2026-02-13 22:21:52
@@ -25,12 +25,12 @@
typedef NS_ERROR_ENUM(SALRegistrationErrorDomain, SALRegistrationError) {
/// The application is not registered as an authorized partner.
///
- /// Contact Apple about the channel partnership program to resolve.
+ /// Contact the Apple channel partnership program to resolve.
SALRegistrationErrorNotEligible = 0,
/// Registration failed.
///
- /// This may indicate the user is not signed into an iTunes account
+ /// This may indicate the user is not signed into an Apple Media & Purchases account
/// or another system error occurred. Implement retry logic with appropriate user messaging.
SALRegistrationErrorFailed = 1
} NS_SWIFT_NAME(RegistrationError);