Felipe Peña

Results 17 comments of Felipe Peña

The way I solved this: Every time a new callout is shown, I hide every other callout. That way, only one is shown every time inside a map.

@rlogical-techsoft I have implemented `touchesBegan`. Something like this: ``` override func touchesBegan(touches: Set, withEvent event: UIEvent?) { if let touch = touches.first { for temp in self.mapView.annotations { if let...

I have this issue also. Using both account key and app id.

> @fpena did you fix it? For me it was just an error in the account key.

> @fpena What is the problem with it? Did not you configure the app in zendesk? Or just a mistake with a key? Because I still have it not fixed....

> @fpena Is it require to have PEM file in app configuration? I can't find info about it. May it be a problem with it? Not really. In order for...

> Without appID will this work ? I am still getting this issue and keys are correct here It didn't work for me without `appId`.

> @fpena Thank you. I tried all solutions but it still not works. > So sad. Did you create the app in the Chats section? Also, I'm assigning some data...

Can you show an example of your code?