@chenri wrote:
I need to enable push notification for IONIC (Android Only) for my current IONIC chat app
The chat app is based on groups, user select group and send message to all of the group's members
I want to use gcm directly (storing the id in my backend) Because i don't want the app to dependent to ionic push.
The app is for android and the messaging part sending and receiving message is already working using http.post/getThe backend in PHP - Codeigniter (already working)
So the scope
1. Register the device with gcm
2. Send the id to backend (to be saved in the user table)
3. Send the push notification from backend to app, (provide example how to send from php)
4. custom notification sound (if possible)
Posts: 2
Participants: 2