Skip to content

Commit a44add8

Browse files
authored
feat:update adn version from 3.16.3.34 -> 3.16.3.34_h1\n (#1197)
* feat:update adn version from 3.16.3.34 -> 3.16.3.34_h1\n feat:add game channel description * fix:. * fix:. * fix:.
1 parent 2167dfc commit a44add8

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

cn/docs/sdk/tap-adn/tds-tapad.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ TapAdConfig config = new TapAdConfig.Builder()
254254
.MediaName(your_media_name) // 必选参数,为 TapADN 注册的媒体名称
255255
.MediaKey(your_media_key) // 必选参数,媒体密钥,可以在 TapADN 后台查看(用于传输数据的解密)
256256
.MediaVersion("1") // 必选参数,默认值 "1"
257-
.Channel(your__channel) // 必选参数,渠道
257+
.Channel(your__channel) // 必选参数,渠道(如果在 TapTap 上架填写 "taptap", 其它渠道上架填写商店拼音小写字母,eg. 小米 -> "xiaomi")
258258
.TapClientId(your_tap_client_id) // 可选参数,TapTap 开发者中心的游戏 Client ID
259259
.EnableDebugLog(false) // 可选参数,是否打开原生 debug 调试信息输出:true 打开、false 关闭。默认 false 关闭
260260
.ShakeEnabled(false) // 可选参数,是否开启摇一摇: true 打开、false 关闭。
@@ -353,7 +353,7 @@ TapAdConfig config = new TapAdConfig.Builder()
353353
.withMediaVersion("1") // 必选参数。默认值 "1"
354354
.withTapClientId(your_tap_client_id) // 可选参数。TapTap 开发者中心的游戏 Client ID
355355
.enableDebug(true) // 可选参数,是否打开 debug 调试信息输出:true 打开、false 关闭。默认 false 关闭
356-
.withGameChannel(your_app_channel) // 必选参数,渠道
356+
.withGameChannel(your_app_channel) // 必选参数,渠道(如果在 TapTap 上架填写 "taptap", 其它渠道上架填写商店拼音小写字母,eg. 小米 -> "xiaomi")
357357
.shakeEnabled(false) // 可选参数,是否开启摇一摇: true 打开、false 关闭。默认 true 开启。
358358
.withCustomController(new TapAdCustomController() {
359359

cn/docs/tap-download.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
5555
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br></br>
5656

5757
[接入文档](/sdk/tap-adn/tds-tapad/) &nbsp;&nbsp; [合规指南](/sdk/tap-adn/adn-compliance/)
58-
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34.aar) 版本: 3.16.3.34 更新日期: 2024-09-12
59-
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34.unitypackage) 版本: 3.16.3.34 更新日期: 2024-09-12
60-
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34-release.apk)
58+
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1.aar) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
59+
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1.unitypackage) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
60+
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34_h1.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34_h1-release.apk)
6161

6262
:::tip
6363
TapADN SDK 为 APP 提供广告投放及广告监测归因、反作弊和广告投放统计分析等服务,由易玩(上海)网络科技有限公司开发提供。[SDK 隐私政策](https://developer.taptap.cn/docs/sdk/tap-adn/agreement/)[SDK 合规使用说明](https://developer.taptap.cn/docs/sdk/tap-adn/adn-compliance/)

cn/src/docComponents/v3SDKVersions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const v3SDKVersions = {
2727
}
2828
},
2929
tapadn: {
30-
unity: "3.16.3.31",
31-
android: "3.16.3.31",
30+
unity: "3.16.3.34_h1",
31+
android: "3.16.3.34_h1",
3232
},
3333
tapGlobalPayments: {
3434
unity: "4.0.14",

cn/src/docComponents/v4SDKVersions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const v4SDKVersions = {
2727
}
2828
},
2929
tapadn: {
30-
unity: "3.16.3.31",
31-
android: "3.16.3.31",
30+
unity: "3.16.3.34_h1",
31+
android: "3.16.3.34_h1",
3232
},
3333
tapGlobalPayments: {
3434
unity: "4.0.14",

cn/versioned_docs/version-v3/tap-download.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ TapSDK 为我们提供的众多服务的总称,为了方便开发者按需接
5252
TapADN SDK 是由「易玩(上海)网络科技有限公司」开发,向媒体提供丰富的广告资源,依托高效的算法引擎,帮助开发者实现流量变现。<br></br>
5353

5454
[接入文档](/v3/sdk/tap-adn/tds-tapad/) &nbsp;&nbsp; [合规指南](/v3/sdk/tap-adn/adn-compliance/)
55-
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.31.aar) 版本: 3.16.3.31 更新日期: 2024-07-03
56-
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.31.unitypackage) 版本: 3.16.3.31 更新日期: 2024-07-03
57-
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.31.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.31-release.apk)
55+
1. [TapADN Android SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1.aar) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
56+
2. [TapADN Unity SDK](https://tapad-platform.tapimg.com/sdk/TapAD_3.16.3.34_h1.unitypackage) 版本: 3.16.3.34_h1 更新日期: 2024-09-20
57+
3. [TapADN Android Demo](https://tapad-platform.tapimg.com/sdk/TapADDemo_3.16.3.34_h1.zip)[Android 安装包下载](https://tapad-platform.tapimg.com/sdk/tapaddemo_external_3.16.3.34_h1-release.apk)
5858

5959
:::tip
6060
TapADN SDK 为 APP 提供广告投放及广告监测归因、反作弊和广告投放统计分析等服务,由易玩(上海)网络科技有限公司开发提供。[SDK 隐私政策](/v3/sdk/tap-adn/agreement/)[SDK 合规使用说明](/v3/sdk/tap-adn/adn-compliance/)

hk/src/docComponents/v4SDKVersions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const v4SDKVersions = {
2727
}
2828
},
2929
tapadn: {
30-
unity: "3.16.3.31",
31-
android: "3.16.3.31",
30+
unity: "3.16.3.34_h1",
31+
android: "3.16.3.34_h1",
3232
},
3333
tapGlobalPayments: {
3434
unity: "4.0.14",

0 commit comments

Comments
 (0)