lytics / ios-sdk

MIT License
0 stars 0 forks source link

Uploader #22

Closed mgacy closed 2 years ago

mgacy commented 2 years ago

Implements Uploader and stubs RequestCache and RequestFailureHandler.

Uploader sends requests to the Lytics API. If a request fails, the uploader uses RequestFailureHandler to determine whether it should retry the request, store it to retry later, or discard it due to an unrecoverable error.