I would like to send push notifications
to app users and to do that I have written server side
script in PHP
.
In many blogs like this one, I have read that to send notifications from server to Android devices, we need to get Server Key
, but in one of the recent tutorial I read about Browser Key
So which key
I need to get, to get my work done, either Server Key
or Browser Key
, and may I know the exact difference
between these two keys
.