Skip to content

feat: keep app running in background#502

Merged
claration merged 1 commit into
mainfrom
background-running
Oct 12, 2025
Merged

feat: keep app running in background#502
claration merged 1 commit into
mainfrom
background-running

Conversation

@Nyasami
Copy link
Copy Markdown
Collaborator

@Nyasami Nyasami commented Oct 12, 2025

This very helpful when you download or install big ipas because you can leave the app and comeback with process running in background, less time wasting

@Nyasami Nyasami changed the title feat: keep app running in background with silent audio feat: keep app running in background Oct 12, 2025
@castdrian
Copy link
Copy Markdown
Contributor

this is nice for iOS <26 but I feel like it might be good to use this as fallback for older OS versions and use the official background task api for newer iOS versions, BGContinuedProcessingTask was introduced and provides a live activity as UI feedback when active

@Nyasami
Copy link
Copy Markdown
Collaborator Author

Nyasami commented Oct 12, 2025

this is nice for iOS <26 but I feel like it might be good to use this as fallback for older OS versions and use the official background task api for newer iOS versions, BGContinuedProcessingTask was introduced and provides a live activity as UI feedback when active

i dont have 26 😐

@claration
Copy link
Copy Markdown
Owner

I'm sure that'll be easy to integrate but right now we use an older SDK

@claration claration merged commit ece8c22 into main Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants