I’m developing a mobile app using PhoneGap and jQuery Mobile. From what I’ve read you can’t make an http request to an https web service. So when an app is live on a phone how can you make a request to an https web service?
I’m developing a mobile app using PhoneGap and jQuery Mobile. From what I’ve read
Share
Have you tried it ?
Because I’m working on an app developed with PhoneGap and Sencha Touch and HTTP Request to a HTTPS web service works just fine.
Update
Try to add this at the end of you AppDelegate.m file