还有办法为 GCM 上传 ios 推送证书吗?

Is there still a way to upload ios push certificate for GCM?

我知道该服务将于今年 4 月关闭,我计划在明年初(1 月下旬)迁移到 Firebase。但是我的 ios 证书现在需要更换。

我在网页上保存了一个 link 用于上传证书,但现在它只指向 Firebase。

有人知道如何上传我的 ios 推送证书吗?我再次知道该服务正在关闭 "As early as April 11 2019",但还有 4 个月的时间。

根据 Jacque 评论中的帖子,似乎没有人找到执行此操作的方法。虽然看起来它应该支持到 2019 年 4 月 11 日,但事实证明它并不像我想象的那么困难。我假设我必须同时更新我的​​服务器代码、android 代码和 ios 代码,但事实并非如此。

第三个 FAQ here 的答案是这样说的:

How long do I have to migrate to FCM?

We will turn off most GCM services in April 2019, so you should plan to have most of your services migrated by then.

Note that client SDKs and GCM tokens will continue to work indefinitely. However, you won't be able to target the latest version of Google Play Services in your Android app unless you migrate to FCM.

所以这意味着服务器和每个客户端可以单独更新,实际上只有服务器代码需要在 4 月更新,客户端可能会滞后并可能保持不变。

在服务器端,所需要做的就是更改服务器端点,因为 FCM Rest API 支持现有的 GCM Rest API。

注意:您仍然需要将 GCM 项目导入 FCM 并添加 ios 证书或密钥。