Push notification device doesnt register?

0
Hello, I have followed all the steps from the push notifications guide and as far as i can tell I've done everything correctly. However when I open the app on my Android device it doesn't show up on the registered devices list. Does anybody know what I'm doing wrong? Thank you and have a nice day! Regards, Hunter
asked
1 answers
1

The Mendix Mobile app (using the QR code functionality) unfortunately does not support push notifications. The required Phonegap plugin is not included in the app due to security concerns (because of the nature of the Mendix Mobile app, which is designed to open and run any number of Mendix apps).

In order to use push notifications, please build a mobile package (Android or iOS) for your Mendix app using e.g. Phonegap Build, as described on https://docs.mendix.com/howto/mobile/publishing-a-mendix-hybrid-mobile-app-in-mobile-app-stores. If you're targeting Android, then you only need steps 1 through 3 during development.

answered