iOS Region Monitoring in Background Mode

后端 未结 3 1457
感情败类
感情败类 2021-02-14 01:09

I am using Region Monitoring in my app and I faced a question that I couldn\'t find any answer to it. How does region monitoring work in background mode?

According to Lo

3条回答
  •  醉话见心
    2021-02-14 02:03

    As far as I know region monitoring only works with iPhone4 and it's based on the device changing the communication towers. This way it uses way less battery than the standard background location update. Make sure you enabled the appropriate background modes. As long as you implement that delegate, you should be ready to go.

提交回复
热议问题