Access Estimote Beacons from Windows Phone 8

Hi,

We have recently got estimote and checking if accessing the beacons from Windows Phone 8 is possible or not?

With Regards,
Amit

Hi Amit,

Right now we are supporting iOS https://github.com/Estimote/iOS-SDK and Android https://github.com/Estimote/Android-SDK. SDK for Windows 8 is also in future plans but not any time soon.

Thus you can connect with beacon using our Estimote Virtual Beacon app for iOS: https://itunes.apple.com/us/app/estimote-virtual-beacon/id686915066 and for Android: https://play.google.com/store/apps/details?id=com.estimote.apps.main

Best regards

what do you suggest to use it with phone 8? i think your sdk is a wrapper for your communication protocol. if there is reference documents i can implement it for phone 8.

Hi Ufuk,

Well yes, Estimote SDK is a wrapper around Apple's CoreLocation framework. It is dedicated for iOS 7 as it's based on newly introduced CoreLocation framework functionality called iBeacon.

You can use Apple's CoreLocation Framework to discover beacons, but if you'd like to manage Estimote beacons to set major, minor, distance, etc. you must use our SDK.

Our SDK consists of 3 classes: ESTBeaconManager, ESTBeaconRegion and ESTBeacon. Each of them is an equivalent of CoreLocation classes (CLLocationManager, CLBeaconRegion, CLBeacon) created in particular for Estimate Beacons Platform.

If you want to learn more please visit our repositories on GitHub: https://github.com/Estimote