migueldeicaza / SwiftTermApp

MIT License
305 stars 29 forks source link

Add background entitlement + basic stay-alive features #77

Closed migueldeicaza closed 2 years ago

migueldeicaza commented 3 years ago

In iOS15, any background activity really kills all networking.

https://developer.apple.com/documentation/uikit/app_and_environment/scenes/preparing_your_ui_to_run_in_the_background/extending_your_app_s_background_execution_time

https://stackoverflow.com/questions/43853812/prevent-websocket-connection-to-drop-when-entering-background-state-ios-swift

migueldeicaza commented 2 years ago

Implemented the baseline on main