Push Notifications Connector
Overview
Push Notifications let your application notify a user of events even when the user is not actively using the application. This is a native capability provided by both Android and iOS devices and made available via Google Cloud Messaging (GCM) and Apple Push Notifications service (APNs). This project is meant to make it easy for Mendix developers who want to include Push Notifications capability into their Mendix Native or Hybrid mobile application.
Documentation
Please see Push Notifications Connector in the Mendix documentation for details.
Releases
- We updated the "netty" dependencies in the module settings to version "4.2.5.Final".
Updated:
- io.netty:netty-codec-http2 to version: "4.2.5.Final"
- io.netty:netty-handler-proxy to version "4.2.5.Final"
- io.netty:netty-resolver-dns to version "4.2.5.Final"
- We updated the "netty" dependencies for the module from version "4.2.0.Final" to "4.2.5.Final".
Note: If you are already using this module in your project, after upgrading to this version make sure to remove old versions of the updated libraries and their corresponding '.PushNotifications.RequiredLib' from your userlib folder.
Updated:
- netty-buffer-4.2.5.Final.jar
- netty-codec-base-4.2.5.Final.jar
- netty-codec-compression-4.2.5.Final.jar
- netty-codec-dns-4.2.5.Final.jar
- netty-codec-http2-4.2.5.Final.jar
- netty-codec-http-4.2.5.Final.jar
- netty-codec-socks-4.2.5.Final.jar
- netty-common-4.2.5.Final.jar
- netty-handler-4.2.5.Final.jar
- netty-handler-proxy-4.2.5.Final.jar
- netty-resolver-4.2.5.Final.jar
- netty-resolver-dns-4.2.5.Final.jar
- netty-transport-4.2.5.Final.jar
- netty-transport-native-unix-common-4.2.5.Final.jar
Deleted:
- netty-codec-4.2.0.Final.jar
- netty-codec-marshalling-4.2.0.Final.jar
- netty-codec-protobuf-4.2.0.Final.jar