Add keep running background
Feature Description
Add this feature if possible. It helps to download apps in background running.
Start going into detail..
No response
ios apps are incapable of running in the background, they can only be suspended and reactivated.
ios apps are incapable of running in the background, they can only be suspended and reactivated.
You could use a workaround that a lot of apps use and either use location tracking or play a silent audio file, so iOS doesn't suspend the app. But I don't see a need for this anyway, as .ipa files usually aren't that big, and shouldn't take that long to download...
But Esign and Gbox did it already.. These are run in background perfectly. I just request because I like the UI of feather app
I'll reopen this issue until I decide (or not) to use that hacky workaround with the blank audio file
I'll reopen this issue until I decide (or not) to use that hacky workaround with the blank audio file
Termius uses live activities to keep the connections alive. This also works great but idk if live activity works properly when sideloaded
Live activities work fine indeed, audio approach however is less intrusive and there’s already a pr by someone that as far as I have tested works rather well
Live activities work fine indeed, audio approach however is less intrusive and there’s already a pr by someone that as far as I have tested works rather well
Okay nice, I just wonder what happens if you already listen to music?
nothing if you configure the audio engine properly and set it to ambient
nothing if you configure the audio engine properly and set it to ambient
I didnt know that. This is even better than live activities because the user doesnt notice anything👍️
Added at https://github.com/khcrysalis/Feather/commit/ece8c228b7aa889eb7d27232ba90780e205a8a76