I'm using the latest SDK of Google Analytics for iOS and I'm facing a problem when I communicate with GA's server. For different reasons, I need my iOS device (ios7.1) to be configured with a date in the year 2000. Unfortunately, when the GA's SDK try to send the events tracked, the GA's server refuse them for a SSL problem (it seems that the GA's certificates are renewed each 3 months...)
Is there a way to force the GA's SDK to use HTTP or to fake the date sent ?
Thanks all.
To disable the use of https, add the following to your code after getting a tracker:
See item 5 here: https://developers.google.com/analytics/devguides/collection/ios/v3/migration