Beacon monitoring after reboot with iOS10

可紊 提交于 2019-12-01 15:01:22

There have been a number of reports of failing to monitor beacons in the background after an upgrade to iOS 10. Try this:

  1. Setting -> General -> Reset -> Reset Network Settings
  2. Launch your app, verifying beacon detection in the foreground
  3. Turn off your beacon or leave range to verify region exit in the foreground
  4. Put the app to the background (hit home or kill the app)
  5. Turn on the beacon or go within proximity
  6. Wait up to 15 minutes for a didEnterRegion event, especially after reboot

i can confirm having the same issue since using iOS 10. I’m using ibeacon with IOS10 and cannot handle the ExitRegion/EnterRegion events : i’ve tried to change the beacons advertising with 250 ms

The exit/enter Region sometimes it works sometimes it doesn’t. If it works you should wait up to 15 minutes for a EnterRegion event!

the most common result on iOS 10 is nothing happens, is no region events are fired, just ranging and then it stops!

I will post any replies if i make some progress The devices tested are iPhone 6S iPhone 5S version iOS 10.0.2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!