Val

Results 4 comments of Val

Thank you for answering. Actually, I changed the categoryID for the shop one ( not the coffee one). And in the global shop category, there are many other categories. And...

Thank you! I worked on it today. Actually, when I run the project with the following modification, I get an error: ####Error Domain=io.realm Code=0 "Migration is required due to the...

Hi @reinderdevries , Do you know how to use the multi parameters function to get the venues ? ( I don't know how to properly implement function ) I would...

@reinderdevries , Thank you for your reply! I tried to follow your advice: getCoffeeShopsWithLocation(location:CLLocation) { if let session = self.session { var parameters = location.parameters() parameters += [Parameter.categoryId: "4bf58dd8d48988d103951735"] parameters...