Open sultanmyrza opened 2 years ago
I solved my issue with by call.reject()
if error != nil {
call.reject("Error", "REQUEST", error, [:]) <--- just added this line
return
}
Hi @sultanmyrza,
just want to let you know, that this is a duplicate of #224 and already resolved with #225. 😄
Have a great day!
Hello @mrahn24 Oh, I see https://github.com/mrahn24/http/commit/da0742fde037e34008a5c86a176a1c33b888bc02 thank you for pointing that out. Then it can be closed now. Hope they will approve you PR soon 🤗
Thank you 🤗
In the iOS app, I use @capacitor-community/http to connect to an IoT device (in my case it's GoPro9). When I first connect to GoPro's WiFi Access Point and try to do get a request it was failing silently then I found out the problem was Local Network was disabled for my app (Settings -> MyApp -> Local Network).
When I do http request to GoPro and disable Local Network for my app, the native call ends up here
the error value is this