Skip to content

Commit

Permalink
Appodeal Update 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Jul 8, 2024
1 parent 1ccb70d commit 82583d7
Show file tree
Hide file tree
Showing 428 changed files with 7,276 additions and 17,748 deletions.
35 changes: 32 additions & 3 deletions plugins/2018.3326/android/corona.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,37 @@ repositories {
}

dependencies {
implementation 'com.appodeal.ads.sdk:core:3.2.1'
implementation 'com.appodeal.ads.sdk.networks:iab:3.2.1.0'
implementation 'com.appodeal.ads.sdk.services:sentry_analytics:3.2.1.0'
implementation("com.appodeal.ads:sdk:3.3.1.0") {
exclude group: "com.appodeal.ads.sdk.networks", module: "admob"
exclude group: "com.appodeal.ads.sdk.networks", module: "amazon"
exclude group: "com.appodeal.ads.sdk.networks", module: "applovin"
exclude group: "com.appodeal.ads.sdk.networks", module: "applovin_max"
exclude group: "com.appodeal.ads.sdk.networks", module: "bigo_ads"
exclude group: "com.appodeal.ads.sdk.networks", module: "dt_exchange"
exclude group: "com.appodeal.ads.sdk.networks", module: "inmobi"
exclude group: "com.appodeal.ads.sdk.networks", module: "ironsource"
exclude group: "com.appodeal.ads.sdk.networks", module: "meta"
exclude group: "com.appodeal.ads.sdk.networks", module: "mintegral"
exclude group: "com.appodeal.ads.sdk.networks", module: "my_target"
exclude group: "com.appodeal.ads.sdk.networks", module: "pangle"
exclude group: "com.appodeal.ads.sdk.networks", module: "unity_ads"
exclude group: "com.appodeal.ads.sdk.networks", module: "vungle"
exclude group: "com.appodeal.ads.sdk.networks", module: "yandex"
exclude group: "com.appodeal.ads.sdk.services", module: "adjust"
exclude group: "com.appodeal.ads.sdk.services", module: "appsflyer"
exclude group: "com.appodeal.ads.sdk.services", module: "facebook_analytics"
exclude group: "com.appodeal.ads.sdk.services", module: "firebase"
exclude group: "org.bidon", module: "admob-adapter"
exclude group: "org.bidon", module: "gam-adapter"
exclude group: "org.bidon", module: "amazon-adapter"
exclude group: "org.bidon", module: "applovin-adapter"
exclude group: "org.bidon", module: "bigoads-adapter"
exclude group: "org.bidon", module: "dtexchange-adapter"
exclude group: "org.bidon", module: "inmobi-adapter"
exclude group: "org.bidon", module: "mintegral-adapter"
exclude group: "org.bidon", module: "meta-adapter"
exclude group: "org.bidon", module: "vungle-adapter"
exclude group: "org.bidon", module: "unityads-adapter"
}

}
Binary file modified plugins/2018.3326/iphone-sim/.DS_Store
Binary file not shown.
Binary file modified plugins/2018.3326/iphone-sim/Appodeal.framework/Appodeal
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// APDBannerView.h
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDDefines.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down Expand Up @@ -413,10 +413,10 @@ FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppsFlyerIdExtrasKey;
/**
Network defines
*/
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdColonyNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdMobNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAdMobMediationNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppLovinNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAppLovinMAXNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBidMachineNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBidonNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDBigoAdsNetworkName;
Expand All @@ -429,6 +429,12 @@ FOUNDATION_EXPORT NSString * _Nonnull const kAPDMyTargetNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDUnityNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDVungleNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDYandexNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDCriteoNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDTapjoyNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDAmazonNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDPangleNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDSmaatoNetworkName;
FOUNDATION_EXPORT NSString * _Nonnull const kAPDMobileFuseNetworkName;

/**
Size defines
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDImage.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// APDInterstital.h
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDMRECView.h
// Appodeal
//
// AppodealSDK 3.2.1
// AppodealSDK 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDNativeAd.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDNativeAdQueue.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDRewardProtocol.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDReviewVideo.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down
22 changes: 1 addition & 21 deletions plugins/2018.3326/iphone-sim/Appodeal.framework/Headers/APDSdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// APDSdk.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright © 2024 Appodeal, Inc. All rights reserved.
//
Expand Down Expand Up @@ -101,16 +101,6 @@ typedef void(^APDAdRevenueHandler)(_Nonnull id<AppodealAdRevenue>);
@param version Framework version. Default nill
*/
- (void)setFramework:(APDFramework)framework version:(nullable NSString *)version;
/**
Updates user consent in GDPR regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
- (void)updateUserConsentGDPR:(APDGDPRUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");
/**
Updates user consent in CCPA regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
- (void)updateUserConsentCCPA:(APDCCPAUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");;
/**
Call this method to specify framework before initialization
@param pluginVersion NSString version plugin
Expand Down Expand Up @@ -274,13 +264,3 @@ typedef void(^APDAdRevenueHandler)(_Nonnull id<AppodealAdRevenue>);
customParameters:(NSDictionary * _Nullable)customParameters;

@end

#if __has_include(<StackConsentManager/StackConsentManager-Swift.h>)
@interface APDSdk (ConsentManager)
/**
User has update consent through Stack Consent Manager.
@param consentReport Consent report object from Stack Consent Manager
*/
- (void)setConsentReport:(nonnull id)consentReport __deprecated_msg("This method is deprecated and will be removed in the next release");
@end
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Appodeal.h
// Appodeal
//
// AppodealSDK version 3.2.1
// AppodealSDK version 3.3.1
//
// Copyright (c) 2024 Appodeal, Inc. All rights reserved.
//
Expand Down Expand Up @@ -550,16 +550,6 @@
@param childDirectedTreatment Boolean flag inficates that app for kids.
*/
+ (void)setChildDirectedTreatment:(BOOL)childDirectedTreatment;
/**
Updates user consent in GDPR regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
+ (void)updateUserConsentGDPR:(APDGDPRUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");
/**
Updates user consent in CCPA regulation
@param userConsent User consent flag that indicates that user give consent on personal data processing
*/
+ (void)updateUserConsentCCPA:(APDCCPAUserConsent)userConsent __deprecated_msg("This method is deprecated and will be removed in the next release");
/**
Get framework type
@note Objective-C
Expand Down Expand Up @@ -636,14 +626,3 @@
*/
+ (nullable NSString *)userId;
@end


#if __has_include(<StackConsentManager/StackConsentManager-Swift.h>)
@interface Appodeal (ConsentManager)
/**
User has update consent through Stack Consent Manager .
@param consentReport Consent report object from Stack Consent Manager
*/
+ (void)updateConsentReport:(nonnull id)consentReport __deprecated_msg("This method is deprecated and will be removed in the next release");
@end
#endif
165 changes: 165 additions & 0 deletions plugins/2018.3326/iphone-sim/Appodeal.framework/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeCoarseLocation</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypePreciseLocation</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeCustomerSupport</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeUserID</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeDeviceID</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypePurchaseHistory</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeAdvertisingData</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeCrashData</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypePerformanceData</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeOtherDataTypes</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string>
<string>NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeProductInteraction</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
</array>
</dict>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 82583d7

Please sign in to comment.