TapSDK PC 版是专为通过 TapTap 启动器运行的 PC 游戏设计的 C++ SDK。它提供了与 TapTap 平台深度集成的功能,包括用户授权、正版验证(买断制游戏)等核心服务。
注意:本仓库不包含 SDK 源代码。
请访问 Releases 页面下载最新版本的 SDK。
每个 release 包含:
- taptap_api.h - 基础功能 C++ 头文件
- taptap_achievement.h - 成就功能 C++ 头文件
- taptap_cloudsave.h - 云存档功能 C++ 头文件
- taptap_compliance.h - 合规认证功能 C++ 头文件
- taptap_leaderboard.h - 排行榜功能 C++ 头文件
- taptap_onlinebattle.h - 多人联机功能 C++ 头文件
- taptap_relation.h - 好友功能 C++ 头文件
- taptap_api.dll - 动态链接库文件
- taptap_api.lib - 导入库文件
完整的集成指南、API 参考和使用示例,请访问:
如有问题或建议,请通过以下方式联系我们:
- 💬 开发者中心:TapTap 开发者中心
- 🎫 工单咨询:提交工单
TapSDK PC is a C++ SDK designed specifically for PC games running through the TapTap launcher. It provides deep integration with the TapTap platform, including user authorization, license verification (for premium games), and other core services.
Note: This repository does not contain SDK source code.
Please visit the Releases page to download the latest version of the SDK.
Each release includes:
- taptap_api.h: Header file for basic features API (initialization, callback registration, user authorization, license verification, consistent random number, etc.)
- taptap_achievement.h: Header file for achievement feature API
- taptap_cloudsave.h: Header file for cloud save feature API
- taptap_compliance.h: Header file for compliance feature API
- taptap_leaderboard.h: Header file for leaderboard feature API
- taptap_onlinebattle.h: Header file for online multiplayer feature API
- taptap_relation.h: Header file for relation feature API
- taptap_api.dll: Dynamic library file (Windows)
- taptap_api.lib: Import library file (Windows)
For complete integration guides, API reference, and usage examples, please visit:
📖 TapSDK PC C++ Official Documentation
For questions or suggestions, please contact us through:
- 💬 Developer Center: TapTap Developer Center
- 🎫 Support Tickets: Submit Ticket
This repository is for SDK distribution only. The SDK itself is not open source.
For bug reports, feature requests, or general questions, please submit a support ticket through the TapTap Developer Center.