Send the notification to the mobile app as per settings of buddypress.
The will add notification
-- on voting pluign (by aheadzen) like click.
-- activity mention notification
-- activity comments & reply post
The alert notification will display as alert on the screen with message.
The plugin require curl to send notification in addition you should add your application on
https://apps.ionic.io/apps
How to user API ::
Data should POST
action -- value should be "register_device"
plugin -- value should be "push"
pw -- current user password
user_id -- current user id
platform -- device platform like windows/android/ios
device_token -- your device token
* Get New User Device Token :
http://SITEURL.COM/?plugin=push&action=get_device_token
* Send User Notification as per settings :
http://SITEURL.COM/?plugin=push&action=send_user_notification
Automatic notification sent for ::
--> activity comments
--> notification mention
--> bp activity add
--> votes like unlike
--> Group activity
--> bp notification