1

I am developing a new IOS app and I am using Foursquare API for venues. For some reason, after 4:00 pm (UTC -3), I receive the following error: "clock set to wrong date". I can't understand why. Does anyone has an explanation?

Eduardo Mauro
  • 1,515
  • 1
  • 26
  • 38

1 Answers1

0

Found a solution. I am using ASIHHTPRequest and for some reason the error happens for no apparent reason. I added:

[request setValidatesSecureCertificate:YES];

and it solved the problem. But I don't know why it fails sometimes.

See: this question

Community
  • 1
  • 1
Eduardo Mauro
  • 1,515
  • 1
  • 26
  • 38