Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: detailed optimisation #1200

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cn/docs/sdk/anti-addiction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import MultiLang from '/src/docComponents/MultiLang';

### 实名认证通过后退出账号,再次启动游戏,会跳过实名认证流程

家首次进入游戏会触发实名认证弹窗,让玩家授权游戏获取 TapTap 实名信息或输入身份信息,认证通过后,后面每一次以同样的 `userIdentifier` (唯一标识)调用认证接口都会直接拿到第一次认证的结果,不再触发弹窗。如玩家需要换用其他账号登录,需要主动退出账号。
玩家首次进入游戏会触发实名认证弹窗,让玩家授权游戏获取 TapTap 实名信息或输入身份信息,认证通过后,后面每一次以同样的 `userIdentifier` (唯一标识)调用认证接口都会直接拿到第一次认证的结果,不再触发弹窗。如玩家需要换用其他账号登录,需要主动退出账号。

</Conditional>

Expand Down
2 changes: 1 addition & 1 deletion cn/docs/sdk/tapdb/faq/ads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ A:广告匹配到其他系统的玩家可能有以下原因:

### Q:如何开启 TapTap 广告渠道的数据回调?

A:前往广告->广告管理->渠道设置,可以为 TapTap 广告渠道开启数据回调,目前支持回调激活、注册、付费、次留数据
A:前往 **广告 -> 广告管理 -> 渠道设置**,可以为 TapTap 广告渠道开启数据回调,目前支持回调激活、注册、付费、次留数据
2 changes: 1 addition & 1 deletion cn/docs/store/test/test-closedbetatest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ TapTap 不提供生成激活码功能,但如果您的游戏已经可以通过
### 封闭式测试可以申请上资源位吗?
封闭式测试功能并不影响分发,能够在常见的资源位上展示,您可查看对应文档申请。有一些资源位为系统自动创建的资源位,无需申请。为了能够达到曝光最大化,您可提前一天创建招募、先到先得等发放资格的方式。

### 我可以即使用招募,又使用先到先得吗?
### 我可以既使用招募,又使用先到先得吗?
可以。封闭式测试的玩法,均可搭配随意使用,举例:您可先招募测试用户并发送资格,同时在核心玩家群分享测试资格链接,在您测试开启后发觉参与测试的人数不足,还可公开限量测试资格以供 TapTap 玩家自由领取。

### 如果我的测试出状况,需要紧急关闭应该怎么操作?
Expand Down
Loading