Questions tagged [onesignal]

OneSignal is mobile and web push notification and SMS/email messaging service and API. Developers and marketers use OneSignal to deliver and track targeted transactional and promotional messages to their customers.

Official Resources:

1638 questions
0
votes
1 answer

Change Tab Bar When Notification is Clicked

Whenever the user gets a notification and they click it, they should be taken to that specific tab. For instance, when a user gets a message and they open the notification, the app should open up but to the messages tab. Think of twitter &…
0
votes
0 answers

Handling Push Notifications when the app is open

I'm building a mobile chat app. I've configured OneSignal to send push notifications to my iOS device. I plan to send push notifications to the user when a new message is received and the application isn't in the foreground (similar to how Facebook…
Scott
  • 863
  • 9
  • 12
0
votes
1 answer

Setting a badge value from a received notification with OneSignal

Whenever a message is sent between users (device to device), the receiving user gets a notification if the app is not in focus. Along with the notification, the badge value for that tab should increase by 1. In an attempt to do so, I've created a…
Vandal
  • 708
  • 1
  • 8
  • 21
0
votes
1 answer

OneSignal Player ID's (iOS)

Using OneSignal and firebase, I was able to store the user's playerIDs as a node. In the event of sending a notification to multiple users, I've set up an array filled with each playerID (String). When I'm trying to post a notification, I'm getting…
Vandal
  • 708
  • 1
  • 8
  • 21
0
votes
0 answers

OneSignal - only two action buttons on iPhone 5c, I sent three with push notification

I have problem with OneSignal action buttons - when I sent push notification with three action buttons from OneSignal console to iPhone 6 Plus, then all three buttons appere with notification, whether it is banner or alert type of notification. But…
Noblak
  • 71
  • 1
  • 6
0
votes
1 answer

Onesignal could not load iframe error

I am having issues after I changed the subdomain of my app, it was working the day before but now it doesn't it shows me the message OneSignal: Could not load iFrame with URL https://acacito.onesignal.com/webPushIframe. Please check that your …
Boris Barroso
  • 1,802
  • 2
  • 22
  • 41
0
votes
1 answer

ReferenceError: Can't find variable: cordova OneSignal Ionic v1

I'm trying to integrate OneSignal into my Ionic v1 project. I've installed the plugin, referenced the OneSignal.js file in my index.html, and added this to my app.js: var notificationOpenedCallback = function(jsonData) { …
pixeloftdev
  • 247
  • 2
  • 12
0
votes
2 answers

Android OneSignal - Bring app to front after clicking notification

I'm using OneSignal for my Android notifications. I am able to receive the notification and start an activity in my own NotificationOpenedHandler(): String code =…
jwBurnside
  • 849
  • 4
  • 31
  • 66
0
votes
0 answers

Query OneSignal server from device to get info about push notifications received while app was closed

I'm using OneSignal Swift in a native iOS application. So far i'm able to handle all kinds of push notification cases (foreground/background) except one. When user has force closed the application from "task bar switcher". I'm using…
Jimi
  • 198
  • 2
  • 13
0
votes
1 answer

ios, displaying an alert before everything else, to inform user we'll need "some" permissions

i'm developing an app. One of the firs thing i do (in AppDelegate) is to invoke OneSignal's initwithlaunchingoptions(...) This automatically makes my app displays "App wants to send notifications", asking for permissions. During my app lifecycle,…
0
votes
0 answers

Firebase not working on my android project

I am trying to use Firebase crash reporting and notifications on an Android Project I inherited from my predecessor in my place of work. For some unknown reason Firebase or OneSignal has refused to work on the project,it doesn't matter whether the…
0
votes
2 answers

Unable to call onesignal api within office but working from external wifi

I am using C# to call OneSignal Create Notifications API. Its working from my home but when i try to send it from my office, it gives a 400 BAD REQUEST. The error that i get is The error that comes is Please include a case-sensitive header of…
Sourav Das
  • 982
  • 1
  • 15
  • 40
0
votes
3 answers

OneSignal push notification with PHP

I'm using onesignal first time. I have already spent too much time on R&D. But output is almost zero. So here I go with my requirements. I have a website. iOS app of the site and Android app too. Just like whatsapp or facebook. When user logged in…
Akshay Vaghasiya
  • 1,597
  • 9
  • 36
  • 60
0
votes
2 answers

One signal works yesterday but failed / Invalid today

My collegue tried to set up a one signal app few weeks ago and it works at the beginning but soon it stopped to. Yesterday, i tried to start a new app on the one signal backoffice : after setting up everything all my 3 browsers worked (Safari /…
0
votes
1 answer

Authentication for OneSignal to send automatic notifications to a segment using Firebase in Swift 3

I recently started using OneSignal to send notifications on my firebase based iOS project. While I can send notifications to specific user and an array of users fine, I can't find documentation on how to set up OneSignal authentication with…
Anno
  • 33
  • 1
  • 4
1 2 3
99
100