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?
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?