Questions tagged [android-push-notification]
252 questions
0
votes
2 answers
How to get the Activity instance of an Android app running the foreground?
How do I get the actual Activity instance of the top current activity of a running Andoind application?
Reason: I receive a OnMessageReceived Data payload from Firebase while my application is running in the foreground, and I need to finish()…

ikevin8me
- 4,253
- 5
- 44
- 84
-1
votes
2 answers
React Native - Android Handle click on notification to navigate to specific screen
I used this library https://github.com/zo0r/react-native-push-notification for remote push notification, onNotification method fired only when receive notification, no when tapped notification , i need to handle notification click to open specific…

NourhanAdel
- 1
- 1
- 4
-1
votes
1 answer
FCM push notification without payload to Android device
I have an angular application deployed as PWA, iOS and Android app (Capacitor). This app rely on Firebase Cloud Messaging for push notification:
In android, I test this with the FCM console, and, as you can see from this console.log
in the…

Nemus
- 1,322
- 2
- 23
- 47
-1
votes
2 answers
How to send notification from one android application to other android application?
I've created two different android applications, one for the admin panel which has only one user itself, and the other one which will be installed on other android devices. As the admin adds notifications in his application, all users will get the…

Abhishek VD
- 65
- 1
- 9
-1
votes
1 answer
Notification not coming up
I am trying to make an android reminder app. where i am trying to show notification on a particular time.
I have seen a video on youtube and followed it perfectly. yet, my code is not working. Also, android studio is showing no errors.
The problem…
-1
votes
2 answers
Meaning of implementation project(':urbanairship-fcm')
I was reading https://github.com/urbanairship/android-library and I found this:
dependencies {
...
// Urban Airship SDK - FCM
implementation 'com.urbanairship.android:urbanairship-fcm:9.7.1'
}
In the sample project at…

Jaime Montoya
- 6,915
- 14
- 67
- 103
-1
votes
1 answer
Feedback Mechanism for FCM
I am using FCM for sending push notifications to individual devices.
I want to get acknowledgement for the notification receival at the device end.
Is there any way to receive the acknowledgement for the same?
-1
votes
2 answers
Can't create a PushNotification instance
I signed up for a Pusher/Beams account for my Android app. I was able to set it up no problem. But when I went to simply create a new pushnotification instance I ran into an error. The documentation from Pusher uses this code:
String instanceId =…

Grant Walton
- 51
- 2
- 7
-2
votes
1 answer
How to handle Firebase FCM registration token if you have thousands of users for sending push notifications?
I want to send push notifications to thousands of mobile users. Do i need to store the registration tokens of all the users in my database ?
If so how can i store it efficiently while detecting the token changes and all ? I want to send push…

Sudip Shrestha
- 321
- 1
- 9
-2
votes
2 answers
Notification Not Received on Android Device in Xamarin Android
Actually I tried to send notification for single device through Test On Device option in Console. It shows completed but notification not received by device. And then I tried postman and pushtry.com, both of them gave result "Firebase Push…

Mohanasundharam
- 11
- 6
-4
votes
2 answers
How can i get a daily notificaton at specific time in my app?
I am developing an app in which i have to get a daily notification at a specific time,how can i code this?
let's say i have to get a notification at 8:00 am daily and when i click that notification it has to open my app.

Rabbani
- 29
- 10
-6
votes
1 answer
How can I display time and date in notification?
How can I send a notification for user with the time and date? After user have done the appointment, it will send a notification for user to let user know the date and time. Anyone can help me
This is my data of date and time store in…

Bleach
- 3
- 1
- 5