I have a B4A app that uses a static read-only Sqlite database. However, I would like my customers to be able to change the APK to include a different database that they can create themselves (with the same schema, just different data). They would then upload the new APK to the store, so the app install will use their specific database.
(Right now I am regenerating a new APK each time they want to use a different database).
Thanks
(Right now I am regenerating a new APK each time they want to use a different database).
- Is it possible to write a B4J desktop app that can update the B4A-generated APK package with a new database file (with valid checksums and singings, etc.)?
- If not, is there another approach I could use?
Thanks