3 Commits
1.4.1 ... 1.4.2

Author SHA1 Message Date
10a50a6f8b release: 1.4.2 2026-03-18 17:16:40 +08:00
40604ebe19 feat(topon): 优化主线程调用及增加控制器初始化配置支持
- ToponUnityThread新增初始化方法并封装主线程安全调用接口
- ADListenerAggregator中所有回调改用ToponUnityThread切换至主线程调用
- ToponAdController新增ToponControllerOptions配置支持,支持更多初始化参数
- 实现SDK初始化前后配置的应用,支持设置渠道、区域、经纬度等选项
- 支持初始化时自动检测区域并通过回调通知
- 新增ToponControllerOptions类,实现多种初始化参数来源解析和合并
- ShowAndroidTest方法根据DebuggerKey选择不同调试器UI展示模式
- 记录并公开最近一次区域检测结果及错误信息,方便外部查询和调试
2026-03-18 16:48:32 +08:00
5981631076 更新sdk 2026-03-18 15:52:02 +08:00
125 changed files with 1296 additions and 339 deletions

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 6b000e45df70e44c683d126c70c6c7c5
guid: 03106b07c17e248179d51e195b5ea505
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -7,7 +7,7 @@
//
#import "ATBannerAdWrapper.h"
#import <AnyThinkBanner/AnyThinkBanner.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
#import "ATUnityUtilities.h"
//5.6.6 admob banner import
//#import <GoogleMobileAds/GoogleMobileAds.h>

View File

@@ -8,7 +8,7 @@
#import "ATInterstitialAdWrapper.h"
#import "ATUnityUtilities.h"
#import <AnyThinkInterstitial/AnyThinkInterstitial.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
NSString *const kLoadUseRVAsInterstitialKey = @"UseRewardedVideoAsInterstitial";
NSString *const kInterstitialExtraAdSizeKey = @"interstitial_ad_size";

View File

@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
#import "ATBaseUnityWrapper.h"
#import <AnyThinkNative/ATNativeADDelegate.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
extern NSString *const kParsedPropertiesFrameKey;
extern NSString *const kParsedPropertiesBackgroundColorKey;

View File

@@ -10,9 +10,7 @@
#import "ATUnityUtilities.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <AnyThinkNative/ATAdManager+Native.h>
#import <AnyThinkNative/ATNativeAdConfiguration.h>
#import <AnyThinkNative/ATNativeADView.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
#import "ATAutolayoutCategories.h"
#import "ATUnityManager.h"
#import "ATNativeSelfRenderView.h"

View File

@@ -7,7 +7,7 @@
//
#import <UIKit/UIKit.h>
#import <AnyThinkNative/AnyThinkNative.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
NS_ASSUME_NONNULL_BEGIN

View File

@@ -7,7 +7,6 @@
//
#import "ATNativeSelfRenderView.h"
#import <AnyThinkSDK/ATImageLoader.h>
#import "ATNativeAdWrapper.h"
#import "ATAutolayoutCategories.h"
#import "ATUnityUtilities.h"

View File

@@ -8,7 +8,7 @@
#import "ATRewardedVideoWrapper.h"
#import "ATUnityUtilities.h"
#import <AnyThinkRewardedVideo/AnyThinkRewardedVideo.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
NSString *const kLoadExtraUserIDKey = @"UserId";
NSString *const kLoadExtraMediaExtraKey = @"UserExtraData";

View File

