Since iOS7.1, iBeacon regions can be monitored without the app being open in the fore- or background. While this is more of a lab situation than a real world problem, I was wondering what happens when two iOS apps both register to monitor the same iBeacon region in the background. Let's say, both apps are set to trigger a local notification when a specific region is entered...
Is there any expected/documented behaviour in this case? E.g. 1) both apps will be triggered? 2) only the last app that registered will be triggered? 3) etc.