luke2012 Well-Known Member Licensed User Longtime User May 16, 2013 #1 Hi to all, I need to upload a software upgrade into the GooglePlay. I wish only upgrade the code and leave the sqlite DB as it is (on the market). So my question is : When I upload a new apk version, the related db on the market will be replaced with the db on my device?
Hi to all, I need to upload a software upgrade into the GooglePlay. I wish only upgrade the code and leave the sqlite DB as it is (on the market). So my question is : When I upload a new apk version, the related db on the market will be replaced with the db on my device?
NJDude Expert Licensed User Longtime User May 16, 2013 #2 That is determined by your code, the update just updates the APK not the data. Upvote 0