Reputation: 21
Our cross platform app( build using Xamarin.Forms) is running successfully on all the physical devices and also on the Bowserstack Android devices, but it throws error on Browserstack IOS devices.
In the app, we are connecting with 3rd party i.e. Couchbase ( our backend) to sync the data using Couchbase lite nuget (https://github.com/couchbase/couchbase-lite-net ) but seems like it is not syncing data for some reason only on Browserstack IOS devices which is causing the issue, and getting disconnected in-between.
Exception thrown by app: "No response received after 15 sec -- disconnecting"
Kindly help, if anyone has any idea around this
I tried network throttling on Browserstack IOS devices in case if its network relate issue, but it doesn't work.
Upvotes: 1
Views: 441