react-native-ibeacon icon indicating copy to clipboard operation
react-native-ibeacon copied to clipboard

background ibeacon scan battery drain? (iOS)

Open d0uub opened this issue 6 years ago • 0 comments

Version

1.1

Steps to reproduce

  1. componentWillMount register several ibeacon
  2. local notification in Beacons.BeaconsEventEmitter.addListener "regionDidExit" and "regionDidEnter"
  3. run as background

when i put the iphone over night, it drain more than 50% of battery of my iphone, how can i stop / start by specific time? if i implement componentWillUnmount will it keep run as background?

d0uub avatar Sep 14 '18 01:09 d0uub