@@ -7,7 +7,7 @@
#import "ATSplashAdWrapper.h"
#import "ATUnityUtilities.h"
#import <AnyThinkSplash/AnyThinkSplash.h>
#import <AnyThinkSDK/AnyThinkSDK.h>
@interface ATSplashAdWrapper () <ATSplashDelegate>

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 1e8f2e9c89b25426183174547a15d247
guid: 6c22f00d8a049491f9fb73e80d266bd3
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 3062b0f1e56a64e7ea4d843dde2aa0c2
guid: 2b8623ca670c641eb9ef81563fb8e2ec
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,5 +1,9 @@
<dependencies>
<androidPackages>
<repositories>
<repository>https://jfrog.takuad.com/artifactory/china_sdk</repository>
</repositories>
<androidPackage spec="com.anythink.sdk:core-taku:6.5.52"/>
<androidPackage spec="com.android.support:appcompat-v7:28.0.0"/>
</androidPackages>
</dependencies>

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: cd0bd7f7f2c0948a8a8b9416b9b35b18
guid: 7a73f31a7fa33468dbe302869e291198
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: ba33ef28b434a4f8c84894b7dffe183d
guid: 56d92f8a16dba429ba7275e8efdcd8af
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9ff4698e0cb23484080a1f1024c0d7bb
guid: e9587ea14cae241c59427df38278d1f6
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -0,0 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.anythink.sdk:adapter-taku-sdm:6.5.54.1.0"/>
<androidPackage spec="com.smartdigimkttech.sdk:sdm-sdk-cn:6.5.54"/>
</androidPackages>
</dependencies>

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 003d4a29535ae4c15a11b3fb837f4460
guid: 5573b9293433f436986248b60de1b145
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 66285aca9cb6942c39258e437a82d37c
guid: 1f9463e4eab324a528e5920eeb986e7f
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2baed5d8ff56e44eda5212811ea487fb
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.anythink.sdk:adapter-taku-baidu:9.432.1.0"/>
<androidPackage spec="mobi.baidu.sdk:mobads:9.432"/>
</androidPackages>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 20eb733c583b24e61aa380a5b4b8049f
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +1 @@
{"name":"baidu","version":"9.394","country":1,"path":"Assets/AnyThinkPlugin/Script/IntegrationManager/Editor/../../..//AnyThinkAds\\Plugins/Android/China/mediation/baidu"}
{"name":"baidu","version":"9.432","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/baidu"}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 7c926d35641b148398892fe5bcca2d03
guid: cf5141130ed5b45d2b219e231ef457c1
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 122e70b479a7447688a289ae19fcfcad
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.anythink.sdk:adapter-taku-gdt:4.671.1541.1.0"/>
<androidPackage spec="com.qq.e.union:union:4.671.1541"/>
</androidPackages>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6dd6600836ea34a7ebade28a361d0d09
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +1 @@
{"name":"gdt","version":"4.642.1512","country":1,"path":"Assets/AnyThinkPlugin/Script/IntegrationManager/Editor/../../..//AnyThinkAds\\Plugins/Android/China/mediation/gdt"}
{"name":"gdt","version":"4.671.1541","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/gdt"}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b0f7e15dfa0964efeb4fb2520fe4da8a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 24a14d7b4cbcc4136807dd7531b8e9af
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,16 @@
<dependencies>
<androidPackages>
<repositories>
<repository>https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_support</repository>
</repositories>
<androidPackage spec="com.anythink.sdk:adapter-taku-mintegral-china:16.3.67.1.0"/>
<androidPackage spec="com.mbridge.msdk.support:reward:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:newinterstitial:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:mbnative:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:mbnativeadvanced:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:mbsplash:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:mbbanner:16.3.67"/>
<androidPackage spec="com.mbridge.msdk.support:mbbid:16.3.67"/>
<androidPackage spec="androidx.recyclerview:recyclerview:1.1.0"/>
</androidPackages>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 220064c9d0f91415b86ab3bf1a729ac8
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1 @@
{"name":"gtm","version":"16.3.67","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/gtm"}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 63decd1f920a3854183396647471bd3a
guid: a4d0b2f9ca58b234fabae164f56dd016
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: f80e8f7b487eb4eccb6d3db6fa9f64c5
guid: d7ea1f2761a954d17bf9bbd0cfd41eeb
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 369efabd8c5434cdc8a303cd78dc2010
guid: 01632421e4bf2409d9f7c72ec852745d
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,7 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.anythink.sdk:adapter-taku-kuaishou:4.12.20.1.1.0"/>
<androidPackage spec="com.anythink.sdk:sdk-ads-kuaishou:4.12.20.1"/>
<androidPackage spec="com.android.support:design:28.0.0"/>
</androidPackages>
</dependencies>

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: dee12426ed2f34e28b90bc22712d1f30
guid: d00a7a231f8d8489a95ad98ad2bf8eb5
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: 1ee83d47151684fa7974146eb691e7b4
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: a0f04458561c44fa7a1b280cc2b92e6b
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +1 @@
{"name":"kuaishou","version":"4.6.30.1","country":1,"path":"Assets/AnyThinkPlugin/Script/IntegrationManager/Editor/../../..//AnyThinkAds\\Plugins/Android/China/mediation/kuaishou"}
{"name":"kuaishou","version":"4.12.20.1","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/kuaishou"}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b2ae0ba26ecba4db183a171ca12bf96d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a631d810e42f54485a39e9de1e144bd8
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.anythink.sdk:adapter-taku-sigmob:4.25.9.1.0"/>
<androidPackage spec="com.anythink.sdk:sdk-ads-sigmob:4.25.9"/>
</androidPackages>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 857a18d8685c340519c37012e88629ab
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1 @@
{"name":"sigmob","version":"4.25.9","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/sigmob"}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0fab3b47502982a41b4742624ee6365a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 32b61361a029149498feb2220aafc49c
guid: 31a583814949b4c55a70bd82b81dbcde
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 38edd06a2ee9f48d0be8f1207f32b8dd
guid: d7c5e1477e3dc4ce99f86cadddba9d5f
folderAsset: yes
DefaultImporter:
externalObjects: {}

View File

