Questions tagged as 'push-notification'

1
answer

Detect Led Notifications Android Studio

I have a simple doubt, I am programming notifications, and I realize that when I involve the line of code: .setLights(Color.GREEN, 3000, 3000) It appears errors in cell phones that do not have the notification LED (such as cell phones with...
asked by 27.07.2018 / 08:18
1
answer

Error in notifications android studio does not raise activity

My problem is as follows The notifications arrive well when the app is open, but when it is in the background they do not arrive well, it does not raise the activity in the notification. The project is in Pie the sdk and compilation This the...
asked by 27.10.2018 / 18:10
2
answers

Open activity from a push notification

I am working on a Hello World application that receives PUSH notifications. Everything works correctly, and where I install it, I receive notifications when I run the python script. The problem that when the notification appears I do not k...
asked by 11.06.2016 / 13:05
1
answer

Android does not get push notifications

When trying to receive notifications in Android the following error is generated:    Failed to solve target intent service, skipping classname enforcement   Error while delivering the message: ServiceIntent not found. I have check...
asked by 23.06.2016 / 19:46
1
answer

Create a new theme for Firebase notifications from aspx.net

I'm doing an app for Android and I want to be able to send notifications from an asp.net server. Since the Google Firebase console works correctly, you can send a notification to all devices that use the application. As I have read it is n...
asked by 20.10.2017 / 16:16
3
answers

Firebase notifications

How can I make the firebase notification that arrives while the screen is off emit the sound I have in my raw folder. (if the app is in the foreground the sound runs without problem)     
asked by 01.06.2017 / 07:42
1
answer

How to register push notifications in Swift 3?

Push notifications in versions prior to Xcode8, worked correctly, but when you migrate to swift 3, you no longer register the Token. My code is as follows: application.registerUserNotificationSettings(UIUserNotificationSettings(types: [.badge,...
asked by 27.10.2016 / 16:34
1
answer

How can I send push notifications from python?

I'm trying to make a program that communicates with Firebase and this sends push notifications to a single device on Android, I've been able to send notifications from Firebase but not from a Python program. push_service = FCMNotification(api_...
asked by 06.03.2018 / 16:26
1
answer

Error sending notifications to iOs devices

I am implementing sending notifications from a .jar, notifications in
asked by 12.04.2017 / 10:15
1
answer

FCM push notifications will not let me in when they arrive with the app closed

The problem I have with notifications is that when the app is closed or in the background, I touch the notification and do nothing. That is to say, I receive notifications at all times, only when they arrive in 2nd plane, the app does not take m...
asked by 18.12.2018 / 22:14