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.3
Framework Version: 9.18.0
Release Notes: - We migrated from the legacy FCM APIs to HTTP v1 when sending notifications to hybrid devices. If you use this module to send notifications to hybrid apps, you should update to this version before 2024-06-20.
Version: 7.2.2
Framework Version: 9.18.0
Release Notes: - We updated the "netty" dependencies for the module to version "4.1.101.Final". - We updated the "slf4j-api" dependency for the module to version "2.0.7". 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.101.Final - netty-codec-4.1.101.Final - netty-codec-dns-4.1.101.Final - netty-codec-http2-4.1.101.Final - netty-codec-http-4.1.101.Final - netty-codec-socks-4.1.101.Final - netty-common-4.1.101.Final - netty-handler-4.1.101.Final - netty-handler-proxy-4.1.101.Final - netty-resolver-4.1.101.Final - netty-resolver-dns-4.1.101.Final - netty-transport-4.1.101.Final - netty-transport-native-unix-common-4.1.101.Final - slf4j-api-2.0.7
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