run task periodically or wake up app periodically

Hello, on expo SDK 46, android and iOs:

I need to perform a task every 3 minutes (the task is opening another app, but this was solved in my previous post) even if the app is not visible on the screen or the screen is off.

Is it possible by waking up the app every 3 minutes, or by running a background service, or any other solution (e.g silent push notifications) ?

expo-background-fetch is not a solution because it has a minimum interval of 15 minutes, and I could not either make it work in the snack example provided by the official docs, nor on the expo dev-client on my device.

Thank you.
Regards

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.