As mobile developers, we should follow the circuit-breaker method and see if the application can continue when an API is continuously failing. In some cases, your application may ignore a particular API's response.
Conversation
It's also easy to simulate bad/slow network conditions. Tools like httpstat.us, Charles Proxy, and custom code can simulate and automate these conditions.
More details, links, etc. on my blog -
1
10
