Quote of the Day

more Quotes

Categories

Buy me a coffee

  • Home>
  • Mobile development
All posts in "Mobile development"

How to detect iBeacons in a NativeScript-Angular app.

Published May 4, 2020 in Mobile development - 1 Comment

At my workplace, we constantly think about ways to improve the user’s experience. One of the things I am working on is enabling our mobile app to aware of the user’s presence when the user come within proximity of certain rooms at our premise and automatically check the user in. For this check-in feature, I found a NativeScript plugin to detect iBeacons using my android phone. In this post, I am going to show you some codes in a sample NativeScript-Angular app to scan for iBeacons.

Continue reading