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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -