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
5
votes
2 answers

OneSignal set custom title message in web push notification

i have integrated one-signal in my web application, notifications are working fine but if considering web page title in push notification title. i need to set it custom title in my push notification. i need to set custom message in place of…
krupal parsana
  • 132
  • 1
  • 9
5
votes
3 answers

Push Notification From Specific Device To Specific Device Using Firebase iOS Swift

I would be very thankful for help with Push Notifications. My app has a chat where users can send text messages directly to each other. But without Push Notifications it doesn't make much sense. It is all set up on Firebase. How could I send Push…
NilsBerni
  • 83
  • 2
  • 13
5
votes
3 answers

How to forbid OneSignal to open WebView when handling notification

I am trying to integrate OneSignal into my app. What I want is when user tap a notification to present desired ViewController modally. I implemented opening VC logic in handleNotificationAction while init of OneSignal. The problem is that OneSignal…
A. Buksha
  • 830
  • 9
  • 14
5
votes
5 answers

OneSignal Get Player Id

I'm doing an app for a homework in my school and I'm using Onesignal REST API, but I want to save the player id in my database to use it in another application like a server sender. My application is in intel xdk and I'm using Cordova to build on…
Julio Salazar
  • 111
  • 1
  • 1
  • 5
5
votes
3 answers

Send Notification to specific user using onesignal

I'm using onesignal for first time in my project. I have to send notification to specific users (wherever user is logged in either on chrome or android device) on some events like whatsapp sends notification on mobile as well as website too and only…
Akshay Vaghasiya
  • 1,597
  • 9
  • 36
  • 60
5
votes
0 answers

Handling many users on the same device

I am using OneSignal to manage push notifications. Everything works great, but how do you deal with multiple users on the same device? For example, player A logs into my app. OneSignal only sees them by their player id which is associated with the…
vikzilla
  • 3,998
  • 6
  • 36
  • 57
5
votes
2 answers

How to use library's manifestPlaceholders in the app?

I am trying to add OneSignal SDK to my Android library project. Therefore, I added necessary dependencies in my library's build.gradle and also manifestPlaceholders: // One Signal: manifestPlaceholders = [onesignal_app_id:…
5
votes
0 answers

sample react native app using Headless JS task to handle push notification

i'm using onesignal in my webapp for provide push notification. as i'm starting to write React-native app i was wondering if someone can provide a useful example to show to how to handle push notifications with react-native. currently whay i do is i…
Zalaboza
  • 8,899
  • 16
  • 77
  • 142
5
votes
4 answers

OneSignal Not calling didReceiveRemoteNotification

We migrated from UA to One Signal. We are sending push from cloud code like var pushInfo = { "app_id" : "xxxxxx", "data": { "objectId": objectId, "placeId": placeId, }, "included_segments": ["All…
user1191140
  • 1,559
  • 3
  • 18
  • 37
5
votes
0 answers

Google Sign In crash: Caused by: java.util.ConcurrentModificationException

My app has started crashing during the google sign in process. It wasn't crashing like this before. Could it be connected to changing the Google Play services version? What else could cause this crash? I was able to stop it before by delaying…
5
votes
3 answers

OneSignal web push notification on safari configuration does not work

I am setting up web push notification with OneSignal by reading their documentation. The follwoing code block is my configuration example