Skip to content

Commit d6803e3

Browse files
committed
Update to iOS V6.2.4 with Flutter V1
1 parent 343652a commit d6803e3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Versions
2+
3+
## 6.2.4-flutterV1
4+
- Update to iOS SDK V6.2.4
5+
26
## 6.2.3+1
37
- Added enableFacebookDeferredApplinks API
48

example/lib/main_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class MainPageState extends State<MainPage> {
2222
void initState() {
2323
super.initState();
2424
final AppsFlyerOptions options = AppsFlyerOptions(
25-
afDevKey: DotEnv().env["DEV_KEY"],
25+
afDevKey: DotEnv().env["DEV_KEY"],
2626
appId: DotEnv().env["APP_ID"],
2727
showDebug: true);
2828
_appsflyerSdk = AppsflyerSdk(options);

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.3'
24+
s.ios.dependency 'AppsFlyerFramework', '6.2.4'
2525

2626
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appsflyer_sdk
22
description: A Flutter plugin for AppsFlyer SDK. Supports iOS and Android.
3-
version: 6.2.3+1-beta
3+
version: 6.2.4-flutterv1
44

55
homepage: https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk
66

0 commit comments

Comments
 (0)