简体   繁体   English

如何使用 onesignal 推送通知在 android 的 ionic 应用程序中定位特定路径/页面

[英]How can I target a particular path/ page in an ionic app for android using onesignal push notification

I just built an ecommerce app using ionic and wooCommerce as the backend.我刚刚使用 ionic 和 wooCommerce 作为后端构建了一个电子商务应用程序。 i send Push notifications with OneSignal and it's been excellent so far.我使用OneSignal发送推送通知,到目前为止效果很好。 What i would like to do is this:我想做的是:

How can I target a particular path/ page in an ionic app for android using Onesignal when the notification is tapped当通知被点击时,如何使用 Onesignal 在 android 的 ionic 应用程序中定位特定路径/页面

Thanks all.谢谢大家。

将 OneSignal 与 Ionic 一起使用时,要将用户定向到应用中的特定位置,请确保将所有相关信息作为附加数据的一部分发送,并在handleNotificationOpened 事件中处理启动相关页面。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Onesignal 通知在 android 应用程序中创建通知设置页面? - How to create Notification Setting page in android app using Onesignal Notification? Android 应用程序在 OneSignal 推送通知上崩溃 - Android App crashes on OneSignal push notification 如何在ionic上配置OneSignal Push,以使推送通知仅打开应用程序主页 - How to configure OneSignal Push on ionic so that push notification only opens app mainpage OneSignal如何向ionic2中的特定用户发送推送通知 - OneSignal how to send Push Notification to specific users in ionic2 Android onesignal推送通知错误 - Android onesignal push notification error 使用 Ionic 框架单击 Android 设备后退按钮时如何重定向到特定页面 - How can i redirect to a particular page when clicking Android device Back button using Ionic Framework 如何使用 Android Studio 成功制作带有推送通知的 Android 应用程序? - How can I successfully make an Android app with a push notification using Android Studio? 使用Onesignal错误推送通知 - push notification using Onesignal error OneSignal:如何仅在应用程序处于活动状态时发送推送通知? - OneSignal: How to send push notification only if app is active? 当 android 应用程序处于终止状态时,如何从推送通知(使用 FCM)中获取“数据有效负载”? - How can I get “data payload” from push notification (using FCM) when android app is in killed state?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM