Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed May 5, 2024
1 parent 450ae57 commit 9998ab3
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/AppsFlyerPurchaseConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace AppsFlyerConnector

public class AppsFlyerPurchaseConnector : MonoBehaviour {

public static readonly string kAppsFlyerPurchaseConnectorVersion = "2.0.0";
public static readonly string kAppsFlyerPurchaseConnectorVersion = "2.0.2";

#if UNITY_ANDROID && !UNITY_EDITOR
private static AndroidJavaClass appsFlyerAndroidConnector = new AndroidJavaClass("com.appsflyer.unity.afunitypurchaseconnector.AppsFlyerAndroidWrapper");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</androidPackages>

<iosPods>
<iosPod name="PurchaseConnector" version="6.13.0" minTargetSdk="9.0">
<iosPod name="PurchaseConnector" version="6.14.3" minTargetSdk="12.0">
</iosPod>
</iosPods>

Expand Down
8 changes: 8 additions & 0 deletions Assets/ExternalDependencyManager/Editor/1.2.177.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Plugins/Android.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Versions
## v2.0.2
* Update iOS PurchaseConnector to 6.14.3

## v2.0.1
* Update iOS PurchaseConnector to 6.13.0
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/build_appsflyer_unity_purchase-connector_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Start build for appsflyer-unity-purchase-connector.unitypackage"

DEPLOY_PATH=output
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.1.unitypackage"
PACKAGE_NAME="appsflyer-unity-purchase-connector-2.0.2.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.144.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.1.unitypackage" \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-2.0.2.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info"

if [ "$1" == "-p" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Start build for appsflyer-unity-purchase-connector.unitypackage - Strict M

DEPLOY_PATH=output
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
PACKAGE_NAME="appsflyer-unity-purchase-connector-strict-mode-2.0.1.unitypackage"
PACKAGE_NAME="appsflyer-unity-purchase-connector-strict-mode-2.0.2.unitypackage"
mkdir -p $DEPLOY_PATH

#move external dependency manager
Expand All @@ -27,7 +27,7 @@ echo "Changing PurchaseConnector to Strict Mode. Done."
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-strict-mode-2.0.1.unitypackage" \
&& echo "Package exported successfully to output/appsflyer-unity-purchase-connector-strict-mode-2.0.2.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info"

if [ "$1" == "-p" ]; then
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9998ab3

Please sign in to comment.