Is it possible to send push notification to android app using php in localhost without external cloud like GCM and Parse.
If yes, how can I do it?
Is it possible to send push notification to android app using php in localhost without external cloud like GCM and Parse.
If yes, how can I do it?
It is possible to send from localhost with php but GCM is required. You will notify to GCM with notification data and registered ids and GCM will notify the clients.