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
6
votes
1 answer

Unable to us GCM In my Country

I have special problem and I gave up thinking and got confused. I have an application that gives notifications using GCM and I am using "ONE SIGNAL" for notes because it was recommended and easy, and I succeed in it and could give notes. The problem…
AliAk
  • 139
  • 1
  • 11
5
votes
1 answer

React Native OneSignal Background Notification Issue in iOS

I followed this guide to setup the OneSignal background notification in My react native App:…
5
votes
2 answers

Swift OneSignal OSPermissionSubscriptionState setSubscription

I had updated my cocoapods and am getting errors with OneSignal. ERROR'S Type 'OneSignal' has no member 'setSubscription' OneSignal.setSubscription(true) Cannot find type 'OSPermissionSubscriptionState' in scope let status:…
Lukas Bimba
  • 817
  • 14
  • 35
5
votes
0 answers

How to display Android full-screen intent notification using React Native?

How to display time-sensitive notifications with full screen on Android when using React Native and OneSignal? These notifications are ones when a call is received or when an alarm goes off and the app shows a centered full screen notification…
5
votes
1 answer

Flutter with OneSignal PushNotifications in background

I am trying to allow my flutter app to process notifications on background. I am using push notifications with onesignal and when I swipe my app and close it, it does not call onReceiveHandler anymore. So I read about…
inoi
  • 119
  • 1
  • 9
5
votes
1 answer

Package react-native-onesignal has been ignored because it contains invalid configuration

I am trying to configure OneSignal React Native in a React Native application for push notification purposes. Environment Setup react-native version : 0.60 npm version 10.5 I followed the steps below from the official documentation of React…
Hardik Desai
  • 1,089
  • 12
  • 20
5
votes
1 answer

"Onesignal for Voip push" and "Firebase Cloud Messaging" don't work together

I`m integrating that "Firebase Cloud Messaging" triggered by updating in "realtime database" which was working fine until integration with One Signal using for sending Voip push notifications to IOS devices. One Signal for sending Voip push…
Ryoma Kishimoto
  • 425
  • 1
  • 6
  • 16
5
votes
0 answers

Migrating from OneSignal to Firebase push notifications

I have a large number of users subscribed to OneSignal. Is there a way to export all this data to firebase so I don't have to wait for the users to subscribe again. One Signal provides a similar functionality to import Users data from Parse and you…
m.rohail.akram
  • 350
  • 1
  • 11
5
votes
2 answers

How to change default push notification icon to small icon in Onesignal in ionic 3?

I have a problem to change small icon push notification Onesignal in ionic 3, I have tried this tutorial https://documentation.onesignal.com/docs/customize-notification-icons, https://ionicframework.com/docs/native/onesignal/ and…
Frank Andrew
  • 787
  • 3
  • 17
  • 28
5
votes
1 answer

Opening android application has delay after clicking on OneSignal notification in android 8

I've added oneSignal library to my android project. Everything goes right except when i click on the received notification from one signal server. it takes about one or two minute to open my android app on my device, but emulator works fine. My…
5
votes
1 answer

OneSignal Action Buttons

I'm totally new to app development, Java and StackOverflow and this is my first Android app. I have implemented OneSignal for push notification delivery. I was just trying to add the support for Action buttons in the notifications. I want my…
Hrishikesh Kokate
  • 1,065
  • 1
  • 8
  • 22
5
votes
2 answers

Android App crashes when OneSignal push notifications are sent

Android app is crashing just after onesignal push notification is sent. I am getting this error. Tried looking at other stackoverflow answers but it didn't help. Please check the code (build.gradle) & error below. Dont understant why is it not…
akkk
  • 1,457
  • 4
  • 23
  • 41
5
votes
1 answer

add JSONArray within a JSONObject

I'm making an application to send notifications using OneSignal and must do a POST request in JSON format. To send notification to a user I have to use the include_player_ids argument which have to be an array because it is possible to send to…
VictorGalisson
  • 635
  • 9
  • 27
5
votes
1 answer

How to prevent OneSignal on IOS Swift to open WebView when handling notification

I'm handling the lunchUrl in my original webview but the problem is when I put kOSSettingsKeyInAppLaunchURL [true] it opens new webview over my original webview [false] it opens the link in safary let notificationOpenedBlock:…
Tarek
  • 51
  • 3
5
votes
1 answer

Error getting google ad id Xamarin

I'm trying to include OneSignal push notification into my Xamarin android app, In OneSignal panel it says that there is a device reachable but when I run my application on (Sony Xperia E5303) it says : Error getting Google Ad id: [OneSignal]…