Push Notifications on native iOS app (Not mendix native)

0
Hello All ! Hope you’re doing well. I want to implement Push notifications on an existing Mendix web application. This app should send notifications to a custom native iOS app when specific events happens.  Is there any existing REST endpoint that can be used to register the end-user device to Mendix Runtime?   Thanks for your help !
asked
1 answers
1

You could use Amazon‘s simple notification service: https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-application-as-subscriber.html

answered