Closed jonathansolorzn closed 6 years ago
I'm trying to retry the request whenever an image is not downloaded, is it possible using Alamofire's RequestRetrier?
Yes, you can customize ImageDownloader similar to how you would a regular SessionManager, including with a RequestRetrier.
ImageDownloader
SessionManager
RequestRetrier
I'm trying to retry the request whenever an image is not downloaded, is it possible using Alamofire's RequestRetrier?