I am working on a RN app who's already deployed on the App and Play Store but isn't currently used. We experienced an issue on the newest iPhones (iPhone 10 and up) where no api calls could be made to our production server.
We have no issues making the same API calls to our development or test server, only our production server always returns an error code 0 (the call is rejected in a few ms).The server works fine on calls coming from older iphones and from android devices.
I've tried fetch and axios both result in the same problems.
Is there a specific header or permission needed to send api calls from newer iOS devices ?
Thank you !