diff --git a/Assets/AppsFlyer/AppsFlyer.cs b/Assets/AppsFlyer/AppsFlyer.cs index 670932a0..e942a7a7 100644 --- a/Assets/AppsFlyer/AppsFlyer.cs +++ b/Assets/AppsFlyer/AppsFlyer.cs @@ -6,8 +6,7 @@ namespace AppsFlyerSDK { public class AppsFlyer : MonoBehaviour { - - public static readonly string kAppsFlyerPluginVersion = "6.14.3"; + public static readonly string kAppsFlyerPluginVersion = "6.14.4"; public static string CallBackObjectName = null; private static EventHandler onRequestResponse; private static EventHandler onInAppResponse; diff --git a/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml b/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml index 458e8534..f7ebbb2e 100644 --- a/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml +++ b/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml @@ -2,16 +2,16 @@ - + - + - + diff --git a/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm b/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm index 1af34647..95b0f9a8 100644 --- a/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm +++ b/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm @@ -18,7 +18,7 @@ static void unityCallBack(NSString* objectName, const char* method, const char* const void _startSDK(bool shouldCallback, const char* objectName) { [[AppsFlyerLib shared] setPluginInfoWith: AFSDKPluginUnity - pluginVersion:@"6.14.3" + pluginVersion:@"6.14.4" additionalParams:nil]; startRequestObjectName = stringFromChar(objectName); AppsFlyeriOSWarpper.didCallStart = YES; diff --git a/Assets/AppsFlyer/package.json b/Assets/AppsFlyer/package.json index d335039a..013426a8 100644 --- a/Assets/AppsFlyer/package.json +++ b/Assets/AppsFlyer/package.json @@ -2,7 +2,7 @@ "name": "appsflyer-unity-plugin", "displayName": "AppsFlyer", "description": "AppsFlyer Unity plugin", - "version": "6.14.3", + "version": "6.14.4", "unity": "2019.4", "license": "MIT" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fa1d99..51eace46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Versions +## v6.14.4 +* Update iOS SDK version - 6.14.4 +* Update Android SDK version - 6.14.2 + ## v6.14.3 * Update iOS SDK version - 6.14.3 * Update Android SDK version - 6.14.0 diff --git a/README.md b/README.md index f6c2b1b8..b823c4e3 100755 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ ### This plugin is built for -- Android AppsFlyer SDK v6.14.0 -- iOS AppsFlyer SDK v6.14.3 +- Android AppsFlyer SDK v6.14.2 +- iOS AppsFlyer SDK v6.14.4 --- ### AD_ID permission for Android diff --git a/android-unity-wrapper/unitywrapper/src/main/java/com/appsflyer/unity/AppsFlyerAndroidWrapper.java b/android-unity-wrapper/unitywrapper/src/main/java/com/appsflyer/unity/AppsFlyerAndroidWrapper.java index 02418bea..9aa3603d 100644 --- a/android-unity-wrapper/unitywrapper/src/main/java/com/appsflyer/unity/AppsFlyerAndroidWrapper.java +++ b/android-unity-wrapper/unitywrapper/src/main/java/com/appsflyer/unity/AppsFlyerAndroidWrapper.java @@ -43,7 +43,7 @@ public class AppsFlyerAndroidWrapper { private static final String ON_DEEPLINKING = "onDeepLinking"; private static final String START_REQUEST_CALLBACK = "requestResponseReceived"; private static final String IN_APP_RESPONSE_CALLBACK = "inAppResponseReceived"; - private static final String PLUGIN_VERSION = "6.14.3"; + private static final String PLUGIN_VERSION = "6.14.4"; private static final long DDL_TIMEOUT_DEFAULT = 3000; private static AppsFlyerConversionListener conversionListener; private static String devkey = ""; diff --git a/appsflyer-unity-plugin-6.14.3.unitypackage b/appsflyer-unity-plugin-6.14.3.unitypackage deleted file mode 100644 index 5d150529..00000000 Binary files a/appsflyer-unity-plugin-6.14.3.unitypackage and /dev/null differ diff --git a/appsflyer-unity-plugin-6.14.4.unitypackage b/appsflyer-unity-plugin-6.14.4.unitypackage new file mode 100644 index 00000000..f8b5231b Binary files /dev/null and b/appsflyer-unity-plugin-6.14.4.unitypackage differ diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh index 6efb0799..05bb3699 100644 --- a/deploy/build_unity_package.sh +++ b/deploy/build_unity_package.sh @@ -4,7 +4,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage" DEPLOY_PATH=outputs UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity" -PACKAGE_NAME="appsflyer-unity-plugin-6.14.3.unitypackage" +PACKAGE_NAME="appsflyer-unity-plugin-6.14.4.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.177.unitypackage .. Assets \ $PWD/$DEPLOY_PATH/$PACKAGE_NAME \ -quit \ -&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.3.unitypackage" \ +&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.14.4.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/deploy/strict_mode_build_package.sh b/deploy/strict_mode_build_package.sh index ffe27c3b..9eee670c 100644 --- a/deploy/strict_mode_build_package.sh +++ b/deploy/strict_mode_build_package.sh @@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode." DEPLOY_PATH=outputs UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity" - PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage" + PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage" mkdir -p $DEPLOY_PATH #move external dependency manager @@ -37,7 +37,7 @@ echo "Commenting out functions. Done." Assets \ $PWD/$DEPLOY_PATH/$PACKAGE_NAME \ -quit \ - && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage" \ + && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage" \ || echo "Failed to export package. See create_unity_core.log for more info." diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage deleted file mode 100644 index edf9bb8b..00000000 Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.3.unitypackage and /dev/null differ diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage new file mode 100644 index 00000000..1fe0fc77 Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.14.4.unitypackage differ