I am trying to build a chat app. I am using FCM to deliver messages to my app accompanied by some custom data like the new message_data,
deleted message_id
and so on; each message will need to run the app in the background to do some background processing and local database syncing.
This continuous background processing is clearly not acceptable as APNs imposes a per-device limit on background push notifications . I am asking how can I push messages and actions payload without being throttled ?