Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Moodle app notifications.

Moodle app notifications

From MoodleDocs


For students and teachers

Forum post notification

The Moodle mobile app lets you keep up to date with all that's happening in your courses and on the site. Every time you open the app, events are synchronised with the main website.

You will receive Moodle calendar event notifications automatically. If you don't want to get them, you can turn them all off individually (or globally) in the Calendar events options in the main menu.

You will also receive notifications of messages, forum posts, submitted assignments etc (known as 'push notifications') if your site administrator has enabled these. To receive these notifications you need to enable them for your mobile on the app via Settings -> Notifications (only for Moodle 3.2 onward) or on the main site, from the user menu top right >Preferences>Messaging.

For administrators

Push notifications can be enabled by an administrator by connecting their Moodle site to a messaging server such https://messages.moodle.net (available for registered Moodle sites only). An access key can be obtained via Administration > Site administration > Plugins > Message outputs > Mobile Notifications.

You can enable by default Mobile notifications for your students, please read the "Default message outputs" section in Messaging settings.

If you have problems requesting the access key, please fill in the Airnotifier access key manual request form. (If your site is hosted so you can't obtain your siteidentifier, enter "cannot obtain" in the field.) Your site registration will be checked and you will be sent an access key in a few days if everything is correct.

Users then need to connect at least once with the latest version of the Moodle Mobile app in order to register their phones with the Moodle site.

Event Reminders plugin

Push notifications can also include calendar event notifications, however this requires the Event Reminders plugin to be installed on the Moodle site.

The Event Reminders plugin will automatically send reminders for Moodle calendar events in a timely manner via Moodle message interface. It also allows users to control how they receive messages for each type of event in the Moodle calendar.

Installing your own notifications infrastructure

If you have a customized version of the Moodle Mobile app, or you want to use your own notifications infrastructure, you will have to install a private AirNotifier (backend server for notifications).

https://messages.moodle.net uses a slightly modified version of Airnotifier: https://github.com/moodlehq/airnotifier/tree/moodle2.

You will have to add your app certificates - see https://github.com/airnotifier/airnotifier/wiki/Installation for further information.

The Airnotifier message plugin allows you to point to your custom Airnotifier instance using your own access keys.

Remember to install using GIT (repository https://github.com/moodlehq/airnotifier.git branch moodle2).

Moodle offers a branded app service including a private notifications infrastructure, for more information visit https://moodle.com/mobileapp/

Troubleshooting

If your users are not receiving correctly Push notifications please double check:

  • You have correctly configured your "Mobile message output, you see an "Airnotifier access key" in Site administration > Plugins > Message outputs > Mobile
  • The eye is open for the Mobile row in Site administration > Plugins > Message outputs > Manage message outputs
  • The user not receiving notifications has enabled correctly Mobile notifications in the Mobile app (App settings > Notification preferences and check that "Disable notifications" is not selected)
  • The user not receiving notifications has enabled correctly the type of notifications he wants to receive (App settings > Notification preferences)
  • The user not receiving notifications didn't disable his current device (App settings > Notification preferences > 3 dots menu > Configure devices)
  • Mobile notifications were not disallowed by an administrator in Site administration > Plugins > Message outputs > Default message outputs
  • Mobile notifications are enabled in the user Android phone (Settings > Apps > Moodle Mobile > Show notifications ticked) or iOS phone (in iOS in Settings -> Moodle Mobile > Notifications)
  • The server where your Moodle site is installed is able to connect to messages.moodle.net (port 443) via telnet.
  • You are using the Moodle Mobile official app, if you are using a custom/branded app for your instution please contact your institution since custom apps need their own notifications infrastructure (see above)

Testing Push notifications

If you want to test Push notifications please, do the following:

  • As admin, enable Mobile notificaitons following this page documentation.
  • Create a forum with "Forced subscription"
  • As an student user, log in on the site and create a new discussion in the forum
  • As the same student, log in in the Mobile app, go to App settings > Notification preferences > Forum and enable all the notifications
  • In the same page, check that at the top of the page you see "You are configuring Mobile notifications", if it says your are configuring notifications for Web or Email switch to Mobile via the three dots menu at the top right.
  • In the same page, tap the three dots menu (top right), go to Configure devices and check that your current device is enabled
  • Now, put the Moodle Mobile app in background (switching to a different app or going to your device home)
  • As admin, log in to the site (in the web) post a reply to the discussion started by the student, when posting please double check that you ticked the "Send forum post notifications with no editing-time delay " option
  • You should receive a Push notification in the student device.