iOS Question How to save background notification data?

Lucas Siqueira

Active Member
Licensed User
Longtime User
I'm using b4j to send notifications to firebase.

When a notification arrives on Android (fm_MessageArrived) with both the foreground application and the background application, I store the data in a kvs. To use later.

But on iOS only notifications with the app in the foreground are saved. How can I save notifications when the app is in the background?
 

Alexander Stolte

Expert
Licensed User
Longtime User
With silent push notifications, the app is started for 30 seconds so that you can do things in that time.
 
Upvote 0
Top