Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我们的场景:
我们计划在大房间(即像百货公司)中设置大约 4 个信标。一旦用户进入房间,应用程序将通知用户,“欢迎光临我们的商店!”。当用户离开房间时,应用程序会通知用户,“请再来!”。我们计划放置 4 个信标的原因是为了确保当信标在设备的范围内时,我们可以确保用户确实还在房间内。(我们担心用户可能仍然在房间里,并且出现“请再来!”的通知。)
我们想知道是否可以编写代码,如果移动设备无法扫描所有信标,则用户已经离开该区域,设备将发送本地通知。
为了使其工作,您需要:
didExitRegion
didEnterRegion