我在我的应用程序中使用One Signal Push 通知。当我的应用程序关闭时,这意味着当我不使用我的应用程序时,我会从我的测试团队发送的一个信号中收到推送通知。但是当我使用一个应用程序时,我没有得到它。
更感谢您的回答。
我在我的应用程序中使用One Signal Push 通知。当我的应用程序关闭时,这意味着当我不使用我的应用程序时,我会从我的测试团队发送的一个信号中收到推送通知。但是当我使用一个应用程序时,我没有得到它。
更感谢您的回答。
在最新版本(3.+@aar)中,您应该使用inFocusDisplaying
:
OneSignal.startInit(this)
.inFocusDisplaying(OneSignal.OSInFocusDisplayOption.Notification)
.init();
您可以设置None
andInAppAlert
而不是Notification
.
尝试这个
window.plugins.OneSignal.enableInAppAlertNotification(true);