- New database behavior
- Devices with Unregistered tokens (application removed) are removed from database
- Invalid tokens are removed from database (for APNs HTTP2 and GCM)
- New fields can be added to the notification for Android :
- image-type : "circle"
- image : path to the icon used in the app
- notId : unique id of the notification (useful to distinguish them)
- Fields can be optionally added to the notification payload
- PushServer Parameters can be changed with contexts
- If the UserDevice has the acceptPush property set to false, no notification sent
-
2 platforms supported : iOS (APNs) and Android (Google)
-
2 APNs protocols supported : Legacy (binary package) and HTTP/2 API.
-
1 Google protocol supported : GCM
-
Device model and NotificationBody class
-
DeviceManager class
-
Doctrine ORM natively supported
-
Automatic suppression of iOS invalid or expired token (for HTTP/2 API)