Skip to content

Commit 00ad5fb

Browse files
small changes in the readme and example obj-c
commenting waitForATTUserAuthorization call.
1 parent b2e5fa4 commit 00ad5fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In `AppDelegate.m` ➜ `didFinishLaunchingWithOptions`:
104104
// For ApsFlyer debug logs
105105
[AppsFlyerLib shared].isDebug = YES;
106106

107-
[[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:60];
107+
// [[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:60];
108108
/*
109109
Based on your needs you can either pass a delegate to process deferred
110110
and direct deeplinking callbacks or disregard them.
@@ -164,7 +164,7 @@ import segment_appsflyer_ios
164164
```swift
165165
// For AppsFLyer debug logs uncomment the line below
166166
// AppsFlyerLib.shared().isDebug = true
167-
AppsFlyerLib.shared().waitForATTUserAuthorization(withTimeoutInterval: 60)
167+
// AppsFlyerLib.shared().waitForATTUserAuthorization(withTimeoutInterval: 60)
168168

169169
/*
170170
Based on your needs you can either pass a delegate to process deferred

examples/ObjcPodsSample/ObjcPodsSample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2626
// For ApsFlyer debug logs
2727
[AppsFlyerLib shared].isDebug = YES;
2828

29-
[[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:60];
29+
// [[AppsFlyerLib shared] waitForATTUserAuthorizationWithTimeoutInterval:60];
3030
/*
3131
Based on your needs you can either pass a delegate to process deferred
3232
and direct deeplinking callbacks or disregard them.

0 commit comments

Comments
 (0)