tencent cloud

Chat

News and Announcements
Release Notes
Announcements
Product Introduction
Overview
Basic Concepts
Scenarios
Features
Account System
User Profile and Relationship Chain
Message Management
Group Related
Official Account
Audio/Video Call
Use Limits
Purchase Guide
Billing Overview
Pricing
Purchase Instructions
Renewal Guide
Service Suspension Explanation
Refund Policy
Development Guidelines
Demo Zone
Activate Service
Free Demos
Quick Run
Download
SDK and Demo Source Code
Update Log
Chat Interaction (UI Included)
TUIKit Introduction
Getting Started
Full-feature Integration
Single-function Integration
Build with AI
Build Basic Interfaces
More Features
Customizing Appearance
Internationalization
Push Service
Overview
Noun explanation
Activate the Service
Quick Start
Manufacturer Channel
Statistics
Troubleshooting Tool
Client APIs
REST API
Push Callback
Advanced Features
Release Notes
Error Codes
FAQS
Desk
Overview
Quick Start
Integration Guide
Admin Operation Manual
Agent Manual
More Practices
Live Streaming Setup Guide
AI Chatbot
Super Large Entertainment and Collaboration Community
Discord Implementation Guide
How to Integrate Chat into Games
WhatsApp Channel-style Official Account Integration Solution
Send Red Packet
Firewall Restrictions
No UI Integration
Quick Start
SDK Integration
Initialization
Login and Logout
Message
Conversation
Group
Community Topic
User Profile and Relationship Chain
Offline Push
Cloud Search
Local Search
Official Channel Management
Client APIs
JavaScript
Android
iOS & macOS
Swift
Flutter
Electron
Unity
React Native
C APIs
C++
Server APIs
Secure authentication with UserSig
RESTful APIs
Webhooks
Console Guide
New Console Introduction
Creating and Upgrading an Application
Basic Configuration
Feature Configuration
Account Management
Group Management
Official Channel Management
Webhook Configuration
Usage
Viewing Guide for Resource Packages
Real-Time Monitor
Auxiliary Development Tools
Access Management
Advanced Features
FAQs
uni-app FAQs
Purchase
SDK
Account Authentication
User Profile and Relationship Chain
Message
Group
Audio-Video Group
Nickname and Profile Photo
Security Compliance Certification
Service Level Agreement
Security Compliance Certification
Chat Policies
Privacy Policy
Data Privacy and Security Agreement
Migration
Migration Solutions
Migration Solutions Lite
Error Codes
Contact Us
DocumentationChatPush ServiceAdvanced FeaturesIntroduction to typical push scenarios

Introduction to typical push scenarios

PDF
Focus Mode
Font Size
Last updated: 2025-04-16 15:04:41

Scenario 1: Independent Use of the Push Service

Only integrate the Push product. See the " Quick run-through & Manufacturer Channel " documentation guide to complete the configuration and access process.

Scenario 2: Integrated with IM Service, Also Need to Push Service

Integrate products such as Chat, CallKit, RoomKit, and LiveKit. The Push service is required to make offline messages reachable. Refer to the "Chat Interaction - Manufacturer Configuration & Quick Connection" documentation guide to complete the configuration and access process.

Scenario 3: Require Device-Level Login-Free Push in the Case of Mixed Use of IM and Push

Integrate products such as Chat, CallKit, RoomKit, and LiveKit. Before users log in to the IM account, device-level login-free push can be achieved; after users log in to the IM account, userID push can also be specified.
1. Please first refer to the standalone Push service documentation and complete the document access process of " Quick run-through & Manufacturer Channel ". Then you can support device-level login-free push. For the device push ID, see getRegistrationID.
2. After logging in to the IM account, please refer to registerPush to complete the push registration, so as to achieve the push for the specified userID.
If you log in using the login interface provided by TUILogin in the TUICore component, the plug-in will automatically perceive and register the push service. Manual invocation is not required.
If you do not use the interface provided by TUILogin, please call this API after successful IM log-in and set the appKey parameter to null.
Notes:
1. RegistrationID is the unique identifier of the push reception device. This ID is automatically generated when the push service is successfully registered and will change if the device is uninstalled and reinstalled.
2. Do not use the RegistrationID obtained through getRegistrationID for IM account login. This will break the authenticity of the registrationID and cause a feature exception.
3. Note: For the foreground push switch, see disablePostNotificationInForeground.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback