Here is the situation :
I have an home-made beacon which advertise some more data (temperature data) than its UUID, major value, minor value. When my app is in the foreground and scan, I can get the updated temperature value (without connection). Also, I get a simple local notification (saying "Enter in beacon range!") when there is a "didEnterRegion"
event (only if the app is closed).
I'd like to set the updated temperature value in this notification but I'm struggling on this. Is there anyone who already did something like this? I found only this : ibeacon-get-major-and-minor-only-looking-for-uuid but it's not helping since the values are still fixed.
Any tips?