This application will be my first application that I am planning publish. I wrote application and it works on emulator with database. Users file(xls,doc,img) input will convert to byte and uploaded as BLOB. I used SQLITE for database. The problem I have is how would I publish this application with database. As I search I saw something called cloud-based database. Do I have to use it or are there any easy way to do it? We are going to keep at most 1 GB data.
The application will work on Android and in future it will be on IOS. Thanks in advance.