问题标签 [onesignal]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
4336 浏览

android - cordova - Android push notifications not received when app is closed

I'm currently working on Android (Cordova) App and I'm using OneSignal push notifications. First of all, push notifications were not delivered if I close the app, so I had to add a Cordova plugin to keep my app running in the background :

The problem is, when I boot my phone I cannot receive push notifications (Because deviceready is not fired). Until I open the app.

Is there a solution to immediately start push notifications service after device boot, like something running in the background ?

My code after deviceready :

Thanks.

0 投票
1 回答
790 浏览

android - 在我的国家无法使用 GCM

我有特殊问题,我放弃了思考并感到困惑。

我有一个使用 GCM 提供通知的应用程序,我使用“ONE SIGNAL”作为笔记,因为它被推荐且简单,并且我
成功并可以提供笔记。

问题是我住在伊朗,由于制裁,我需要一个 VPN 来使用一个信号。当应用程序启动时,它想要登录到“ONE SIGNAL”服务器(使用 APP 密钥和 Api 密钥) - 没有 VPN,应用程序将挂起,但应用程序上的 VPN 将正常工作并登录。

我正在考虑解决它,但我可以在应用程序中打开 VPN 程序并登录,在它关闭 VPN 之后,但它并不好。

现在我不知道该怎么办,GCM - ONE SIGNAL 都无法使用....

请告诉我如何使用它们或至少如何发送通知?

0 投票
1 回答
2277 浏览

android - OneSignal 推送通知重定向到特定的应用程序页面

有人知道如何使用 OneSignal Push Notification API 定向到特定的应用程序页面吗?

0 投票
1 回答
1499 浏览

ruby-on-rails - RAILS 使用 API Key RESTApi 向 onesignal 发送获取请求

它是一个 RESTAPI,我需要向 onesignal 发送获取请求。

网址 = https://onesignal.com/api/v1/apps

他们提到的只是:

我尝试过这样的事情:

但这不起作用。结果应该是 json。

我收到此错误:

0 投票
2 回答
1205 浏览

android - android、unity、onesignal——声音文件放在哪里?

说我是 android 开发的新手是轻描淡写的。我试图找出在我的统一目录中放置声音文件的位置,以便第三方通知服务器 onesignal 可以为此特定的 api 方法访问它:

android_sound: StringOptional 包含在您的应用程序中播放的声音文件,而不是默认的设备通知声音。注意:不要使用 Android 的文件扩展名。示例:“通知”

参考:https ://documentation.onesignal.com/reference#create-notification

当我将它放在 res/raw 以及 google play 服务库中的任何其他位置时,我得到一个构建错误在此处输入图像描述

它去哪儿了?

0 投票
1 回答
224 浏览

python - gae、python、onesignal --- onesignal 播放器标签不会在仪表板上更新?

所以..我去使用服务器 api 更新我的玩家标签,所以我发送了

{ "id": "someid", "tags":{"test1":"test2"}}

到这个 onesignal url(使用 python 和 gae):https://onesignal.com/api/v1/players/someid,它返回:

所以我想知道,为什么 onesignal 仪表板没有反映这种变化?

0 投票
2 回答
9167 浏览

push-notification - Onesignal 推送通知高级定位

我正在使用 onesignal 来处理我的 web 和 ionic 应用程序的 pish 通知。我的问题是

我可以使用 server rest api 设置用户段吗?

我想让我的用户能够订阅特定事件(频道)以限制他们收到的推送通知。

例子

当事件发生在第 8 组时。

如何向订阅第 8 组的所有用户发送推送通知?- 在我上面的例子中,通知应该发送给 user1 & user2 而不是 3。

0 投票
1 回答
1171 浏览

ios - Cocoapods framework not found - mixed objective c and swift pods

tl;dr; how to use old (what shouldn't use use_frameworks!) and new pods together in podfile?
I had working podfile:

Then I added OneSignal pod according to documentation link
So my pod file changed to:

I updated pods and run build - got error:

I checked OneSignal pod and it looks differently compared to others: enter image description here
Thats probably because is old style objective-c framework.
I can add this framework manually to my project but I wonder how to make it work properly with cocoapods? This issue relates to my problem I think https://github.com/CocoaPods/CocoaPods/issues/3338


Update
I'm currently using Xcode 6.4

0 投票
4 回答
10998 浏览

android - 推送通知需要很长时间才能到达

我在适用于 iOS 和 Android 的 adobe air 应用程序中的推送通知有一个奇怪的问题。

我正在使用 Milkman Games 的 Easy Push ANE 和 One Signal 服务。

问题是通知确实会到达,但有时(随机)消息在发送后可能需要长达 15 分钟才能到达设备。

这对我的应用程序(出租车预订应用程序)至关重要,因为我依靠推送通知来进行出租车应用程序和用户应用程序之间的通信。因此,例如,如果用户请求打车,最多可能需要 15 分钟才能通知打车应用程序。

与 One Signal 支持人员交谈,根据他们的说法,他们一切都很好,如果我查看 One Signal 仪表板,通知几乎总是立即发送。

这种延误的原因可能是什么?我能做些什么来让事情变得更好?

谢谢你。

0 投票
1 回答
1090 浏览

android - OneSignal Android - 功能需要 RESTful API 密钥

大家好,我目前正在开发一个使用onesignal的android应用程序。我遇到了这个问题,我不知道如何为服务器提供他需要的其余 API 密钥。非常感谢你