Hi Team,
I am trying to exit the phonegap application on IOS. exit function is working fine on android but doesn't works in iOS.
I have use below code :
navigator.app.exitApp();
navigator.device.exitApp();
Please give solution for my problem.
Thanks,
Siva.