Questions tagged as 'push-notification'

1
answer

Push notification certificates

I have a question, I have an app that loads the app store without first having generated the certificate and all the steps to work with remote notifications, now it generates the steps for notifications but it does not work, notifications are se...
asked by 30.03.2017 / 19:03
1
answer

UILocalNotification is obsolete in IOS10

I am working on an app that generates notifications, however when generating a notification on a device with a version equal to or greater than 10; the notification is not generated. How can I change the following method to work on all devices?...
asked by 24.01.2017 / 21:29
1
answer

Obtain the OneSignal userId in the IONIC app

I need to access the UserId of a pushnotification component with the OneSiganl plugin in an Ionic application. The provider where I do the initialization is called in app.component.ts. I create the service without problem and the notification...
asked by 26.01.2018 / 14:03
1
answer

Remove Token from FCM

Hi, I have a problem with push notifications using FIREBASE CLOUD MESSAGING, specifically the unsubscribe Token after pressing a button and thus stop receiving notifications. So my question is: How can I unsubscribe a service token or device? I'...
asked by 16.04.2017 / 05:22
0
answers

Firebase Messaging Service, Error with Firebase, the application installed several times

Create a project with Firebase , basically my app is receiving test applications, there comes a time when my device android would not let me reinstall the app , a Dialog would appear saying that it had been block...
asked by 01.11.2018 / 22:06
0
answers

Push notifications firebase does not work, sdk java firebase

When I run my code in the main class it works correctly, but in the backend this code does not work. There are no exceptions, it shows no error. I put impressions to see what happened, but it never shows the impression 3. java version: 1.8...
asked by 20.09.2018 / 17:27
0
answers

Firebase notifications with closed app

I am implementing a system in which I receive push notifications with Firebase. If the application is open or in the background, I am able to capture the notification sent by firebase, I take the data and if I am interested I show a notificat...
asked by 20.08.2018 / 09:52
1
answer

IOS Push Notifications

I have an app developed on Swift which I need to receive notifications. Investigate and the only way I found is to do it with push notifications using firebase. The notification will be launched from a .NET app using the user's email. It's fi...
asked by 27.07.2018 / 17:42
0
answers

Push Notifications in IOS with Ionic Framework

I am developing an app with the Ionic Framework, which has implemented notifications with gcm on the Android platform, the notifications arrive correctly, in IOS the same app does not receive notifications. On Android I have something similar...
asked by 17.05.2018 / 17:42
1
answer

Problems when adding a group of devices with firebase CURL

Good afternoon to the whole community, I am using the push notification service of firebase with CURL and laravel however when I want to add a group of devices I get the following error $server_key = 'server_key'; $url = "https://an...
asked by 07.05.2018 / 22:01