Quiz
Retrying Requests on Flaky Networks
Learn the right strategy for retrying failed URLSession requests without hammering the server.
Your app hits a REST API over an unreliable mobile connection and occasionally fails with transient network errors. What is the best strategy to improve reliability without overloading the server or draining the battery?