Estimote / iOS-Indoor-SDK

Estimote Indoor SDK for iOS
MIT License
484 stars 136 forks source link

"can't fetch location" is it because SDK works only with Beacons? #15

Closed abdulazizalmass closed 8 years ago

abdulazizalmass commented 8 years ago

Thank you for the amazing technology.

I am using the 10 stickers dev kit. I copied and pasted the app id and Token. Then pasted some of the sticker's identifier in here: let fetchLocationRequest = EILRequestFetchLocation(locationIdentifier: "identiferID")

I was prompted by this error message "can't fetch location". I think it had to do with JOSN location file and location connection. can't fetch location: Optional(Error Domain=ESTRequestGetJSONErrorDomain Code=2 "You have no access to requested resource or it doesn't exist." UserInfo={NSLocalizedRecoverySuggestion=Verify if requested resource exists and belong to you., NSLocalizedDescription=You have no access to requested resource or it doesn't exist.})

By the way when I browser the cloud.estimote.com under my nearables All of their locations is set to: unkown. If that was the issue, then how do I fix it?

abdulazizalmass commented 8 years ago

fixed

indoor location only works wirh beacons. 4 has been maped with proximity app I'd and token from cloud.estimote.

I will provide further instructions if required