Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: Mobile app Push Notifications.

Mobile app Push Notifications

From MoodleDocs

Starting versions (1.4 ios, iPhone, iPad and 1.4.3 Android) Moodle Mobile support Push Notifications.

1. Install this plugin in 2.4, 2.5 or 2.6* (or simply enable it in 2.7)

2. Connect it to a mesaging server, you can use ours in case your Moodle site is registered. Go to Site administration /Plugins /Message outputs /Mobile Notifications and click in Request access key

3. Users need to connect at least once with the latest version of the app to register their phones with your site.

4) Users can configure notificiations in the Moodle messaging preferences (Administration / My profile settings / Messaging)

Installing your own Notifications infrastructure

If you have a customized version of the Mobile app, or you want to use your own Notifications infrastructure then you have to install a private Airnotifier (backend server for notifciations)

https://github.com/dongsheng/airnotifier

You have to add your app certificates there, see https://github.com/dongsheng/airnotifier/wiki/Installation

The message Airnotifier plugin allow you to point to your custom airnotifier instance using your own access keys

Remember to install using GIT (branch moodle)

See also