I am developing the application where the application has to detect which floor the user is on in a building.
I have tried using CLLocation (
location.floor?.level) but this value always returns nil.Please suggest me, Is there any other way to get floor level apart from CLLocation?