The issue on the app is that once the user goes to the background and comes back to the app, it gives a few errors like in the attached image.
These errors do arise when the user clicks on a push notification as well.
Tried changing and removing pods, their versions and everything but nothing seems to be working. This happens when I run the app on the physical device and not on the simulator.
Hope you guys could help me on this issue.
This error is related with network requests that are killed during backgrounding. Similar problem was described in Alamofire issues.