I need to implement such feature:
every time than app get internet connection I need to send request to web server. I need to do it from Background than app is not launched. So, what Background mode should I use for that and how to implement that feature?