Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facing new iOS indoor positioning capability

I want to develop an indoor positioning-based iOS app intended to help users to find the different rooms in an offices building. I've seen here that Apple now offers a way to get indoor positions for iOS 8 devices. It takes me to Maps Connect, and asks me to sign up there and provide some information about the venue where I want to enable indoor positioning.

I don't find more Apple's documentation dealing with this feature far from an example code (Indoor Positioning with Core Location). I don't understand the procedure to create an iOS 8 app that provides indoor positioning:

1) What does Apple exactly mean with "venue"? Is the indoor positioning feature only allowed to be used in public buildings such as museums or stadiums? It is not possible to use it in a private building?

2) If I can't make an indoor positioning-based app this way, what the alternatives could be? ASFAIK, the iOS SDK does not provide an API to get WiFi signals strength as Android does... The same problem if I want it to work in iOS 7.

This is the first time, that I've wanted to develop an app for indoor positioning and I'm a bit lost. I've read some related posts (a bit old ones) such as these:

Indoor navigation hardware/software requirements for iOS

iPhone indoor location based app

But I haven`t a clear idea of which the starting point to start developing this should be or the options I actually have. I'll appreciate some guidence and/or some opinions from someone who has already developed something like this.

EDIT: At least I'd like to know some more details about the Apple's indoor feature for iOS 8: if it could be used for any building, private or public, if it is more or less accurate, and some kind of tutorial or guidelines providing some steps to follow to develop this kind of system, since Apple itself does not seem to provide further prior explanations...

Thanks in advance.

like image 647
AppsDev Avatar asked Nov 11 '22 00:11

AppsDev


1 Answers

The WWDC session "Taking Core Location Indoors" will get you up to speed.

https://developer.apple.com/videos/wwdc/2014/?id=708

like image 128
Onato Avatar answered Nov 25 '22 06:11

Onato