Skip to main content
Version: v4

PC C++ SDK Integration Overview

Product Introduction

TapSDK PC is a C++ SDK specifically designed for PC games running through the TapTap launcher. It provides deep integration with the TapTap platform, including core services such as user authorization and license verification (for premium games).

Core Features

Launch Verification

  • Game Ownership Verification: Verify whether the user owns the game

Login

  • TapTap Login Authorization: Get user authorization
  • User Information Retrieval: Get basic user information such as OpenID

License Verification

  • DLC Ownership Verification: Check if the user owns specific DLC
  • DLC Store Display: Guide users to purchase DLC
  • Game and DLC Status Monitoring: Monitor changes in the playable status of games and DLC

Documentation Structure

This documentation contains the following content:

  1. Quick Start: SDK integration and basic configuration
  2. API Reference: Detailed API documentation and usage examples

Before getting started, please read the Quick Start guide to understand the basic integration process.