Skip to content

Commit

Permalink
Merge pull request #284 from AppsFlyerSDK/dev/DELIVERY-62670/version-…
Browse files Browse the repository at this point in the history
…6.14.4

Dev/delivery 62670/version 6.14.4
  • Loading branch information
af-vero committed Jun 16, 2024
2 parents ec35e2a + 80d9478 commit 885a36f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/AppsFlyer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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;
Expand Down
6 changes: 3 additions & 3 deletions Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<dependencies>

<androidPackages>
<androidPackage spec="com.appsflyer:af-android-sdk:6.14.0">
<androidPackage spec="com.appsflyer:af-android-sdk:6.14.2">
</androidPackage>
<androidPackage spec="com.appsflyer:unity-wrapper:6.14.3">
<androidPackage spec="com.appsflyer:unity-wrapper:6.14.4">
</androidPackage>
<androidPackage spec="com.android.installreferrer:installreferrer:2.1">
</androidPackage>
</androidPackages>

<iosPods>
<iosPod name="AppsFlyerFramework" version="6.14.3" minTargetSdk="12.0">
<iosPod name="AppsFlyerFramework" version="6.14.4" minTargetSdk="12.0">
</iosPod>
</iosPods>

Expand Down
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 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=39
VERSION_NAME=6.14.3
VERSION_CODE=40
VERSION_NAME=6.14.4

POM_ARTIFACT_ID=unity-wrapper
POM_PACKAGING=aar
Expand Down
2 changes: 1 addition & 1 deletion android-unity-wrapper/unitywrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'com.appsflyer:af-android-sdk:6.14.0'
compileOnly 'com.appsflyer:af-android-sdk:6.14.2'

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down
21 changes: 10 additions & 11 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The list of available methods for this plugin is described below.
- [setResolveDeepLinkURLs](#setresolvedeeplinkurls)
- [setOneLinkCustomDomain](#setonelinkcustomdomain)
- [setCurrencyCode](#setcurrencycode)
- [setDeepLinkTimeout](#setDeepLinkTimeout)
- [enableTCFDataCollection](#enableTCFDataCollection)
- [setConsentData](#setConsentData)
- [setDeepLinkTimeout](#setdeeplinktimeout)
- [enableTCFDataCollection](#enabletcfdatacollection)
- [setConsentData](#setconsentdata)
- [recordLocation](#recordlocation)
- [anonymizeUser](#anonymizeuser)
- [getAppsFlyerId](#getappsflyerid)
Expand Down Expand Up @@ -55,8 +55,8 @@ The list of available methods for this plugin is described below.
- [isPreInstalledApp](#ispreinstalledapp)
- [handlePushNotifications](#handlepushnotifications)
- [getAttributionId](#getattributionid)
- [validateAndSendInAppPurchase (legacy)](#validateandsendinapppurchase)
- [validateAndSendInAppPurchase (beta)](#validateAndSendInAppPurchase-beta)
- [validateAndSendInAppPurchase-beta](#validateandsendinapppurchase-beta)
- [validateAndSendInAppPurchase](#validateandsendinapppurchase)
- [setCollectOaid](#setcollectoaid)
- [setDisableAdvertisingIdentifiers](#setdisableadvertisingidentifiers)
- [setDisableNetworkData](#setdisablenetworkdata)
Expand All @@ -67,8 +67,8 @@ The list of available methods for this plugin is described below.
- [setDisableCollectIAd](#setdisablecollectiad)
- [setUseReceiptValidationSandbox](#setusereceiptvalidationsandbox)
- [setUseUninstallSandbox](#setuseuninstallsandbox)
- [validateAndSendInAppPurchase (legacy)](#validateandsendinapppurchase-1)
- [validateAndSendInAppPurchase (beta)](#validateAndSendInAppPurchase-beta-iOS)
- [validateAndSendInAppPurchase-beta-iOS](#validateandsendinapppurchase-beta-ios)
- [validateAndSendInAppPurchase](#validateandsendinapppurchase-1)
- [registerUninstall](#registeruninstall)
- [handleOpenUrl](#handleopenurl)
- [waitForATTUserAuthorizationWithTimeoutInterval](#waitforattuserauthorizationwithtimeoutinterval)
Expand All @@ -86,10 +86,9 @@ The list of available methods for this plugin is described below.
- [onOpenStoreLinkGenerated](#onopenstorelinkgenerated)
- [IAppsFlyerValidateReceipt](#iappsflyervalidatereceipt)
- [didFinishValidateReceipt](#didfinishvalidatereceipt)
- [didFinishValidateReceiptWithError](#didfinishvalidatereceiptwitherror)
- [IAppsFlyerValidateAndLog](#IAppsFlyerValidateAndLog)
- [onValidateAndLogComplete](#onValidateAndLogComplete)
- [onValidateAndLogFailure](#onValidateAndLogFailure)
- [IAppsFlyerValidateAndLog](#iappsflyervalidateandlog)
- [onValidateAndLogComplete](#onvalidateandlogcomplete)
- [onValidateAndLogFailure](#onvalidateandlogfailure)
- [Events](#events)
- [onRequestResponse](#onrequestresponse)
- [onInAppResponse](#oninappresponse)
Expand Down

0 comments on commit 885a36f

Please sign in to comment.