Skip to content

iOS App crashes if missing permissions for location updates #110

@louis123562

Description

@louis123562

Our app was rejected by Apple because we had the background mode 'location updates' enabled, but we dont implemented a feature that would take use of it. The background mode with 'location updates' is required by the documentation of this plugin.

image

Because we dont use this feature in the background runner at all, we disabled the background mode. This leads to an crashing background runner.

image

We were able to modify the sourcecode of the background runner not using location at all. Now the app runs without crashes and without the backgroundmode 'location updates'.

image

This is a similar request to #86 which focuses Android. We would like to see more updates for the background runner; handling especially permissions.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions