Mobile App - Push-Mitteilungen: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{Mobile}}
{{Mobile}}


Starting versions (1.4 iOS, iPhone, iPad and 1.4.3 Android) Moodle Mobile support Push Notifications.
Die [[Mobile App]] unterstützt Push-Mitteilungen für iOS, iPhone und iPad (ab 1.4) und für Android (ab 1.4.3).


1.  Install [https://moodle.org/plugins/view.php?plugin=message_airnotifier this plugin] in 2.4, 2.5 or 2.6* (or simply enable it in 2.7)   
== Installation ==
 
1.  Installieren Sie [https://moodle.org/plugins/view.php?plugin=message_airnotifier dieses Plugin] in 2.4, 2.5 or 2.6* (oder aktivieren Sie es 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
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
Zeile 11: Zeile 13:
4)  Users can configure notificiations in the Moodle messaging preferences (Administration / My profile settings / Messaging)
4)  Users can configure notificiations in the Moodle messaging preferences (Administration / My profile settings / Messaging)


* For Moodle versions 2.4 and 2.5 the [[Moodle Mobile additional features]] must be also installed
* Für Moodle 2.4 und 2.5 muss außerdem [[Moodle Mobile - Lokales Plugin]] installiert sein.
** Only for Moodle different to 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it add a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-273741 for more information
** Only for Moodle different to 2.7 and onwards: If you upgrade your Moodle installation, you will have to reinstall the plugin since it add a couple of functions to the core Moodle Mobile service. See https://tracker.moodle.org/browse/MDLSITE-2815?focusedCommentId=273741&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-273741 for more information


== Installing your own Notifications infrastructure ==
== Installation einer eigene Infrastruktur für Mitteilungen ==


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 [http://airnotifier.github.io AirNotifier] (backend server for notifciations)
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 [http://airnotifier.github.io AirNotifier] (backend server for notifciations)
Zeile 24: Zeile 26:
Remember to install using GIT (branch moodle)
Remember to install using GIT (branch moodle)


== See also ==
== Siehe auch ==


[[Category: Mobile]]
[[Category: Mobile]]

Version vom 4. August 2014, 15:52 Uhr


Die Mobile App unterstützt Push-Mitteilungen für iOS, iPhone und iPad (ab 1.4) und für Android (ab 1.4.3).

Installation

1. Installieren Sie dieses Plugin in 2.4, 2.5 or 2.6* (oder aktivieren Sie es 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)

Installation einer eigene Infrastruktur für Mitteilungen

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)

You have to add your app certificates there, see https://github.com/airnotifier/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)

Siehe auch