iOS Question aps certificate expiring - what to do?

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone, I’ve an app published on the store that receives notifications using firebase .

I received an email from apple reminding me that the aps is about to expiring. What I’ve to do?
The app will stop to receiving notification ?

thanks in advance !
 

Mike1970

Well-Known Member
Licensed User
Longtime User
You need to update the certificate in Firebase console. No need to update the app.
Oh ok, so I need to generate a second one on Apple console, and associate it in firebase?

doing this , there will be a moment where the notification will not work?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
o I need to generate a second one on Apple console, and associate it in firebase?
Yes. Note that you can use the new auth keys. They are actually a bit simpler to use.

doing this , there will be a moment where the notification will not work?
Just update the key and it should work. Keep a backup of the old key in case things go wrong.
 
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
Yes. Note that you can use the new auth keys. They are actually a bit simpler to use.
it is a while that I'm not using Firebase, I always referred to this tutorial:
 
Upvote 0
Top