APIs are not called in background - ios
m-tbox opened this issue · 0 comments
m-tbox commented
What's going on?
- I have an api that uploads images it works fine in foreground but if submit the form and take the app to background the form is not submitted to server.
- I have added debugger before and after api call in saga but in background mode saga doesn't receive any response
Steps to reproduce
- Submit form at a POST api
- Bring the app to background
- Form will not be submitted to server (Saga also don't get any response back)
- I have tested in iPhone 11, OS 13.3