Push Notifications Connector

Content Type: Module
Categories: Communication

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

Releases

Version: 8.0.4
Framework Version: 10.21.0
Release Notes:

We updated the module dependencies to fix direct APNS push notifications

 

Updated:

- io.netty:netty-codec-http2 to version: "4.1.133.Final"

- io.netty:netty-handler-proxy to version: "4.1.133.Final"

- io.netty:netty-resolver-dns to version: "4.1.133.Final"

- com.eatthepath:pushy to version "0.15.4"

Version: 8.0.3
Framework Version: 10.21.0
Release Notes:

- We updated the "netty" dependencies in the module settings to version "4.2.12.Final".

 

Updated:

- io.netty:netty-codec-http2 to version: "4.2.12.Final"

- io.netty:netty-handler-proxy to version "4.2.12.Final"

- io.netty:netty-resolver-dns to version "4.2.12.Final"

Version: 8.0.2
Framework Version: 10.21.0
Release Notes:

- 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"

Version: 8.0.1
Framework Version: 10.21.0
Release Notes: - We included the OSS clearance report and license file in the module package.
Version: 8.0.0
Framework Version: 10.21.0
Release Notes: - We upgraded the module to Mendix version 10.21.0 for compatibility with Mendix 11 - We updated Atlas Core compatibility to version 3.17.0 - We updated Atlas Web Content compatibility to version 3.8.0 - We updated Data Widgets compatibility to version 2.31.0 - We updated Combo Box widget compatibility to version 2.3.0
Version: 7.4.4
Framework Version: 9.24.0
Release Notes:

- We updated the "netty" dependencies for the module from version "4.2.5.Final" to "4.2.12.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.12.Final.jar

- netty-codec-base-4.2.12.Final.jar

- netty-codec-compression-4.2.12.Final.jar

- netty-codec-dns-4.2.12.Final.jar

- netty-codec-http2-4.2.12.Final.jar

- netty-codec-http-4.2.12.Final.jar

- netty-codec-socks-4.2.12.Final.jar

- netty-common-4.2.12.Final.jar

- netty-handler-4.2.12.Final.jar

- netty-handler-proxy-4.2.12.Final.jar

- netty-resolver-4.2.12.Final.jar

- netty-resolver-dns-4.2.12.Final.jar

- netty-transport-4.2.12.Final.jar

- netty-transport-native-unix-common-4.2.12.Final.jar

Version: 7.4.3
Framework Version: 9.24.0
Release Notes:

- 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

Version: 7.4.2
Framework Version: 9.24.0
Release Notes: - We updated the "netty" dependencies for the module to version "4.2.0.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. Added: - netty-codec-base-4.2.0.Final - netty-codec-compression-4.2.0.Final - netty-codec-marshalling-4.2.0.Final - netty-codec-protobuf-4.2.0.Final Updated: - netty-buffer-4.2.0.Final - netty-codec-4.2.0.Final - netty-codec-dns-4.2.0.Final - netty-codec-http-4.2.0.Final - netty-codec-http2-4.2.0.Final - netty-codec-socks-4.2.0.Final - netty-common-4.2.0.Final - netty-handler-4.2.0.Final - netty-handler-proxy-4.2.0.Final - netty-resolver-4.2.0.Final - netty-resolver-dns-4.2.0.Final - netty-transport-4.2.0.Final - netty-transport-native-unix-common-4.2.0.Final
Version: 7.4.1
Framework Version: 9.24.0
Release Notes: - We fixed an issue where the scheduled delivery option did not work correctly (#228131)
Version: 7.4.0
Framework Version: 9.24.0
Release Notes: - We added support for Web Push notifications for progressive web apps. Refer to the module documentation for more information and details on how to set it up. - We fixed an issue where it was not possible to select different messaging service settings for iOS and Android.