Johannes Stein

Results 20 comments of Johannes Stein

Hi @GantMan, thank you so much for writing all of these down. I'll address these issues in an upcoming release.

As far as I see the official iBeacon SDK doesn't provide a way to get the MAC address of a beacon. For this to work, we would need to integrate...

There is an issue with iOS 9 compatibility right now and I'm not sure that this might be a side effect. Let me see if I can reproduce the issue...

@stu60610 Thank you for very much. I'll package that up it into a release very soon.

This is amazing :tada: Thank you. At the very least I'll add a link in the readme, as for integrating that into this repository I would be totally be up...

It's not available for Android yet. I'd happily accept pull requests that add this functionality though. :)

Unfortunately there's no one working on that at the moment. I don't have access to my Estimote beacons for the next 6 weeks, as much as I would like to...

As far as I know Android support is not as easy as the iOS version, primarily because there is no official SDK for iBeacons for Android. You might want to...

Let me dig into this. There may have been some changes with iOS 9 I'm not aware of. I've run into something similar before. In an app we submitted we...

It turns out there have been some changes in iOS 9 relating to the background functionality. Specifically the `allowsBackgroundLocationUpdates` of the location manager needs to be set to `true`/`YES`, otherwise...