diff --git a/CHANGELOG.md b/CHANGELOG.md
index d51a50df..577582b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
# Versions
+## v6.16.0
+* Update iOS SDK version - 6.16.0
+* Update Android SDK version - 6.16.0
+
## v6.15.3
* Fix logAdRevenue - revenue value will not be rounded
diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt
index 1d617241..2e7bb8a6 100644
--- a/ProjectSettings/ProjectVersion.txt
+++ b/ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
-m_EditorVersion: 2020.3.41f1
-m_EditorVersionWithRevision: 2020.3.41f1 (7c19dc9acfda)
+m_EditorVersion: 2022.3.15f1
+m_EditorVersionWithRevision: 2022.3.15f1 (b58023a2b463)
diff --git a/ProjectSettings/boot.config b/ProjectSettings/boot.config
deleted file mode 100644
index e69de29b..00000000
diff --git a/README.md b/README.md
index f4c11a17..6c7c77a9 100755
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
### This plugin is built for
-- Android AppsFlyer SDK v6.15.0
-- iOS AppsFlyer SDK v6.15.2
+- Android AppsFlyer SDK v6.16.0
+- iOS AppsFlyer SDK v6.16.0
---
### AD_ID permission for Android
diff --git a/UserSettings/Search.settings b/UserSettings/Search.settings
new file mode 100644
index 00000000..9e26dfee
--- /dev/null
+++ b/UserSettings/Search.settings
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/appsflyer-unity-plugin-6.15.3.unitypackage b/appsflyer-unity-plugin-6.15.3.unitypackage
deleted file mode 100644
index df7648c8..00000000
Binary files a/appsflyer-unity-plugin-6.15.3.unitypackage and /dev/null differ
diff --git a/appsflyer-unity-plugin-6.16.0.unitypackage b/appsflyer-unity-plugin-6.16.0.unitypackage
new file mode 100644
index 00000000..7f176ace
Binary files /dev/null and b/appsflyer-unity-plugin-6.16.0.unitypackage differ
diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh
index f99d99d6..90c70efc 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.15.3.unitypackage"
+PACKAGE_NAME="appsflyer-unity-plugin-6.16.0.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -12,7 +12,7 @@ echo "moving the external dependency manager to root"
mv external-dependency-manager-1.2.177.unitypackage ..
# Build the .unitypackage
-/Applications/Unity/Hub/Editor/2020.3.34f1/Unity.app/Contents/MacOS/Unity \
+/Applications/Unity/Hub/Editor/2022.3.15f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
@@ -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.15.3.unitypackage" \
+&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.16.0.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 2b24e7e0..e19535e4 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.15.3.unitypackage"
+ PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -26,7 +26,7 @@ echo "Commenting out functions. Done."
# Build the .unitypackage
- /Applications/Unity/Hub/Editor/2020.3.34f1/Unity.app/Contents/MacOS/Unity \
+ /Applications/Unity/Hub/Editor/2022.3.15f1/Unity.app/Contents/MacOS/Unity \
-gvh_disable \
-batchmode \
-importPackage external-dependency-manager-1.2.177.unitypackage \
@@ -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.15.3.unitypackage" \
+ && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.16.0.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.15.3.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage
deleted file mode 100644
index 288329bb..00000000
Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.3.unitypackage and /dev/null differ
diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage
new file mode 100644
index 00000000..aaa08d53
Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.16.0.unitypackage differ