Hi All,
I’ve created an app (android, deployed to Samsung Galaxy Tab 2 tablets) that takes input from the user and stores details inside a sql database in the documents directory of the app.
I need to update the app to extract different datasets from the app so need to deploy an update to make a different call on that database. I’m conscious that if I delete the app and deploy an update the database will be wiped? - my questions:
- How do I deploy an app update direct to a device, rather than via the app store.
OR
- Is the database directly available using Android File Manager/Transfer so I can extract the database somehow.
Many thanks
C