ios - how to get current distance between iPhone and paired Apple Watch -


is there way distance between apple watch , paired iphone. working on test case in .. iphone , apple watch should notified when distance between both devices got change.

you technically can't exact distance, can make 1 device act beacon , work on core location proximity. have 3 proximity states on can check distance: clproximityimmediate (i.e. device close each other), clproximitynear (i.e. devices close each other) , clproximityfar (i.e. devices lose bluetooth connection).


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -