Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/AppsFlyer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace AppsFlyerSDK
{
public class AppsFlyer : MonoBehaviour
{
public static readonly string kAppsFlyerPluginVersion = "6.17.5";
public static readonly string kAppsFlyerPluginVersion = "6.17.7";
public static string CallBackObjectName = null;
private static EventHandler onRequestResponse;
private static EventHandler onInAppResponse;
Expand Down
8 changes: 4 additions & 4 deletions Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<androidPackages>
<androidPackage spec="com.appsflyer:af-android-sdk:6.17.3"></androidPackage>
<androidPackage spec="com.appsflyer:unity-wrapper:6.17.3"></androidPackage>
<androidPackage spec="com.appsflyer:unity-wrapper:6.17.7"></androidPackage>
<androidPackage spec="com.android.installreferrer:installreferrer:2.1"></androidPackage>
<androidPackage spec="com.appsflyer:purchase-connector:2.1.0"></androidPackage>
<androidPackage spec="com.appsflyer:purchase-connector:2.2.0"></androidPackage>
</androidPackages>

<iosPods>
<iosPod name="AppsFlyerFramework" version="6.17.5" minTargetSdk="12.0"></iosPod>
<iosPod name="PurchaseConnector" version="6.17.5" minTargetSdk="12.0"></iosPod>
<iosPod name="AppsFlyerFramework" version="6.17.7" minTargetSdk="12.0"></iosPod>
<iosPod name="PurchaseConnector" version="6.17.7" minTargetSdk="12.0"></iosPod>
</iosPods>

</dependencies>
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.17.5"
pluginVersion:@"6.17.7"
additionalParams:nil];
startRequestObjectName = stringFromChar(objectName);
AppsFlyeriOSWarpper.didCallStart = YES;
Expand Down
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "appsflyer-unity-plugin",
"displayName": "AppsFlyer",
"description": "AppsFlyer Unity plugin",
"version": "6.17.5",
"version": "6.17.7",
"unity": "2019.4",
"license": "MIT"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Versions
## v6.17.7
* Update iOS SDK version - 6.17.7
* Update iOS Purchase Connector version - 6.17.7
* Update Android Purchase Connector version - 2.2.0

## v6.17.5
* Update iOS SDK version - 6.17.5
* Update iOS Purchase Connector version - 6.17.5
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK v6.17.3
- Android Purchase Connector 2.1.0
- iOS AppsFlyer SDK v6.17.5
- iOS Purchase Connector 6.17.5
- Android Purchase Connector 2.2.0
- iOS AppsFlyer SDK v6.17.7
- iOS Purchase Connector 6.17.7
---
### <a id="init-sdk-deeplink"> AD_ID permission for Android

Expand Down
5 changes: 3 additions & 2 deletions android-unity-wrapper/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android.enableJetifier=true

GROUP=com.appsflyer

VERSION_CODE=52
VERSION_NAME=6.17.3
VERSION_CODE=53
VERSION_NAME=6.17.7

POM_ARTIFACT_ID=unity-wrapper
POM_PACKAGING=aar
Expand Down Expand Up @@ -52,3 +52,4 @@ POM_DEVELOPER_EMAIL1=maxim@appsflyer.com
POM_DEVELOPER_ID2=Jonathan
POM_DEVELOPER_NAME2=Jonathan Wesfield
POM_DEVELOPER_EMAIL2=jonathan.wesfield@appsflyer.com

4 changes: 2 additions & 2 deletions android-unity-wrapper/unitywrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'com.appsflyer:af-android-sdk:6.17.3'
compileOnly 'com.appsflyer:purchase-connector:2.1.0'
compileOnly 'com.android.billingclient:billing:5.2.0'
compileOnly 'com.appsflyer:purchase-connector:2.2.0'
compileOnly 'com.android.billingclient:billing:8.0.0'
}

apply from: file('publish.gradle')
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class AppsFlyerAndroidWrapper {
private static final String IN_APP_RESPONSE_CALLBACK = "inAppResponseReceived";
private static final String VALIDATION_CALLBACK = "didReceivePurchaseRevenueValidationInfo";
private static final String ERROR_CALLBACK = "didReceivePurchaseRevenueError";
private static final String PLUGIN_VERSION = "6.17.3";
private static final String PLUGIN_VERSION = "6.17.7";

private static final long DDL_TIMEOUT_DEFAULT = 3000;
private static AppsFlyerConversionListener conversionListener;
Expand Down
Binary file removed appsflyer-unity-plugin-6.17.5.unitypackage
Binary file not shown.
Binary file added appsflyer-unity-plugin-6.17.7.unitypackage
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/build_unity_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.5.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-6.17.7.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.183.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.17.5.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.17.7.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
4 changes: 2 additions & 2 deletions deploy/strict_mode_build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.5.unitypackage"
PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.17.7.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand Down Expand Up @@ -41,7 +41,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.17.5.unitypackage" \
&& echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.17.7.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."


Expand Down
Binary file not shown.
Binary file not shown.
Loading