Comm.makeWebRequest(requestURL, params, options, method(:onReceive));Everything is great, except when calling webservice methods with https it does not work on a PHYSICAL DEVICE. It works with https in simulator, and with http endpoints also on device.
Note, my web service endpoint SSL certificate is a self signed certificate.
I did not read anywhere self signed cert is restricted. What do I miss? Or what can be the problem?
My app uses Connect mobile app for internet connection, I test it on IOS.