Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create custom Push Notification for my Own App?

I want to make my own Push Notification that works for my Own App. I know that i have to manage all that threw the Web-Service. But i am wonder about how to make that push Notification.

So can any-one tell me how to make that Custom Push Notification ??

Thanks in Advance.

like image 320
Shreyash Mahajan Avatar asked May 02 '12 11:05

Shreyash Mahajan


People also ask

How do I make custom push notifications?

Configure custom push notifications in the Dashboard To do so, navigate to the Settings > App Settings page, select the app you'd like to set up custom push notifications for, then scroll down to the push notifications section. Change the option under 'Select push notification server' to 'Custom push notifications'.

Can I create my own push notification service?

So the only possible way is to build your own custom ROM with a custom push service that acts as a client for your Push server and a Server for your Push client (which is your app). Since the above option tends to impossibility, you have to choose a workaround.

What is custom app notification?

Custom Notifications is another new feature which will be seen below the Media section of your chat settings, along with mute chat. Custom Notifications option lets you select tones, vibration length, light, popup notifications, call ringtone, among others. Image: Android Police.


1 Answers

If you want to manage all by yourself, Click here. This is a great tutorial, which has code to establish the push web services, as well as app implementation.

like image 121
nithinreddy Avatar answered Sep 18 '22 13:09

nithinreddy