为什么在 xcode 功能中,push/remote 通知有两个选项

why in xcode capabilities, there are two options for push/remote notifications

我想知道为什么在 xcode 功能中,remote/push 通知有两个选项。 一个被称为 "Push Notifications",另一个在 "Background Modes" 下被称为 "Remote Notifications"

第二个用于远程通知,当应用程序在后台时唤醒您的应用程序(所谓的静默通知)。它们不会向用户显示,但您的应用会在几秒钟内对它们做出反应,例如用于根据服务器请求在后台加载数据。

看这里:https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html