cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ios timeout error when making a request to a REST API

juanforero5
Participant
0 Likes
2,816

Hello everyone, I have a mobile application which has a module where you can check the company's inventory. This inventory is exposed through a REST API.

The problem is that on IOS phones when an inventory reference is consulted it throws a timeout error but on ANDROID phones and when I make the request through POSTMAN it works perfectly.

Does anyone know if there is a parameter to modify this waiting time or how I could solve this?

It is worth mentioning that all the requests to the rest service work perfectly but the problem only appears in IOS

Attached screenshot of the error

View Entire Topic
evanireland
Product and Topic Expert
Product and Topic Expert
0 Likes
juanforero5
Participant
0 Likes

The problem is that this solution is given for those who are programming directly from xcode but since I have the application built with MDK I don't know where to add those options