Hi guys,
I am new with phonegap, my friend and I have been playing around with a project. Using HTML5 and JQuery and Ajax, we connect to web services that we have placed online. Everything works fine on develope mode but when we compile the project it only shows the index page and nothing happens. Please help, thank you in advance.
-Ramon
I'm guessing your backend SSL certificates are either invalid or configured improperly. Android Cordova apps built in debug mode are a lot more lenient than when built in production mode.
Double check that your SSL certificates are valid and properly configured. You might try checking your backend against SSL Server Test (Powered by Qualys SSL Labs) or any of the other various tests online.
Hi kerrishotts, thanks for the reply. I am not using SSL on my hosting right now, I have also added <plugin name="cordova-plugin-whitelist" spec="~1.3.2" > on my config.xml, but it still not working, I hope you can give me some more advise. Thank you
Hi just an update, i got it to work now. Thank you very much