Reputation: 64834
Can I send a push notification from the client and not from the server ?
The reason I'm asking this is that the port 2195 on my server is blocked.
I would get the token of the receiver device and send the push from the client. Is it feasible ?
thanks
Upvotes: 0
Views: 688
Reputation: 1692
There is a macintosh App called " Push me baby " using which you can send the push notifications from the desktop. Search for that . You have to add the certificates etc in that . When you run the app it simply displays a window with two input fields . One for token and another for message . Search on google for "Push me bay mac client app " You will get it. If you don't let me know I will mail you .
Upvotes: 1
Reputation: 31304
I suppose you technically could, but I think it's a very bad idea because you'd need to have the production certificates installed on your users' devices. I would suggest you see if there's an alternative solution, perhaps a third party provider like Urban Airship.
Upvotes: 1