• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Newbie: I have doubt about notifications!

aBisewski

Lurker
Hi all.

I want to send notifications for all devices that are my app instaled. For example if I want to send a new information or promotions. So everyone that have my app installed shound be receive this push in Android.

What is the workflow to do it? I need to create a windows program to send it? Or another app that only the administrator will have? Or if have a login area, so the administration can acess inside the same app an area to send notifications?

My doubt is because I see some tutorials where only the app installed send notification. Like click in this button and send a pushup. But I want to send for everyone that have my app.
Thank you
 
Last edited:
Hi all.

I want to send notifications for all devices that are my app instaled. For example if I want to send a new information or promotions. So everyone that have my app installed shound be receive this push in Android.

What is the workflow to do it? I need to create a windows program to send it? Or another app that only the administrator will have? Or if have a login area, so the administration can acess inside the same app an area to send notifications?

My doubt is because I see some tutorials where only the app installed send notification. Like click in this button and send a pushup. But I want to send for everyone that have my app.
Thank you
Well if everyone has your app, than that app is installed on their device. And as you say all installed apps will get a notification......so I am not sure I understand your question.
 
Well if everyone has your app, than that app is installed on their device. And as you say all installed apps will get a notification......so I am not sure I understand your question.

Here we have a clip showing a example: https://youtube.com/clip/UgkxBBDclZtNeztKYClt2NrB0IqTMSLj9ezL
He is using Firebase to send a notification to all devices that have his app installed. When he receive that notification you can click and open the app.

This is what I am looking. But I am newbie doubts like how is the workflow if I am doing this app to a customers? My customer need to create an account in Firebase? Can I create a Windows Form software to send this message from Firebase? Firebase is the unique way to do it?

There are many samples in internet where they show how to click in a button and show a notification from the app. So that app will send a notification to that device not to all devices that are the same app installed.

I don't know if I made it more complicated...
 
Well if everyone has your app, than that app is installed on their device. And as you say all installed apps will get a notification......so I am not sure I understand your question.

I found now that what I am looking is for Push Notification and not only Notifications....
 
Back
Top Bottom