Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

andrewobrien

macrumors newbie
Original poster
Mar 5, 2013
8
0
Hi, is it possible to send push-notifications from a hosted server (the server where my websites are hosted on)?

I also want users to go to a website where they'll log in and type a push-notification. How do I send the push-notification from the website's hosted server to the push-notification server in my home?

I'm stuck with making this server. Any replies or help will be much appreciated. Thanks in advanced!:)
 
Hi, is it possible to send push-notifications from a hosted server (the server where my websites are hosted on)?
Actually, yes, this is normally how push-notifications are done. Your web-server (not your device) puts together a notification-package and sends it to the APNS.

I also want users to go to a website where they'll log in and type a push-notification. How do I send the push-notification from the website's hosted server to the push-notification server in my home?
You'll have to build some kind of web-service on your home server to accept a notification request and then handle creating the real push-notification in response. This could be done via an HTTP POST from the website to your server.
 
Thanks for your reply! Can I do this with any web server? What do I need from a server to send push notifications?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.