Skip to content

[Android] GPS crash and shutdown after first location update received #10

@vincenzoiacovone

Description

@vincenzoiacovone

After first location update received, GPS shut down and stop working

  • Plugin version: 0.2.0-alpha.1
  • Platform: Android
  • OS version: 5.0.2
  • Device manufacturer and model: LG G2
  • React Native version: 0.32
  • Plugin configuration options:

BackgroundGeolocation.configure({
desiredAccuracy: 10,
stationaryRadius: 50,
distanceFilter: 10,
debug: false,
stopOnTerminate: false,
interval: 10000,
startOnBoot: false,
stopOnStillActivity: false
})

Expected Behavior

GPS still active receiving updates

Actual Behavior

GPS stop working after first update

Steps to Reproduce

  1. Configure plugin in componentWillMount
  2. Start

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions