[Feature request]: iOS backgroundRefreshStatus #1174
Labels
P2
Important issues not at the top of the work list.
platform: ios
Issue is related to the iOS platform
type: enhancement
New feature or request
Is there already an issue requesting this feature?
Please select affected platform(s)
Use case
On iOS users can disable Background App Refresh permission
backgroundRefreshStatus
, due to which background tasks cannot run if user has disabled the permission.Background tasks are all types of tasks like
Background Fetch
,BGAppRefreshTask
,BGProcessingTask
, if the permission is disabled Apps cannot run tasks like daily maintenance, backups, background data processing, or periodic refreshes from server etcBackground App Refresh permission:
Proposal
A new permission handler should be created to get
backgroundRefreshStatus
so that Apps would be able to check and prompt the user to enabled Background App Refresh in App settingsSpecific requirements or considerations
No response
Additional information or context
No response
The text was updated successfully, but these errors were encountered: