首页 > 解决方案 > 如何在 Ionic Framework 中获取 iBeacon 的 mac 地址,以便在 android 平台上构建应用程序

问题描述

我正在尝试使用 ionic 框架为 android 设备构建一个应用程序,以在https://www.thepolyglotdeveloper.com/2015/09/support-ibeacons-in-your-ionic-framework-的帮助下扫描环境中的 ibeacons移动应用程序/。在进入这个离子框架之前,我只想知道一些事情。

1. Is it possible to scan ibeacons on android devices without giving UUID's?
2. Is it possible to fetch the mac address of ibeacons on android devices?

如果上述事情在 Ionic 框架中是不可能的,我应该使用哪个堆栈或框架来为 android 设备构建一个应用程序来扫描 ibeacons 和非 ibeacons 以获取 mac 地址和 RSSI?

标签: ionic-frameworkbluetooth-lowenergymac-addressscanning

解决方案


推荐阅读