Plugin Author
Murali
(@murali-indiacitys)
This plugin has API feature to send subscribed token to WordPress website from mobile app, so that whenever new activity/comments/group activity/messages in BuddyPress it will send notifications to subscribed tokens using Firebase.
I am not sure how BuddyBoss was designed, this plugin is designed to trigger push notification based on BuddyPress hooks for example bp_activity_posted_update action hook which will trigger after activity is posted, similarly i am not sure how BuddyBoss was designed and its hooks. If hooks are varying then it requires custom coding in this plugin to include all hooks from BuddyBoss which are triggered at the end of activities,comments,messages,group activities posted.
To send subscriber token to backend WordPress site from app, please follow the procedure in help link mentioned in mobile app tab in this plugin settings admin area.
Also I am not sure which language/framework was used to create app with webview, i have given example for Flutter app and for Kotlin language procedure how to encrypt token before sending to this plugin, similarly we need to follow same logic in if app was designed using other frameworks like reactjs/react native or other languages
Plugin Author
Murali
(@murali-indiacitys)
In addition to my previous reply, I have also read buddyboss documentation today, it is also using same hooks, so I think using this plugin’s API, we can connect WebView and WordPress site to send subscribers push notification token to backend and whenever new activity is published it will trigger notification according to plugin settings
Thread Starter
elpady
(@elpady)
Ok, Murali. Thank you very much for your answer.
I’ll try it soon.
Great plugin and great support π
Best regards
Hello, I am also thinking of using this with Buddyboss but I am having problems. I have all the correct information from Firebase but notifications do not seem to work.
Could someone assist?
Elpady, how was your experience with this plugin?
Plugin Author
Murali
(@murali-indiacitys)
Please let me know console log messages when using this plugin along with BuddyBoss or please let me know your site link?. If BuddyBoss uses same hook like BuddyPress when activity is posted then it will trigger push notification
Do you have a better way to speak, I am having trouble with firebase connection with the app notifications and your plugin. all information applied but notifications are not working.
website is aquariumnetwork.com.au
email: [email protected]
I would like to get this plugin working correctly asap π
Plugin Author
Murali
(@murali-indiacitys)
I found plugin service worker is not active in your website , it means plugin is not activated, it is not listed in sources (in chrome browser -> more tools -> developer tools -> application tab -> check for service worker pnfpb_icpush_pwa_sw.js and similarly under sources tab, it should list plugin javascripts). I sent more details with screenshots to you in email, Please check your email for more details. I also want to inform that this plugin is designed based on BuddyPress. So I am not sure how BuddyBoss was designed, if BuddyBoss uses same logic hooks like same as BuddyPress then this plugin will work after it is activated using its service worker as I mentioned above.
-
This reply was modified 3 years, 6 months ago by
Murali.
-
This reply was modified 3 years, 6 months ago by
Murali.
Plugin Author
Murali
(@murali-indiacitys)
@aquariumnetwork22
Since your server is based on NGINX, it is not creating dynamic service worker file, In order to resolve this, please follow below steps.
Download 1.42 version latest version of plugin released on Nov 27th 2022
go to plugin settings area for NGINX server/hosting to enable/disable static push notification service worker file and for PWA manifest json files.
For NGINX based server, if static files are served directly by NGINX instead of apache then to create static dynamic push notification and PWA manifest json files in root folder, i have added new option in plugin settings area to create required static files (service worker file and PWA manifest json file) in your root folder automatically for push notification and for PWA.
-
This reply was modified 3 years, 6 months ago by
Murali.