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.
有人知道如何使用 OneSignal Push Notification API 定向到特定的应用程序页面吗?
要将用户引导至特定页面,您可以使用 Additional Data 字段添加任意数量的键值对。例如,您可以添加“product_id”="12345"。
接下来,OneSignal 提供了一个回调函数,您可以在其中添加自定义代码以在用户单击通知时接收这些键值对。在此功能中,您可以将用户引导至您选择的应用内页面。