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

Getting OneSignal UserID with Unity (C#)

In my app, I have some push notification subscribers (OneSignal). I am trying to get the user id's like this: OneSignal.GetIdsAvailable(IdsAvailable); .... .... private void IdsAvailable(string userID, string pushToken) { playeridx = userID; …
knuppel
  • 196
  • 4
  • 19
0
votes
1 answer

PhoneGap Build and OneSignal - Ios Certificates and Provisioning profiles

I have used OneSignals Provisonator to generate a .p12 and .cer file. The problem comes when I have to upload the certificate to PhoneGap build, because PhoneGap Build also wants a Provisioning Profile. On the Apple Developer website, I create a…
0
votes
1 answer

Issue sending push notifications with accent (á,é,í) through OneSignal

Whenever I try to send push notifications with accent (á,é,í) through OneSignal, I get the null symbol on my phone.
0
votes
2 answers

https://onesignal.com/api/v1//notifications: http.DefaultTransport and http.DefaultClient are not available in App Engine

When i tried to implement push notification in golang App Engine using onesignal enviorment.But iam getting error "http.DefaultTransport and http.DefaultClient are not available in App Engine".This is my code, func (c *PushNotificationController)…
farsana p b
  • 165
  • 1
  • 12
0
votes
1 answer

Onesignal using rest api

i am using ionic 2 with pushnotifications. i installed this plugin. $ ionic cordova plugin add onesignal-cordova-plugin $ npm install --save @ionic-native/onesignal i am using create notification using postman I refer to OneSignal documentation:…
vaishu ani
  • 107
  • 1
  • 16
0
votes
1 answer

How can I open OneSignal notifications in WebView ?

Notifications open in the browser, I want to open the webview. How can I open OneSignal notifications in WebView, thanks Here is code in MainActivity OneSignal.startInit(this).setNotificationOpenedHandler(new OneSignal.NotificationOpenedHandler() { …
0
votes
1 answer

Nativescript Angular + Webpack + Onesignal plugin

I'm currently working on a project which uses the OneSignal NS plugin for push notifications. It works fine, and it used to build / run correctly with Webpack enabled until I started using the OneSignal plugin. I'm not exactly shure on how to…
0
votes
1 answer

One signal create a new Ios User every time

Every time I launch my app One signal create a new Ios User no matter if its the same device. This is not happen in Android only in Ios. This is a pic of OneSignal Users, all Iphone5,3 is a only device. I init one signal with this code in…
Daniela Romero
  • 1,421
  • 2
  • 10
  • 13
0
votes
1 answer

OneSignal dont send notification to specific device

I want send notification to specific user, i can get the id but when i try to send a notification to these id doesn't work. In android does not send either success or error notification, and ios send a "index.html null" notification. The…
Daniela Romero
  • 1,421
  • 2
  • 10
  • 13
0
votes
1 answer

Swift will not print payload from notification delegate

I can not print the delegate from did receive remote notification.I receive the notification on my physical device but when i try to access payload nothing happen. I import import UserNotifications I also link the user notification library but that…
SwiftER
  • 1,235
  • 4
  • 17
  • 40
0
votes
1 answer

Migrate my website from GCM to FCM

My website uses GCM (via OneSignal) push notifications system. I have to migrate push notification system to FCM (Firebase). My goal is to migrate old tokens (and theirs relative tags/preferences) stored onto OneSignal into mine DB (on MongoDB) and…
0
votes
1 answer

No sound for web push in MacOS

Is it even possible to play sounds for web push notifications? For Chrome I was able to handle notificationDisplay event and manually play sound. However this event is not supported in Safari. Nothing mentioned in official documentation at…
0
votes
1 answer

Error:In JSON data submission unexpected character

I am trying to send a push notification using onesignal.In that process i got an error "error":"There was a problem in the JSON you submitted: unexpected character at line 1, column 1 [parse.c:652]"} My Code is as follows: var jsonBody = { …
Anusha
  • 239
  • 1
  • 3
  • 12
0
votes
1 answer

OneSignal with Apache Cordova Write-up

i have been struggling with OneSignal getting the plugin to work correctly each time i try and debug I get an error such as JDK 1.8 required , or android licence agreement not accepted. How can I solve this?
Jelly Bean
  • 1,161
  • 1
  • 11
  • 22
0
votes
1 answer

How to customise the popup message when registering for remote push notifications

Is there a way to customise the popup message when registering for remote push notifications with One Signal's iOS native SDK? When registering like this: [OneSignal promptForPushNotificationsWithUserResponse:^(BOOL accepted) { NSLog(@"Accepted…
Wojtek Dmyszewicz
  • 4,188
  • 5
  • 30
  • 42