-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
MDL-41914-weekly -
We need a core table for storing the user devices ids that have installed the Moodle Mobile app.
When a user enables receive Notifications in Moodle Mobile the device unique token must be stored in Moodle so messaging plugins can send PUSH messages to the device.
We are going to:
- Create a new core table "user_devices"
- Create a new web service for storing the devices
- Add this new web service to the existing Mobile Services file
New core table user_devices:
id
userid
appid (com.moodle.moodlemobile) or (edu.myuniversity.mycustomoodlemobile)
name (iPhone)
model (iPhone3,1)
platform (iOs)
version (6.1.2)
key
uuid
timecreated
timemodified
See MOBILE-452 for more information
- will help resolve
-
MOBILE-452 Evaluate a new workflow for registering Mobile devices in Moodle (in order to receive PUSH notifications)
-
- Resolved
-