Can I have my iBeacon send push notifications to Android devices? If so what are the Android version and device limitations?
(The reason I am asking here is because this question still isn't easily found on fast google search.)
Can I have my iBeacon send push notifications to Android devices? If so what are the Android version and device limitations?
(The reason I am asking here is because this question still isn't easily found on fast google search.)
The simple answer is yes. A few caveats:
You should also understand that beacons themselves don't actually push notifications to devices. Mobile devices can detect beacons, and when they do, they read their numeric identifier. A user-facing notification is often triggered upon beacon detection programmatically by tying the beacon's numeric identifier to a string message like "Welcome to our store."