Relative Content

Tag Archive for iosfluttermobilebackground

How to run code when flutter app is terminated in iOS?

I want to send an HTTP request to server when user connects to internet even if my flutter application is closed on iOS.
How can I make my code run as soon as user’s device connects to internet?
I see iOS apps like “Find My” are able to update their status when they are connected to internet even if they are closed. For example I can see my iPad gets online on my iPhone “Find My” app when it gets connected to internet.