Home:ALL Converter>Terminated App wakeup with iBeacon IOS

Terminated App wakeup with iBeacon IOS

Ask Time:2018-08-17T00:30:16         Author:HKP

Json Formatter

This is in response to my prevous query.

Terminated App not wakeup with iBeacon packet

App wake up working fine in almost all scenarios. just in one specific case I am not able to know whats happening.

Working Case

When in foreground/bakground/Force Quit ->reboot -> Screen On :Working fine I am getting didDetermineState state and also didRegion beacon Callback.

Not Working

But only in this case its seems not working [Force kill -> reboot device -> immediately put device to sleep [Screen Off] .

  • Added some NSLog and I could not see any log and also in process list also it does not show process.

If i just press power button and wake iphone then app is started by iBeacon packet and everything works fine afterwards. So only in this specific case its not working, is there any condition where ios will not launch location service ?

@davidgyoung : I checked your other post and you are the correct person who can answer. When testing, I checked this case also but still not working absolutely sure you get a didExit callback or a didDetermineState callback that says it is out of region before you kill the app or reboot . So please guide me more for this.

Author:HKP,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51881632/terminated-app-wakeup-with-ibeacon-ios
yy