简体   繁体   中英

Push Notifications in IBM MObile First: Which is better for sending push notification, MobileFirst Operations Console or via REST APIs

I am developing hybride application with IBM Mobile first(V7.1), We have requirement with Push Notification, For sending push notification which is better MobileFirst Operations Console or via REST APIs . Please suggest ...

In IBM MFP 7.1, it is not possible to dispatch Push notifications from the Operations Console. This feature is available from MFP 8.0.

You have the following options:

  1. Use the server side APIs to dispatch push. This will be in your adapter logic.

  2. Use REST APIs to dispatch push.

In an automated flow or in production, you will need to invoke your push dispatch adapters in a REST manner or use REST APIs themselves to send the notification. Both revolves around REST APIs. This also allows to automate the invocation using cron jobs or schedulers.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM