iOS: APNS Certificate expires in 30 days - how is this related to APN key in Firebase messaging?

a 夏天 提交于 2020-06-15 05:49:05

问题


I am using Firebase Messaging for iOS and Android push notifications. I am using the new "APNs Authentication Key" mechanism and not "APN certificate"

I got an email from Apple that my "Push Certificate" will expire in 30 days and per their help document, I need to switch to this new certificate otherwise push services will stop working for my deployed app in 30 days.

I'm confused on what to do and whether APNS certificate expiring has any relevance to my app that uses APN Keys.

Per Apple's email: - I've generated the new certificate - I haven't yet revoked the old one - will do that only after I am sure on what to do - The predicament is I don't see where to upload to Firebase

Here is my Firebase settings - as you see I don't use the APN certificate.

So Question: What do I need to do with the renewed certificate?


回答1:


Well, I waited for more than 30 days. The answer is "it doesn't affect you if you are using the new APN keys"

Instead of sending an ominous email, I wish they'd also write - this only applies to you if you are not using APN keys.



来源:https://stackoverflow.com/questions/48868428/ios-apns-certificate-expires-in-30-days-how-is-this-related-to-apn-key-in-fir

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