v2.1.0: Offline support
The Push Notifications module now supports 'offline mobile' mode.
https://world.mendix.com/display/refguide6/Offline
Fixes:
- Entity access to the Device entity was too liberal. Access is now removed entirely, and device registration occurs through a proxy DeviceRegistration entity.
Improvements:
- Removed most warnings and errors that showed up when you imported the Push Notifications module into a project.
- Demo project has been updated to reflect the changes in this release.