I already implement passbook to generate pkpass and send push notification to iOS device when updating pass. I have no idea no how to send push notification to android devices. Could anyone help me?
Related
I want to develop a one-to-one chat in android by using Firebase. By using
crazzyhit code one-to-one chat is working.
But device to device push notification is not working. I googled device to device notification, but all are showing about sending notification from firebase console. Can anyone give some device to device chat notification tips?
It's possible, you can try OnseSignal. It lets you sending push notifications from device to device.
You have to create php webservices which will let you send notifications to specific devices on behalf of device tocken.
Please Check FireChat to make Person to Person Chat app.
I know this is weird by i have a question Can i send a notification to an android device without having his token? i mean that the device does not install the app but i need to send him push notification using his gmail only(gmail is a identifier of device).
I follow this link PLease see here . Can anyone tell me exact process to communication between two mobile devices in terms of push notification. Please help me.
GCM is a google cloud messaging http server.It is used for providing notification service on android phones any notification you receive on your phone is sent through GCM.Every device using a specific application is registered with GCM. Even if you want your application to send notification to the user on occurrence of something it's not possible without GCM.
I've implemented GCM Push Notification in the server and in my android device .
Im able to send push notification from the server and receive it in my device.
Now im trying to send push notification from my device to the server.
Is it possible?
I heard about upstream messages but didnt found anything about it.
Thanks.
I am developing an Android application that can send notifications (not "push") to any other Android device. Apart from Google Cloud Messaging (GCM) are there any alternatives to do so?
I do not plan to use GCM. My only requirement is to send the notification from my app to any other device via either Bluetooth or WiFi.
I have tried using the basic Notification API for Android but I could not send a notification to other device. It shows me a local notification.
this may helps https://www.firebase.com/docs/java-quickstart.html
firebase sync the devices and whatever you send it to server it automatically pushes that in other device