react-native-ibeacon
react-native-ibeacon copied to clipboard
background ibeacon scan battery drain? (iOS)
Version
1.1
Steps to reproduce
- componentWillMount register several ibeacon
- local notification in Beacons.BeaconsEventEmitter.addListener "regionDidExit" and "regionDidEnter"
- 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?