I had write an iBeacon app, that send notifications when the user is near the beacon(s). It works, but it sends a lot notifications! For example, I have one iBeacon near my phone and it sends me a lot of notifications(~10-15 notifications in a minute)
How can I send just one alert notification for each ibeacon every hour?
I'm ready to show my code you, but just say me which part of code do you want to see?
This is whole my AppDelegate.swift
Set a flag(property) to keep the
proximityUUID
orCLBeacon
that have alerted notification , remove them if they are not in region.