Skip to content

Commit 12d32b7

Browse files
committed
Update ios 6.2.6 & SKAD
Update ios 6.2.6 & SKAD
1 parent a225234 commit 12d32b7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ios/Classes/AppsflyerSdkPlugin.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -483,13 +483,6 @@ - (void)initSdkWithCall:(FlutterMethodCall*)call result:(FlutterResult)result{
483483
[AppsFlyerLib shared].appsFlyerDevKey = devKey;
484484
[AppsFlyerLib shared].isDebug = isDebug;
485485

486-
// Load SKAD rules
487-
SEL SKSel = NSSelectorFromString(@"__willResolveSKRules:");
488-
489-
if ([AppsFlyer respondsToSelector:SKSel]) {
490-
bypassDidFinishLaunchingWithOption msgSend = (bypassDidFinishLaunchingWithOption)objc_msgSend;
491-
msgSend(AppsFlyer, SKSel, 2);
492-
}
493486

494487
SEL WaitForATTSel = NSSelectorFromString(@"waitForATTUserAuthorizationWithTimeoutInterval:");
495488

ios/appsflyer_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ AppsFlyer is the market leader in mobile advertising attribution & analytics, he
2121
s.source_files = 'Classes/**/*'
2222
s.public_header_files = 'Classes/**/*.h'
2323
s.dependency 'Flutter'
24-
s.ios.dependency 'AppsFlyerFramework', '6.2.4'
24+
s.ios.dependency 'AppsFlyerFramework', '6.2.6'
2525

2626
end

0 commit comments

Comments
 (0)