Skip to content

Commit 1f55e17

Browse files
committed
3.9.0.0 Update
1 parent 2096eac commit 1f55e17

File tree

216 files changed

+8014
-1852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+8014
-1852
lines changed

plugins/2018.3326/iphone-sim/StackModules.framework/.DS_Store renamed to .DS_Store

6 KB
Binary file not shown.

plugins/2018.3326/iphone-sim/StackRendering.framework/.DS_Store renamed to plugins/.DS_Store

6 KB
Binary file not shown.

plugins/2018.3326/.DS_Store

10 KB
Binary file not shown.

plugins/2018.3326/android/corona.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818

1919
dependencies {
20-
implementation("com.appodeal.ads:sdk:3.4.2.0") {
20+
implementation("com.appodeal.ads:sdk:3.9.0.0") {
2121
exclude group: "com.appodeal.ads.sdk.networks", module: "admob"
2222
exclude group: "com.appodeal.ads.sdk.networks", module: "amazon"
2323
exclude group: "com.appodeal.ads.sdk.networks", module: "applovin"
2 Bytes
Binary file not shown.
2 KB
Binary file not shown.
-274 KB
Binary file not shown.

plugins/2018.3326/iphone-sim/Appodeal.framework/Headers/APDBannerView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// APDBannerView.h
33
//
4-
// AppodealSDK version 3.4.2
4+
// AppodealSDK version 3.8.1
55
//
66
// Copyright © 2025 Appodeal, Inc. All rights reserved.
77
//

plugins/2018.3326/iphone-sim/Appodeal.framework/Headers/APDDefines.h

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// APDDefines.h
33
// Appodeal
44
//
5-
// AppodealSDK version 3.4.2
5+
// AppodealSDK version 3.8.1
66
//
77
// Copyright © 2025 Appodeal, Inc. All rights reserved.
88
//
@@ -151,6 +151,17 @@ typedef NS_ENUM(NSUInteger, APDCCPAUserConsent) {
151151
APDCCPAUserConsentOptIn,
152152
APDCCPAUserConsentOptOut,
153153
};
154+
/**
155+
For Included in AnalyticsServices for Events
156+
*/
157+
typedef NS_OPTIONS(NSUInteger, APDAnalyticsService) {
158+
APDAnalyticsServiceAdjust = 1 << 0,
159+
APDAnalyticsServiceAppsFlyer = 1 << 1,
160+
APDAnalyticsServiceFacebook = 1 << 2,
161+
APDAnalyticsServiceFirebase = 1 << 3,
162+
APDAnalyticsServiceNone = 0,
163+
APDAnalyticsServiceAll = APDAnalyticsServiceAdjust | APDAnalyticsServiceAppsFlyer | APDAnalyticsServiceFacebook | APDAnalyticsServiceFirebase
164+
};
154165
/**
155166
Declaration of banner delegate
156167
*/
@@ -406,6 +417,21 @@ typedef NS_ENUM(NSUInteger, APDCCPAUserConsent) {
406417
*/
407418
- (void)didReceiveRevenueForAd:(nonnull id<AppodealAdRevenue>)ad;
408419
@end
420+
/**
421+
Delegate for purchase event
422+
*/
423+
@protocol AppodealPurchaseDelegate <NSObject>
424+
/**
425+
Called when SDK receives purchases info from ROI360 system
426+
@param purchase Information about purchase
427+
*/
428+
- (void)didReceivePurchase:(nullable NSDictionary<NSString *, id> *)successPurchases;
429+
/**
430+
Called when SDK receives purchases info from ROI360 system
431+
@param error Information about error
432+
*/
433+
- (void)didFailPurchase:(nullable NSError *)error;
434+
@end
409435
/**
410436
Extra Keys defines
411437
*/
@@ -424,6 +450,7 @@ FOUNDATION_EXPORT NSString * _Nonnull const kAPDDTExchangeNetworkName;
424450
FOUNDATION_EXPORT NSString * _Nonnull const kAPDFacebookNetworkName;
425451
FOUNDATION_EXPORT NSString * _Nonnull const kAPDInMobiNetworkName;
426452
FOUNDATION_EXPORT NSString * _Nonnull const kAPDIronSourceNetworkName;
453+
FOUNDATION_EXPORT NSString * _Nonnull const kAPDLevelPlayNetworkName;
427454
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMintegralNetworkName;
428455
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMyTargetNetworkName;
429456
FOUNDATION_EXPORT NSString * _Nonnull const kAPDUnityNetworkName;
@@ -435,6 +462,10 @@ FOUNDATION_EXPORT NSString * _Nonnull const kAPDAmazonNetworkName;
435462
FOUNDATION_EXPORT NSString * _Nonnull const kAPDPangleNetworkName;
436463
FOUNDATION_EXPORT NSString * _Nonnull const kAPDSmaatoNetworkName;
437464
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMobileFuseNetworkName;
465+
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMolocoNetworkName;
466+
FOUNDATION_EXPORT NSString * _Nonnull const kAPDPubMaticNetworkName;
467+
FOUNDATION_EXPORT NSString * _Nonnull const kAPDOguryNetworkName;
468+
FOUNDATION_EXPORT NSString * _Nonnull const kAPDVerveNetworkName;
438469

439470
/**
440471
Size defines

plugins/2018.3326/iphone-sim/Appodeal.framework/Headers/APDImage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// APDImage.h
33
// Appodeal
44
//
5-
// AppodealSDK version 3.4.2
5+
// AppodealSDK version 3.8.1
66
//
77
// Copyright © 2025 Appodeal, Inc. All rights reserved.
88
//

0 commit comments

Comments
 (0)