Questions tagged [onesignal]

OneSignal provides a comprehensive push notification and messaging solution for both mobile and web platforms. By utilizing OneSignal, developers and marketers have the ability to effectively send targeted transactional and promotional messages to their customer base while also tracking the success of these campaigns.

Sending notifications to all users with OneSignal, rather than just one player

I am facing an issue where I am trying to send a push notification to a single device based on its player_id stored in my database. However, whenever I attempt to do so, the notification ends up being sent to all users instead of just one specific device ...

Getting the PlayerId after a user subscribes in OneSignal with Ionic2

Currently working on an app with Ionic2 and facing a challenge with retrieving the player id after a user subscribes in order to store it in my database. Any suggestions on how I can retrieve the unique player id of OneSignal users post-subscription? ...

I am trying to figure out how to send a One Signal notification from my Ionic app using the One Signal REST API. I have reviewed the documentation, but I am still unable to understand it

Is there a way to send a one signal notification from my ionic app using the one signal API? I have reviewed the documentation but am having trouble with it. While I have set up the service and it is functional, I can only manually send notifications thr ...

Upon completing the build process, a blank white page appears when attempting to run it

I executed the yarn build command and received the dist folder. However, when I run the index.html, I encounter a blank white page. Directory Structure:- :~/Desktop/web$ ls babel.config.js docs node_modules public src yarn.lock ...

Steps to create a full screen notification similar to WhatsApp call on React Native Android platform

Currently, I am working on integrating a notification system that can display full-screen notifications, even on the lock screen similar to a WhatsApp call using React Native for Android and OneSignal. Unfortunately, I have been unable to find a reliable ...

Tips for obtaining the OneSignal playerID

When launching the app, I need to store the playerID once the user accepts notifications. This functionality is located within the initializeApp function in the app.component.ts file. While I am able to retrieve the playerID (verified through console.log) ...