Web Push Notifications / Mendix 9

0
Hi Everyone, I’m trying to convert an app from Mendix 8 to 9. The main issue that i’am facing is the web push notifications from CLEVR that are not available in Mendix 9. I’d like to have your experiences and feedbacks on how to handle web push notifications (on Chrome for example) in Mendix 9. Thank you!  
asked
2 answers
2

 

You can upgrade from version 8, deploy to eclipse and change core to core async. It also work with PWA.

 

answered
-1

Hi,

Aliah Harrosh -TocnDix

To enable push notifications, do the following:

  1. Click App > Build Native Mobile App:
  2. When the Mendix Native Mobile Builder launches you will see the home screen:
  3. Select Build app for distribution.
  4. Click Capabilities on the left menu:
  5. Toggle Push notifications on:
  6. Click Upload google-service.

 

Please follow the below link for more details.

» https://docs.mendix.com/howto/mobile/push-notifications

» https://docs.mendix.com/howto/mobile/setting-up-native-push-notifications

answered