ignite-andross icon indicating copy to clipboard operation
ignite-andross copied to clipboard

APIs are not called in background - ios

Open m-tbox opened this issue 4 years ago • 0 comments

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

m-tbox avatar Sep 28 '20 05:09 m-tbox