Questions tagged [android-push-notification]

252 questions
0
votes
1 answer

Mobilefirst Push Notiffication Wrapper WLAuthorizationManager.obtainAccessToken('push.mobileclient')

We are using Offline Login in our application. We are using the below code to do for un-registering the Device from MFP Server while Logging Out of our application. function unregisterDevice() { const deferred = $q.defer(); …
0
votes
1 answer

Possibilities for sending push-notifications from a PHP webserver to an android smartwatch (without using Firebase/GCM etc.)

I am looking for Options to send push-notifications from laravel-php-web applications to an Android smartwatch. But I do not want to use any cloud service like Google Cloud Messaging or Google Firebase etc, because I don't want to share the sent…
eidwa
  • 33
  • 4
0
votes
0 answers

Is it possible to show coloured html rich text Notification on Android?

I want to show a custom notification designed by the user as the notification. For example, I have the following notification:

Testing HTML 
Keselme
  • 3,779
  • 7
  • 36
  • 68

0
votes
1 answer

Sending Push Notification on Android Device using Firebase (FCM)

I am trying to send push notification on android device with FCM in C#.Net, but I am getting "InvalidRegistration" error message. I have used the same from Postman and R-Client as well, but still getting same error. public String…
0
votes
1 answer

Push Notification Sent Successfully with AppCenter But there is no sound when notification received ( xamarin android )

I am using AppCenter Push Notification in xamarin android project. Notification received successfully but there is no sound.Kindly Guide me what i should do for notification sound. protected override void OnStart() { …
0
votes
1 answer

Upgrading UrbanAirship Library from 8.3.2 to 9.0.0

Push notifications are not working correctly for me because I am using an old Urban Airship (now re-branded simply as Airship) SDK. I am using Version 8.3 and I need to upgrade to Version 9.0.0. I am reading…
0
votes
2 answers

How to fix FirebaseNotifications

I have implemented Fire base notifications properly some devices not receiving notifications vivo,infocus while running background how to resolve that issue public void getNotification(String icon,String title,String body){ remoteViews =…
0
votes
2 answers

(Ionic) handleNotificationReceived does not get called if the app is killed

I am working on an ionic app and I am using onesignal for push notifications. The problem I am facing is that the handleNotifiactionRecieved() does not get triggered upon receiving a push notification when the app is not killed (that is removed from…
0
votes
0 answers

Xamarin.Forms push-notifications are transmitted very unreliably (late or not at all)

I am writing an Xamarin.forms based app which is currently running on android platform. It is the first time I need to use push-notifications. I followed a guide from microsoft…
0
votes
0 answers

How to get the background notification title and body inside the application

When I send the Firebase notification to the app while the app is in the background, the notification appears in the system tray. When the user clicks on the notification, the app opens. In the app, the notification, intent extra provides the data…
0
votes
1 answer

How to get particular value from notification remotemessage Android

When notification comes to device at that time there will be a data comes from notification but I want specific data from that remotemessage. It getting null Here is my remotemessage data Bundle[{google.delivered_priority=high,…
0
votes
1 answer

How to reuse the old notification token as new token in firebase push notification?

When an android app is reinstalled then the notification token that is generated by firebase is changed. So if any user subscribed to any groups then after reinstalling the app he/she does not get any push notification. Is there any way to reuse the…
0
votes
1 answer

Build Notification received from Firebase in Library Project

I have Firebase implemented at application level to receive push messages. In the library project, I have a BroadcastReceiver to intercept push messages. I want to build notification from the library and not from the application. Incase of app in…
0
votes
0 answers

Firebase Cloud Messaging Data Messages with Console?

I would like to know if it is possible to send Data Messages only (not Notification Messages) with the FCM console. In case it is not, how can I do it in Php for all users in a specific time (depending from the local time of the user) in the future…
0
votes
1 answer

AWS AmazonSNSClient instance fails to perform any work

I have web services running on Elastic Beanstalk. I am trying to add SNS to it for mobile push notification. I have successfully tested it from AWS console. I instantiated AmazonSNSClient and it is not null. However any method call such as…