diff --git a/Assets/AppsFlyer/AppsFlyer.cs b/Assets/AppsFlyer/AppsFlyer.cs index 75e701b7..57277700 100644 --- a/Assets/AppsFlyer/AppsFlyer.cs +++ b/Assets/AppsFlyer/AppsFlyer.cs @@ -7,7 +7,7 @@ namespace AppsFlyerSDK public class AppsFlyer : MonoBehaviour { - public static readonly string kAppsFlyerPluginVersion = "6.13.0"; + public static readonly string kAppsFlyerPluginVersion = "6.13.10"; 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 eb31f7a0..56bcb983 100644 --- a/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml +++ b/Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml @@ -4,14 +4,14 @@ - + - + diff --git a/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm b/Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm index 3190be4b..945a2d22 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.13.0" + pluginVersion:@"6.13.10" additionalParams:nil]; startRequestObjectName = stringFromChar(objectName); AppsFlyeriOSWarpper.didCallStart = YES; diff --git a/Assets/AppsFlyer/package.json b/Assets/AppsFlyer/package.json index 7640a68c..b9604619 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.13.0", + "version": "6.13.10", "unity": "2019.4", "license": "MIT" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecb9def..e3694420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Versions +## v6.13.10 +* Update iOS SDK version - 6.13.1 + ## v6.13.0 * Update iOS SDK version - 6.13.0 * Update Android SDK version - 6.13.0 diff --git a/README.md b/README.md index cd2de795..a78faaa2 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### This plugin is built for - Android AppsFlyer SDK v6.13.0 -- iOS AppsFlyer SDK v6.13.0 +- iOS AppsFlyer SDK v6.13.1 --- ### AD_ID permission for Android diff --git a/android-unity-wrapper/gradle.properties b/android-unity-wrapper/gradle.properties index c8c575e1..299b0a76 100644 --- a/android-unity-wrapper/gradle.properties +++ b/android-unity-wrapper/gradle.properties @@ -20,8 +20,8 @@ android.enableJetifier=true GROUP=com.appsflyer -VERSION_CODE=36 -VERSION_NAME=6.13.01 +VERSION_CODE=37 +VERSION_NAME=6.13.10 POM_ARTIFACT_ID=unity-wrapper POM_PACKAGING=aar 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 87e6b251..94c63472 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 @@ -38,7 +38,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.13.0"; + private static final String PLUGIN_VERSION = "6.13.10"; private static final long DDL_TIMEOUT_DEFAULT = 3000; private static AppsFlyerConversionListener conversionListener; private static String devkey = ""; diff --git a/appsflyer-unity-plugin-6.13.0.unitypackage b/appsflyer-unity-plugin-6.13.0.unitypackage deleted file mode 100644 index 60785cd5..00000000 Binary files a/appsflyer-unity-plugin-6.13.0.unitypackage and /dev/null differ diff --git a/appsflyer-unity-plugin-6.13.10.unitypackage b/appsflyer-unity-plugin-6.13.10.unitypackage new file mode 100644 index 00000000..7cefa644 Binary files /dev/null and b/appsflyer-unity-plugin-6.13.10.unitypackage differ diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh index b56b0d0c..5d5cf980 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.13.0.unitypackage" +PACKAGE_NAME="appsflyer-unity-plugin-6.13.10.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.13.0.unitypackage" \ +&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.13.10.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 09081735..2f0925df 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.13.0.unitypackage" + PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.13.10.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.13.0.unitypackage" \ + && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.13.10.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.13.0.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.13.0.unitypackage deleted file mode 100644 index c28e858d..00000000 Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.13.0.unitypackage and /dev/null differ diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.13.10.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.13.10.unitypackage new file mode 100644 index 00000000..66c2f0b0 Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.13.10.unitypackage differ