我需要实现服务器端逻辑,以处理苹果 iOS 订阅状态的变化https://developer.apple.com/documentation/storekit/in-app_purchase/enabling_status_update_notifications
我的问题是:
我可以用 Firebase 做到这一点吗?即我可以在firebase服务器上放置一些例如“node.js”代码来处理来自苹果服务器的消息吗?
当我使用 测试 firebase db 服务器时nscurl --ats-diagnostics https://server.com,检查它是否与苹果 ATS(https://developer.apple.com/documentation/security/preventing_insecure_network_connections)兼容,它仅在 TLSv1.3 时失败,是否足以满足苹果 ats 的要求?
编辑 26/11/2020 - 顺便说一句,我使用 Firebase 云功能成功实现了 iOS 订阅 - 所以 Firebase 是一条路。