Tag

APNS

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Oct 16, 2020 · Mobile Development

iOS Message Push: Overview, Configuration, Permissions, Local & Remote Notifications

This guide explains the complete iOS push notification workflow—from creating APNs certificates and enabling Xcode capabilities, to requesting user permission, implementing both local and remote notifications with the UserNotifications framework, debugging tools, and handling received messages across app states.

APNSLocal NotificationRemote Notification
0 likes · 21 min read
iOS Message Push: Overview, Configuration, Permissions, Local & Remote Notifications
NetEase Game Operations Platform
NetEase Game Operations Platform
Jan 18, 2020 · Mobile Development

Understanding iOS Push Notifications: Remote and Local Push, History, and Implementation Details

This article provides a comprehensive overview of iOS push notification mechanisms, covering remote and local push differences, device token acquisition across iOS versions, silent push constraints, scheduling nuances, and the evolution of notification APIs from iOS 7 to iOS 13, with practical code examples.

APNSLocal PushObjective-C
0 likes · 17 min read
Understanding iOS Push Notifications: Remote and Local Push, History, and Implementation Details