且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

来自 MobileFirst 服务器的安全或加密推送通知消息

更新时间:2023-02-16 21:40:31

GCM 和 APNS 推送通知在传输过程中使用 TLS 进行加密,但 MobileFirst Platform 不提供 API 来对推送通知进行端到端加密(即,加密实际的通知负载,然后需要由应用程序解密).

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.

如果您认为产品应该提供 API 来执行此类功能,您应该打开一个 Request For增强 描述您建议产品应该做什么,以及您的用例,以便产品经理可以考虑.

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.