@@ -1,8 +1,11 @@
<dependencies>
<androidPackages>
<androidPackage spec="io.reactivex.rxjava2:rxjava:2.0.1"/>
<androidPackage spec="io.reactivex.rxjava2:rxandroid:2.0.1"/>
<androidPackage spec="com.anythink.sdk:adapter-taku-tap:4.1.2.7.1.1"/>
<androidPackage spec="com.anythink.sdk:sdk-ads-tap:4.1.2.7"/>
<androidPackage spec="com.squareup.okhttp3:okhttp:3.12.1"/>
<androidPackage spec="com.github.bumptech.glide:glide:4.9.0"/>
<androidPackage spec="com.android.support:appcompat-v7:28.0.0"/>
<androidPackage spec="com.android.support:support-v4:28.0.0"/>
<androidPackage spec="com.android.support:recyclerview-v7:28.0.0"/>
</androidPackages>
</dependencies>

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 748ffe71e407e478e94340374014c84a
guid: e609a3809c52044d9a657c6f57ae023f
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: 7129740b1de644d138f1793dfb6d1de5
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: bb5704333917647e88123b00b46556a3
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1 +1 @@
{"name":"tap","version":"3.16.3.45","country":1,"path":"Assets/AnyThinkPlugin/Script/IntegrationManager/Editor/../../..//AnyThinkAds\\Plugins/Android/China/mediation/tap"}
{"name":"tap","version":"4.1.2.7","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/Android/China/mediation/tap"}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 277c175e84b2943d38915ae54e27da55
guid: 69e0b662881d62e4baf2f0e5e1696f5d
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9f42d4118b486454ca9a4caf4261ea24
guid: faba521d59dabde4d8a6f7a690a8c4a8
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: 12b6831c0c5839d4ca846c176a062bf8
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 51f8854c5489747d7a4b5dfca635b425
guid: 88d4023257d40264e8443a4f2fce4c29
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: f718cca21da6c364cb5b369d0bed9cff
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 305187be97cf44a6189ccb496e4d6ce9
guid: c691eee5da4f5fd45b516c9dce46a823
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: d4432b7776d63d14c8cf2010c99fc9de
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,32 @@
fileFormatVersion: 2
guid: cd83cdacfa7712442b8d72f763cb0dd0
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkBaiduSDKAdapter" version="6.4.42" />
<iosPod name="AnyThinkMediationBaiduAdapter" version="10.032.1" />
</iosPods>
</dependencies>

View File

@@ -1 +1 @@
{"name":"baidu","version":"5.373","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/baidu"}
{"name":"baidu","version":"10.032","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/baidu"}

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkiOS" version="" />
<iosPod name="AnyThinkiOS" version="6.5.34" />
<iosPod name="AnyThinkMediationAdxSmartdigimktCNAdapter" version="6.5.43.0" />
</iosPods>
</dependencies>

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ac413c5a4b5ec428b97c710e8af4a606
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3f4b6118f278c401ba471207af5ff187
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkTapjoySDKAdapter" version="6.4.42" />
<iosPod name="AnyThinkMediationTTAdapter" version="7.4.0.0.0" />
</iosPods>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 467edc4c87fe744a0af68a5c1fd0f494
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1 @@
{"name":"csj","version":"7.4.0.0","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/csj"}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f7f908ea447a6b14fbf5a03544312860
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkGDTSDKAdapter" version="6.4.42.1" />
<iosPod name="AnyThinkMediationGDTAdapter" version="4.15.70.1" />
</iosPods>
</dependencies>

View File

@@ -1 +1 @@
{"name":"gdt","version":"4.15.22","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/gdt"}
{"name":"gdt","version":"4.15.70","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/gdt"}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bae10b849d38a4427930744677beff91
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2aa4094683607444fa997c4dfdeaa995
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkMediationMintegralAdapter" version="8.0.4.0" />
</iosPods>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 10718b23e4fda4dfe834811b82367aa4
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1 @@
{"name":"gtm","version":"8.0.4","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/gtm"}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8d817ab1a52d95a49a95ab30d224292f
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkKuaiShouSDKAdapter" version="6.4.42" />
<iosPod name="AnyThinkMediationKuaiShouAdapter" version="4.12.20.1.0" />
</iosPods>
</dependencies>

View File

@@ -1 +1 @@
{"name":"kuaishou","version":"3.3.74","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/kuaishou"}
{"name":"kuaishou","version":"4.12.20.1","country":1,"path":"Assets/AnyThinkPlugin/AnyThinkAds\\Plugins/iOS/China/kuaishou"}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 21b36bafe93f54b118240a3c32373f2a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a3ee56d73942543dd82e64f770cfe8fe
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<iosPods>
<iosPod name="AnyThinkMediationSigmobAdapter" version="4.20.7.0" />
</iosPods>
</dependencies>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: ea0d12cb31c714f42b27f4815033c999
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More