Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
af-obodovskyi committed Nov 6, 2024
1 parent 12c0050 commit 907ed74
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 33 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ elseif(APPLE)
proj.ios_mac/ios/AppController.h
proj.ios_mac/ios/RootViewController.h
)

set(APP_UI_RES
proj.ios_mac/ios/LaunchScreen.storyboard
proj.ios_mac/ios/LaunchScreenBackground.png
proj.ios_mac/ios/Images.xcassets
)

list(APPEND GAME_SOURCE
proj.ios_mac/ios/main.m
proj.ios_mac/ios/AppController.mm
Expand Down
2 changes: 1 addition & 1 deletion Classes/AppsFlyer/AppsFlyerXAndroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ std::string afDevKey;
bool isConveriosnListenerInitialized = false;
bool isSubscribedForDeepLink = false;

const char *pluginVersion = "6.13.0";
const char *pluginVersion = "6.15.1";

// Headers
void initConvertionCallback();
Expand Down
4 changes: 1 addition & 3 deletions Classes/HelloWorldScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ bool HelloWorld::init()
std::cout << "Log event raised" << std::endl;

ValueMap params;
// AFXAdRevenueData data = AFXAdRevenueData("someVal", AppsFlyerXAdRevenueMediationNetworkType::ApplovinMax, "USD", 7.99);
// AppsFlyerX::logAdRevenue(data, params);
AFSDKXPurchaseDetails details = AFSDKXPurchaseDetails(AFXPurchaseType::SUBSCRIPTION, "", "customId", "6.99", "USD", "transactionId");
AFSDKXPurchaseDetails details = AFSDKXPurchaseDetails(AFXPurchaseType::SUBSCRIPTION, "public", "customId", "price", "curr", "transactionId");
AppsFlyerX::validateAndLogInAppPurchase(details, params, [](const AFSDKXValidateAndLogResult& result) {
std::cout << "Result Status: " << static_cast<int>(result.getStatus()) << std::endl;

Expand Down
27 changes: 0 additions & 27 deletions Classes/InAppPurchaseValidationCallback

This file was deleted.

2 changes: 1 addition & 1 deletion Classes/Strict/AppsFlyer/AppsFlyerXAndroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ std::string afDevKey;
bool isConveriosnListenerInitialized = false;
bool isSubscribedForDeepLink = false;

const char *pluginVersion = "6.13.0";
const char *pluginVersion = "6.15.1";

// Headers
void initConvertionCallback();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Oct 09 16:29:30 EEST 2024
#Wed Oct 09 17:38:59 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
Expand Down

0 comments on commit 907ed74

Please sign in to comment.