umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Document App Store guidelines for potential background task for our notifications process #429

Closed mdconatser closed 1 year ago

mdconatser commented 2 years ago

As a developer, I need to know that we are meeting Apple/Google's guidelines for utilizing a background refresh of a user's emails to support OS notifications. This will make the submission process less of a risk of rejection.

Acceptance Criteria

umgcjack commented 2 years ago

The current implementation of the background service library provided by Flutter does not allow for the scheduling of reoccurring background tasks yet. As such, this app should not be concerned with Apple's background refresh policies.

The Android implementation does not require additional Google Play considerations, since it is not using any location services when performing the background task.