Is there a way to wake up an application that is completely turned off in iOS using a server push notification or scheduler and collect whether the user is using the smartphone and record it locally or send it to the server(in the background)? It would be nice use Flutter, but it's okay if don't.
They say it's impossible on iOS, so I'm contemplating how to do it.