Originally posted by Prerit Singhal:
Hi Anuradha,
Am using the platformRequest currently, but the problem is that in few devices it exits the application and takes me out of the app.
I want to handle that exit app from the app, while the binaries are being installed.
Hi Prerit,
please try the following,
After calling the platformRequest() method, put a sleep() of 500 or 1000 milliseconds. So the binaries can be installed, And then you call destroyApp() from there.
i have faced the above issue once, and this approach worked for me..
