secured or encrypted push notification messages from MobileFirst server

旧城冷巷雨未停 提交于 2019-12-12 01:49:55

问题


We are developing an Banking Mobile application using MobileFirst Platform Foundation 7.1 which should be much secured.

I implemented the normal IBM MobileFirst push notification in our application. Now client requirement is that to send some secured information to the customer as notification, hence want to send secured or encrypted push notification messages to the mobile client from MobileFirst server through GCM or APNS.

Is there any built-in MobileFirst API available to fulfill the requirement?


回答1:


GCM and APNS push notifications are encrypted in transit using TLS, but the MobileFirst Platform doesn't provide an API to do end-to-end encryption of push notifications (i.e., to encrypt the actual notification payload, which would then need to be decrypted by the app).

If you wish to have this type of functionality in your application, you would need to implement the payload encryption/decryption yourself, using whatever type of encryption meets your needs.

If you think the product should provide an API to do this type of function, you should open a Request For Enhancement describing what you would suggest that the product should do, and your use case, so that the product managers can consider it.



来源:https://stackoverflow.com/questions/38014798/secured-or-encrypted-push-notification-messages-from-mobilefirst-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!