-
Notifications
You must be signed in to change notification settings - Fork 4
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
Smartling translations are completed for commit b315e75c3e455a6fb241ef1e9b5ddd199663d94f from main #1244
Draft
smartling-github-connector
wants to merge
7
commits into
main
Choose a base branch
from
smartling-translation-completed-trg1qiosdmbk-from-main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Smartling translations are completed for commit b315e75c3e455a6fb241ef1e9b5ddd199663d94f from main #1244
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
64a730e
File src/content/docs/en/sdk/apps-for-children.mdoc was translated to…
smartling-github-connector[bot] 2d9fc1e
File src/content/docs/en/sdk/apps-for-children.mdoc was translated to…
smartling-github-connector[bot] 56203da
File src/content/docs/en/sdk/apps-for-children.mdoc was translated to…
smartling-github-connector[bot] 00cf940
Merge branch 'main' into smartling-translation-completed-trg1qiosdmbk…
bzavhorodskyi 90685a6
Merge 00cf940a95c7c478c679a381e5df23fd468dab85 into e57f497ca62690c40…
smartling-github-connector[bot] cf04fb5
Fix translated and formatted files
github-actions[bot] 112db85
Merge branch 'main' into smartling-translation-completed-trg1qiosdmbk…
bzavhorodskyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
--- | ||
title: "儿童应用" | ||
description: "如果您要发布针对儿童的应用,则需要按相关规定安装 Adjust SDK。" | ||
sidebar-position: 10 | ||
--- | ||
在处理儿童用户的数据时,应用发行商需要格外注意。所有针对十三岁以下个人开发的应用都必须遵守相应法律法规。进一步了解[Adjust 的 COPPA 合规情况](https://help.adjust.com/en/article/coppa-compliance)。 | ||
|
||
COPPA 合规 \{% \#coppa\-compliance %\} | ||
---------------------------------------- | ||
|
||
如果您的应用需要符合 COPPA 规定,则必须在 Adjust SDK 中启用 COPPA 合规。配置 SDK 使其符合 COPPA 要求会产生以下效果: | ||
|
||
* 在首次会话发生前禁用第三方分享。 | ||
* 防止 SDK 读取设备和广告 ID \(例如`gps_adid`、`android_id`和`idfa`\)。 | ||
|
||
请按照对应平台的说明配置 Adjust SDK,使其符合 COPPA 的要求: | ||
|
||
* [安卓](/en/sdk/android/features/privacy#coppa-compliance) | ||
* [iOS](/en/sdk/ios/features/privacy#coppa-compliance) | ||
* [Unity](/en/sdk/unity/features/privacy#coppa-compliance) | ||
* [React Native](/en/sdk/react-native/features/privacy#coppa-compliance) | ||
* [Flutter](/en/sdk/flutter/features/privacy#coppa-compliance) | ||
* [Cordova](/en/sdk/cordova/features/privacy#coppa-compliance) | ||
* [Cocos2d\-x](/en/sdk/cocos2dx/features/privacy#coppa-compliance) | ||
|
||
\{% callout type="tip" %\} | ||
即使应用未列在 App Store 的儿童类别中,仍有可能被 COPPA 认定为面向儿童或混合受众。请检查应用,确认是否定向儿童。\{% /callout %\} | ||
|
||
安卓应用\{% \#android\-apps %\} | ||
------------------------------- | ||
|
||
如果您的应用定向安卓,则必须遵守[Google 的规则](https://support.google.com/googleplay/android-developer/answer/9893335?hl=en&ref_topic=9877766)。 | ||
|
||
Google 的家庭政策不建议定向到儿童的应用使用`AD_ID`权限。Adjust 建议您: | ||
|
||
* 在可能的情况下定向 API 33。 | ||
* 移除应用的`com.google.android.gms.AD_ID`权限。 | ||
|
||
Adjust SDK 默认启用 `com.google.android.gms.AD_ID` 权限。要移除权限,请更新您的`AndroidManifest.xml`,使其包含`remove`指令。 | ||
|
||
```xml | ||
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove" id="sl-md0000000"/> | ||
``` | ||
|
||
如果您的应用定向到 13 周岁以下的用户,且安装地区不是美国,请按照 Google Play 家庭政策配置 Adjust SDK。配置 SDK 使其符合这些政策会产生以下影响: | ||
|
||
* 防止 SDK 读取设备和广告 ID \(例如`gps_adid`和`android_id`\)。 | ||
|
||
请按照对应平台的说明配置 Adjust SDK,使其符合这些政策的要求: | ||
|
||
* [安卓](/en/sdk/android/features/privacy#play-store-kids-apps) | ||
* [Unity](/en/sdk/unity/features/privacy#play-store-kids-apps) | ||
* [React Native](/en/sdk/react-native/features/privacy#play-store-kids-apps) | ||
* [Flutter](/en/sdk/flutter/features/privacy#play-store-kids-apps) | ||
* [Cordova](/en/sdk/cordova/features/privacy#play-store-kids-apps) | ||
* [Cocos2d\-x](/en/sdk/cordova/features/privacy#play-store-kids-apps) | ||
|
||
iOS 应用\{% \#ios\-apps %\} | ||
----------------------------- | ||
|
||
如果您的应用定向 iOS,则必须符合[Apple 的规则](https://developer.apple.com/news/?id=091202019a)。要按照 Apple 的规则设置 Adjust SDK,请按照下列步骤操作: | ||
|
||
1. 在 Adjust SDK 中[设置 SKAdNetwork](https://help.adjust.com/en/article/set-up-skadnetwork-in-the-adjust-sdk)。 | ||
* [iOS](/en/sdk/ios/features/skad) | ||
* [Unity](/en/sdk/ios/features/skad) | ||
* [React Native](/en/sdk/react-native/features/skad) | ||
* [Flutter](/en/sdk/flutter/features/skan) | ||
* [Cordova](/en/sdk/cordova/features/skan) | ||
* [Cocos2d\-x](/en/sdk/cocos2dx/features/skad) | ||
|
||
2. 设置 Adjust SDK,阻止应用与第三方分享数据。 | ||
* [iOS](/en/sdk/ios/features/privacy#update-partner-settings) | ||
* [Unity](/en/sdk/unity/features/privacy#update-partner-settings) | ||
* [React Native](/en/sdk/react-native/features/privacy#update-partner-settings) | ||
* [Flutter](/en/sdk/flutter/features/privacy#update-partner-settings) | ||
* [Cordova](/en/sdk/cordova/features/privacy#update-partner-settings) | ||
* [Cocos2d\-x](/en/sdk/cocos2dx/features/privacy#update-partner-settings) | ||
|
||
3. 从您的项目中移除以下框架: | ||
* `AppTrackingTransparency.framework`: 用于 iOS14\+ 中,目的是使 Adjust SDK 能够包装用户的跟踪许可对话框并读取用户的跟踪许可状态。 | ||
* `AdSupport.framework`: 为 Adjust SDK 提供 IDFA 值的访问权限。 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ZH format is incorrect.
Like JA, subtitles are showing as normal text. Can it be fixed if we run another translation?