iOS Question Save data from Notification

Nizze

Active Member
Licensed User
Longtime User
Hi
Tryed to find a way to save data from Firebase notification .
I want to save the body message and use it when the user starts the app
Is there a way to do this ?
I have been working with Erels examples , and i it works perfekt.

Br

Nizze
 

Nizze

Active Member
Licensed User
Longtime User
No.

Your app is not started when a notification arrives (with the exception of silent push notifications).

Push notifications are not replacement for your own server. Don't assume that all messages will arrive, instead check with your server when the app starts.
Hi

That is what im doing right now .
I only had to ask , so im not missunderstud it :D

// Nizze
 
Upvote 0
Top