Skip to content

Commit 5b163b2

Browse files
authored
Merge pull request #988 from leethree/patch-1
Update README.md
2 parents 996fe77 + 4f6bf40 commit 5b163b2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -746,23 +746,6 @@ Note that this can add up to 10 seconds from call to initSession to callback due
746746
Branch.getInstance().delayInitToCheckForSearchAds
747747
```
748748

749-
##### `- (void) setAppleSearchAdsDebugMode`
750-
751-
The `setAppleSearchAdsDebugMode` method sets the SDK into Apple Search Ad debug mode. In this mode
752-
fake campaign params are returned 100% of the time. This is for testing only.
753-
754-
Warning: This should not be used in production.
755-
756-
###### Objective-C
757-
```objc
758-
[[Branch getInstance] setAppleSearchAdsDebugMode];
759-
```
760-
761-
###### Swift
762-
```swift
763-
Branch.getInstance().setAppleSearchAdsDebugMode
764-
```
765-
766749
### Enable or Disable User Tracking
767750
In order to comply with tracking requirements, you can disable tracking at the SDK level. Simply call:
768751

0 commit comments

Comments
 (0)