Skip to content

Commit

Permalink
fix 英文文档链接到了中文文档,修正该问题 (#795)
Browse files Browse the repository at this point in the history
Co-authored-by: xd <caozhenrui@xd.com>
  • Loading branch information
caosir520 and Vulcan520 authored Nov 9, 2023
1 parent f2a1044 commit 3706635
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ If the developer accesses and uses TapSDK products and/or services in its App, t

| Specific Functions/Service Scenarios | Collect Information/Obtain Permission |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**TapTap Login**](https://developer.taptap.cn/docs/sdk/taptap-login/features/): Provide TapTap login method, players can quickly start the game through TapTap authorization. | Device version, mobile phone style, system version |
| [**Data Analysis**](https://developer.taptap.cn/docs/sdk/tapdb/features/): Provide a set of analysis tools that focus on solving data requirements in game projects, which can obtain rich and practical data dashboards and advertising tracking capabilities through simple access, making data analysis and advertising easy to operate, and can also be used for analyzing user persona to help developers better understand users. | Read and write storage permissions, read phone status, IMSI, network device manufacturer, android ID, bssid device application list, WiFi information, device version, mobile phone model, system version |
| [**Embedded Moments**](https://developer.taptap.cn/docs/sdk/embedded-moments/features/): Players can visit community forum of TapTap (official announcements, game guides, problem feedback, hot topics, etc.) within the game. They can also see the game dynamics of TapTap friends, and participate in interaction between other players, officials and great gods. | Read and write storage permissions, android ID, WiFi information, device version, system version |
| [**Friends**](https://developer.taptap.cn/docs/sdk/friends/features/): Provide game developers with a complete functional interface for adding, deleting, and finding friends, helping games quickly form a social network. | WiFi information, system version |
| [**Achievement**](https://developer.taptap.cn/docs/sdk/achievement/features/): You can set “Normal Achievements” and “Platinum Achievements” in the game to increase players’ participation in the game and encourage players to play the game in different ways. | System Version |
| [**Anti-addiction**](https://developer.taptap.cn/docs/sdk/anti-addiction/features/): The fast real-name authentication function based on the TapTap account. For players who log in to the game with the TapTap account, after the player agrees to the authorization, the player is allowed to use real-name information that has been certified by the State in the TapTap to quickly complete the in-game authentication process. | IMSI, network equipment manufacturer, system version, read and write storage permissions |
| [**Copyright Verification**](https://developer.taptap.cn/docs/sdk/lisence/features/): Help developers to verify whether paid games on players’ devices are paid for downloads through the TapTap store, effectively controlling scenarios where unpaid players get games from other sources. | Task List, System Version |
| [**Real-time Communication (RTC)**](https://developer.taptap.cn/docs/sdk/rtc/features/): One-stop voice solution provides real-time voice, voice compliance services, covering FPS, MOBA, MMORPG, casual battle, online board games and other gameplay types. | Recording permission, WiFi information |
| [**TapTap Login**](https://developer.taptap.cn/docs/en/sdk/taptap-login/features/): Provide TapTap login method, players can quickly start the game through TapTap authorization. | Device version, mobile phone style, system version |
| [**Data Analysis**](https://developer.taptap.cn/docs/en/sdk/tapdb/features/): Provide a set of analysis tools that focus on solving data requirements in game projects, which can obtain rich and practical data dashboards and advertising tracking capabilities through simple access, making data analysis and advertising easy to operate, and can also be used for analyzing user persona to help developers better understand users. | Read and write storage permissions, read phone status, IMSI, network device manufacturer, android ID, bssid device application list, WiFi information, device version, mobile phone model, system version |
| [**Embedded Moments**](https://developer.taptap.cn/docs/en/sdk/embedded-moments/features/): Players can visit community forum of TapTap (official announcements, game guides, problem feedback, hot topics, etc.) within the game. They can also see the game dynamics of TapTap friends, and participate in interaction between other players, officials and great gods. | Read and write storage permissions, android ID, WiFi information, device version, system version |
| [**Friends**](https://developer.taptap.cn/docs/en/sdk/friends/features/): Provide game developers with a complete functional interface for adding, deleting, and finding friends, helping games quickly form a social network. | WiFi information, system version |
| [**Achievement**](https://developer.taptap.cn/docs/en/sdk/achievement/features/): You can set “Normal Achievements” and “Platinum Achievements” in the game to increase players’ participation in the game and encourage players to play the game in different ways. | System Version |
| [**Anti-addiction**](https://developer.taptap.cn/docs/en/sdk/anti-addiction/features/): The fast real-name authentication function based on the TapTap account. For players who log in to the game with the TapTap account, after the player agrees to the authorization, the player is allowed to use real-name information that has been certified by the State in the TapTap to quickly complete the in-game authentication process. | IMSI, network equipment manufacturer, system version, read and write storage permissions |
| [**Copyright Verification**](https://developer.taptap.cn/docs/en/sdk/lisence/features/): Help developers to verify whether paid games on players’ devices are paid for downloads through the TapTap store, effectively controlling scenarios where unpaid players get games from other sources. | Task List, System Version |
| [**Real-time Communication (RTC)**](https://developer.taptap.cn/docs/en/sdk/rtc/features/): One-stop voice solution provides real-time voice, voice compliance services, covering FPS, MOBA, MMORPG, casual battle, online board games and other gameplay types. | Recording permission, WiFi information |

2. When developers choose some of the TapTap platform services provided by TapSDK, or on the scenarios that the end users directly interact with the TapTap platform, please also abide by relevant provisions of privacy policy in the TapTap platform.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

**[Cloud Engine](https://developer.taptap.cn/docs/sdk/engine/overview/)** offers a way for you to define logic on the cloud to perform certain actions when certain events happen. When you need to print logs, verify permissions, or enforce ACL settings on data operations initiated by clients, this could be very helpful. See **[Cloud Functions and Hooks](/sdk/engine/functions/getting-started/)** for more information.
**[Cloud Engine](https://developer.taptap.cn/docs/en/sdk/engine/overview/)** offers a way for you to define logic on the cloud to perform certain actions when certain events happen. When you need to print logs, verify permissions, or enforce ACL settings on data operations initiated by clients, this could be very helpful. See **[Cloud Functions and Hooks](/sdk/engine/functions/getting-started/)** for more information.

## Requirements

Expand Down

0 comments on commit 3706635

Please sign in to comment.