Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app must run continuously in the background #12

Open
MadejaMaciej opened this issue Oct 29, 2023 · 2 comments
Open

The app must run continuously in the background #12

MadejaMaciej opened this issue Oct 29, 2023 · 2 comments
Assignees
Labels
feature New feature or request, requires business analysis in most cases

Comments

@MadejaMaciej
Copy link
Collaborator

MadejaMaciej commented Oct 29, 2023

Overview

Please, implement a feature which prevents system from shutting down the app when it is in background.

Narrative

  • As a app user
  • I want it to run in the background, even if I am not using it
  • To have measures and results sent to server even if I am using some other app or not using device at all

Acceptance Criteria

  • Given that I switch back from the app to some other or app launcher or I am not using device at all
  • When I turn back to the app
  • Then I see all the data needed to be sent in idle period was actually sent
  • And I see that app hasn't been terminated by the system due to no activity
@MadejaMaciej MadejaMaciej added the feature New feature or request, requires business analysis in most cases label Oct 29, 2023
@MadejaMaciej MadejaMaciej added this to the Enhanced logic milestone Oct 29, 2023
@MadejaMaciej
Copy link
Collaborator Author

MadejaMaciej commented Nov 3, 2023

Blocked until API is received

@mrfatguy mrfatguy changed the title Działanie apki bez przerwy w tle The app must run continuously in the background Mar 10, 2024
@mrfatguy
Copy link
Collaborator

@MadejaMaciej You don't need to wait for the API. Terminating app due to no activity is a pure mobile system feature.

Building an app as a system service or doing any other changes that prevents it from being terminated or that allows it to run in the background endlessly has nothing to do with the server side or API at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request, requires business analysis in most cases
Projects
None yet
Development

No branches or pull requests

2 participants