Apart from the plugin, you will also need to install Mobile Push Notifications
app which can be found under the downloads section in Titan. This app needs to be installed via EasySocial Application Installer
.
Downloading App
Head over to Titan by clicking on the
Manage App
button as shown below:Click on the
Downloads
link on the Sidebar.Download the
Push Notification App
by clicking on theDownload
button.
Installing App
Once you have already downloaded the app, head over to EasySocial's Application Installer
EasySocial > Applications > Install
.Under
Upload Installation Package
, click on theChoose File
button and select the package that you have just downloaded and hitUpload & Install
.Once the app is installed, ensure that the app is published.
Configuring the app
- There are two way for the app to send the notification to the push server:
- Instant Push (Default)
- Batch processing via Cronjob
Instant Push (Default)
In the application setting, choose
Instant Push
from the dropdown selection and click onsave
button at the top left of the application page.The app is now ready to send push notification everytime new actions is made on the site.
Cronjob
In the application setting, choose
Cronjob
from the dropdown selection and click onsave
button at the top left of the application page.Next, add the following url into your cronjob,
site.com/index.php?option=com_easysocial&cronmobile=true
. Replacesite.com
with your site url.
If you have enabled secure cronjob key in EasySocial, you need to add the same phrase key into the cron url as well. For more information on how to setup the cronjob, kindly refer to the cronjob guide in EasySocial.