File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/ObjcPodsSample/ObjcPodsSample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments