Version: 2020.1
Method group is Obsolete

RemoteNotification

class in UnityEngine.iOS

切换到手册
Obsolete

描述

RemoteNotification 仅适用于 iPhone/iPad/iPod Touch。

应用程序的远程服务器(其提供程序)将远程通知发送到 Apple 推送通知服务, 后者会将通知推送到安装了该应用程序的设备上。

使用 NotificationServices 类注册和处理远程通知。

iOS Notification Services API 已弃用,将从 Unity 的未来版本中移除。请考虑使用 "Mobile Notifications" 包(在 Unity package manager 中提供),它实现 iOS UserNotifications framework.