Skip to content

Commit 76e06ec

Browse files
committed
SDK-598 clarify feature removal note
1 parent 4be2aa8 commit 76e06ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
653653
Specify that Branch should NOT use an invisible SFSafariViewController to attempt cookie-based matching upon install.
654654
If you call this method, we will fall back to using our pool of cookie-IDFA pairs for matching.
655655
*/
656-
- (void)disableCookieBasedMatching __attribute__((deprecated(("Feature removed in iOS 11+"))));
656+
- (void)disableCookieBasedMatching __attribute__((deprecated(("Feature removed. Did not work on iOS 11+"))));
657657

658658
/**
659659
TL;DR: If you're using a version of the Facebook SDK that prevents application:didFinishLaunchingWithOptions: from
@@ -685,9 +685,9 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
685685

686686
- (void)disableDelayedInit __attribute__((deprecated(("No longer valid with new init process"))));
687687

688-
- (nullable NSURL *)getUrlForOnboardingWithRedirectUrl:(nullable NSString *)redirectUrl __attribute__((deprecated(("Feature removed in iOS 11+"))));;
688+
- (nullable NSURL *)getUrlForOnboardingWithRedirectUrl:(nullable NSString *)redirectUrl __attribute__((deprecated(("Feature removed. Did not work on iOS 11+"))));;
689689

690-
- (void)resumeInit __attribute__((deprecated(("Feature removed in iOS 11+"))));
690+
- (void)resumeInit __attribute__((deprecated(("Feature removed. Did not work on iOS 11+"))));
691691

692692
- (void)setInstallRequestDelay:(NSInteger)installRequestDelay __attribute__((deprecated(("No longer valid with new init process"))));
693693

0 commit comments

Comments
 (0)