NSURLSession when app goes into background or iOS looses network connectivity -


what happens ephemeral nsurlsession of type data task when app switches foreground or ios looses network connectivity?

in particular, nsurlsessiondelegate notified, or have observe @ level of uiapplicationwillresignactivenotification (as as uiapplicationwillterminatenotification) , kreachabilitychangednotification respectively, if don't want nsurlsession disappear "silently".


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -