-
I currently have FCM working with my app to send periodic background pushes of silent data-only messages. I'm trying to use this feature to allow my app to execute some code even when the app has been force quit. According to the docs:
The docs then go on to describe how to avoid launching the app into the background on iOS. But for my use case, launching the app into the background actually simplifies things as it automatically initializes other parts of the app that I want to use in my handler. Is there an easy way to replicate this behavior on the Android side (i.e. launching the full app instead of just a headless task)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
🤔 Not that I'm aware of, sorry. I could be missing something, but I haven't seen this personally. |
Beta Was this translation helpful? Give feedback.
🤔 Not that I'm aware of, sorry. I could be missing something, but I haven't seen this personally.