My application is intended to go continuous version change. I call the version download url using the following code snippet
game_url="www.xyz.com/test.jad";
try
{
this.platformRequest(game_url);
this.notifyDestroyed();
}
catch(IOException e){}
The app gets downloaded but my problem is the information stored in RMS by earlier version gets deleted. Can anyone suggest how to overcome this problem

Reply With Quote

