Einzelnen Beitrag anzeigen

mjustin

Registriert seit: 14. Apr 2008
3.006 Beiträge
 
Delphi 2009 Professional
 
#2

AW: Bildschirmsperre bei iOS Geräten bricht Socketverbindung ab

  Alt 4. Dez 2014, 11:48
Das ist so seit iOS 5:

http://stackoverflow.com/questions/7...-new-ios-sdk-5

Zitat:
"... in iOS 5.0 when the lock screen is initiated the app is sent to the background and you can only do what an app can do in the background. So if you have not made other arrangements than your app will loose network connections."
Was diese "other arrangements" konkret sein könnten, steht dort leider nicht.

In der akzeptierten Antwort zu http://stackoverflow.com/questions/8...-on-ios-5-only wird die Methode beginBackgroundTaskWithExpirationHandler: als Lösung für 'a short while' genannt.
Michael Justin

Geändert von mjustin ( 4. Dez 2014 um 11:53 Uhr)
  Mit Zitat antworten Zitat