Actually, I want to execute the pending request even if the app is closed and reopened by the user.
So the flow is:
The user turns off the internet >> fire a POST type API >> Close the app >> Again open the app >> turn on the internet >> It should execute all pending API calls.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Actually, I want to execute the pending request even if the app is closed and reopened by the user. So the flow is:
The user turns off the internet >> fire a POST type API >> Close the app >> Again open the app >> turn on the internet >> It should execute all pending API calls.
My Environment: