Please see Push Notifications Connector in the Mendix documentation for details.
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: 7.2.1
Framework Version: 9.18.0
Release Notes: - We fixed an incorrect header when sending notifications to hybrid apps
Version: 7.2.0
Framework Version: 9.18.0
Release Notes: - We included a migration file for the Java dependencies for Studio Pro 10 compatibility.
Version: 7.1.3
Framework Version: 9.18.0
Release Notes: - We updated the “netty” dependencies for the module to version “4.1.94.Final“. Below is a list of updated userlib files.
(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.1.94.Final
- netty-codec-4.1.94.Final
- netty-codec-dns-4.1.94.Final
- netty-codec-http2-4.1.94.Final
- netty-codec-http-4.1.94.Final
- netty-codec-socks-4.1.94.Final
- netty-common-4.1.94.Final
- netty-handler-4.1.94.Final
- netty-handler-proxy-4.1.94.Final
- netty-resolver-4.1.94.Final
- netty-resolver-dns-4.1.94.Final
- netty-transport-4.1.94.Final
- netty-transport-native-unix-common-4.1.94.Final
Version: 7.1.2
Framework Version: 9.18.0
Release Notes: - We updated XPath in 'UpdateDeviceRegistration' microflow
- We updated the dependencies for the module
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, See the list below for the changes in this release.
Updated:
- 'checker-qual' to version 3.33.0
- 'j2objc-annotations' to version 2.8
- 'error_prone_annotations' to version 2.18.0
Removed:
- 'checker-compat-qual-2.5.5'
Version: 7.1.1
Framework Version: 9.18.0
Release Notes: - We updated the 'guava' library to '32.0.1-android' (Note: If you are already using this module in your project, please make sure to remove the old version '31.0.1-android' from your userlib folder after upgrading to this version)
- We updated the log messages for succeeded and failed notifications