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

React Native onesignal

IM trying to use onesignal with react native. I linked everything on android and ios. Everything is working fine on ios but I get undefined is not an object (evaluating RNOneSignal.configure). and I just added this line: OneSignal.configure({});
Nick
  • 33
  • 2
  • 4
0
votes
2 answers

iOS push notification click causes app to crash

I am having an issue with my push notification click. Everytime user clicks on the notifications, the app will crash instead of redirecting user to the specified page. This part of the code is causing an error "Could not cast value of type…
nfek
  • 31
  • 2
0
votes
1 answer

OneSignal integration in iOS 8.0 Swift

I tried to integrate onesignal push library with my iOS app by followng their tutorial(https://documentation.onesignal.com/docs/ios-sdk-setup). However after adding OneSignal pod using cocoapods I'm getting following error…
Chrishan
  • 4,076
  • 7
  • 48
  • 67
0
votes
1 answer

How to make onesignal plugin send notification only to mobile app?

I have an ionic android app connected to OneSignal, and WordPress with which I make posts through my WordPress site. I installed the OneSignal plugin and put the customised code provided by Onesignal to send notification only to the mobile app and…
mac
  • 23
  • 1
  • 2
  • 6
0
votes
1 answer

no responds signinWithEmailAndPassword android

I tried to intergrate OneSignal for push notifications between devices, but I keep getting the following error. This error will disappear when i upgrade my firebase dependencies to 11.2.0 BUT then the signinWithEmailAndPassword and…
mvz
  • 33
  • 4
0
votes
2 answers

Failed resolving dependencies due to OneSignal

I found the following question: Failed to resolve: com.android.support:customtabs:[26.0.0,26.1.0] People marked it as duplicate (which is wrong ! see next sentence) or wrote something about Maven or cleaning project etc. I have exactly the same…
jreft56
  • 199
  • 1
  • 12
0
votes
1 answer

OneSignal how to send Push Notification to specific users in ionic2

I am using OneSignal to send notification and I was able to send a notification successfully but now I want to send them to a specific user or users I know I can create a segment to identify these users but let say I have a segment for company A and…
Nouf
  • 733
  • 1
  • 11
  • 32
0
votes
2 answers

Edit message contents in OneSignal notification Android

I am trying to change the current 'Test Message' String in a OneSignal push notification. I simply want to use a variable defined in my code, but cannot figure out how to do it. try { OneSignal.postNotification(new JSONObject("{'contents':…
0
votes
1 answer

Append player id to URL sent with OneSignal notification

I am sending notifications using the OneSignal REST API with a link that is opened when the user clicks on the notification, and was wondering if there is a way to append the playerID to the end of the URL. what I am looking for would be something…
Victor
  • 103
  • 1
  • 11
0
votes
1 answer

How to get OneSignal Player ID into Caspio table

my original intention was to have zapier run a javascript every time someone registers on my mobile app to insert the player id into a table in caspio for 2 reasons 1) i'm trying to limit the authentication to a signal device and ive deduced this is…
ACS
  • 1
  • 1
0
votes
0 answers

How do I retrieve all player_id of devices connected in OneSignal?

I am trying to do a test on OneSignal in Unity. I want to send push notification to a specific user listed in OneSignal via code. I have found that connected devices have player ids and I want to grab all those player_ids for checking purposes. How…
Abin
  • 1
  • 1
0
votes
1 answer

Onesignal Unity IOS Build Symbol not found error

I am developed a game with Unity3D and exported IOS build. Xcode build project succesfully but App crash on launch. Firstly I got this error: dyld: Library not loaded: @rpath/OneSignalXC8.framework/OneSignalXC8 Referenced from:…
Savas Adar
  • 4,083
  • 3
  • 46
  • 54
0
votes
0 answers

add push capability on nativescript with onesignal

I'm running into an issue with push notifications using Nativescript and Onesignal Onesignal keeps telling me the app is missing push notifications in xcode. But when I run the app, I do get the 'appname would like to send you notifications'…
Vincent Duprez
  • 3,772
  • 8
  • 36
  • 76
0
votes
1 answer

How can fast response time for one signal push notification for large data

using the One signal for sending the push notification for android application, i am using the rest API in PHP MYSQL for this , but problem here for large amount of data from MYSQL its response time increase, its take more time for sending…
Manmeet Khurana
  • 367
  • 2
  • 13
0
votes
1 answer

OneSignal notification to a specific user using Cordova

I can not send notifications to a specific user through REST API in PHP. I get The value of Player ID from All users in OneSignal. PHP code "messaggio test" ); $fields = array( 'app_id' =>…
the_martux
  • 885
  • 2
  • 7
  • 18