I am making a kind of KYC single use App for a very specific business. It will store data including for each user :
- 2 camera pictures
- A few information concerning the user
And it has to work offline.
When the Android device will be connected, and it can be 1 or 2 days later, the App will have to send out all the data previously stored in the pipe.
- What is the best solution ?
- Will I have to run the app in order to send the data when I will have a WIFI connection ?
- How could I encrypt the data to hide the users' data from the public (no photo visible in the gallery...)