Multiple App same region

I have a situation where I have 2 or more different apps using your sdk on a device monitoring for the same region. I want only one local notification to be sent to the user when he receives didEnterRegion. How can I acheive this ?

Hi,

You have to come up with some management scheme. You could while entering/leaving region read/write some data from/to file and based on that decide if notification is needed. SDK offers only feedback that user entered/left defined region, what you'll do with that information is up to you.

Best,