image upload using POST-API when iOS app is in background
I don't think we can add httpbody, you may have to send data using query params like we send in GET request and then on the server if yours is in PHP use $_GET['Your_Id'] to access that id
I don't think we can add httpbody, you may have to send data using query params like we send in GET request and then on the server if yours is in PHP use $_GET['Your_Id'] to access that id