Search code examples
iospush-notificationapple-push-notificationsmdm

How to send push notifications to iOS app installed on mdm?


I am developing an iOS app which is distributed to users using MaaS360 MDM. Help me with leads on how to send push notifications to these devices?

P.S: I didn't find any IBM documentation for iOS push notifications in MaaS360.


Solution

  • IBM MaaS360 doesn't have the ability to send applicative push notifications.

    You'll have to use a third party push notification service like Firebase, or even the push notifications service on IBM Cloud.

    P.S: You can use the MaaS360 configuration to push details to your NSUserDefaults for configuration purposes.