首页指南参考教程

推送通知:概述

Expo 推送通知服务概述。


Expo 使推送通知的实现变得容易。设备信息以及与 Firebase 云消息传递 (FCM) 或 Apple 推送通知服务 (APN) 通信的所有麻烦都是在幕后完成的。这允许你以相同的方式处理 Android 和 iOS 通知,并节省前端和后端的时间。

¥Expo makes implementing push notifications easy. All the hassle with device information and communicating with Firebase Cloud Messaging (FCM) or Apple Push Notification Service (APNs) is done behind the scenes. This allows you to treat Android and iOS notifications in the same way and save time both on the front-end and back-end.

设置推送通知,获取推送令牌和凭据

了解如何设置推送通知、获取开发和生产凭据,以及使用最小的工作示例测试发送推送通知。

发送推送通知

了解当你想要发送通知时如何使用令牌调用 Expo 的 Push API。

接收推送通知

了解如何响应应用收到的通知并根据事件采取行动。

常见问题

有关 Expo 推送通知服务的常见问题集合。

Expo 中文网 - 粤ICP备13048890号