Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个应用程序,我可以在其中发送远程推送通知以响应本机应用程序。推送通知将包含一个 url 链接,当用户单击该链接时,应用程序应在应用程序中打开该链接(webview)
这可能与本机反应或博览会有关吗?
这绝对是可能的,但是,有许多变量需要考虑,以便为如何实现预期结果提供明确的方向。例如,您如何处理推送通知?Expo Push Notifications 是非常简单的解决方案。您如何处理应用程序中的用户(他们是否登录、订阅某些推送通知、匿名等)。这是了解下一步是什么的重要信息。
以下是 Expo 关于通知 API 的一些文档:
https://docs.expo.io/versions/latest/sdk/notifications/