Pushing messages to iOS devices involves client application (Client App), APNs (Apple Push Notification service), and Tencent Push Notification Service server (Tencent Push Notification Service Provider). They need to collaborate throughout the entire process to successfully push messages to the client. An exception from any of them can lead to a push message delivery failure.
XGPush.h
, XGPushPrivate.h
(header files where the SDK provides APIs)libXG-SDK-Cloud.a
(main SDK file)libXGExtension.a
, XGExtension.h
("arrival and rich media" extension library and API header file)XGMTACloud.framework
("click report" component)XGInAppMessage.framework
(in-app messages)UserNotification.framework
.UserNotification
framework.The SDK for iOS provided by Tencent Push Notification Service contains APIs for clients to implement message pushing. It is mainly used to:
Message delivery channels used by Tencent Push Notification Service:
The device registration flow is as shown below. For specific API methods, see the API documentation.
The device unregistration flow is as shown below. For specific API methods, see the API documentation.
The account flow is as shown below. For specific API methods, see the API documentation.
The tag flow is as shown below. For specific API methods, see the API documentation.
The user attribute flow is as shown below. For specific API methods, see the API documentation.
Was this page helpful?