Hello! This question was asked previously but I’m hoping for a more specific answer.
Is there a specific internal folder to which EpiCollect saves entries? I’d like to identify the folder to back it up to an external hard drive-- this would be very useful for times when working well outside of any phone or internet connection for days on end.
The Epicollect5 data folder, found in both Android and iOS environments, resides within the app’s private directory.
iOS: /var/mobile/Applications/<UUID>/
Android: /data/data/<app-id>/
This location ensures that it remains inaccessible to third-party applications regardless of the underlying platform.
Even in scenarios where the device is rooted or jailbroken (not recommended), the data is stored in a proprietary JSON data structure.
It significantly differs from the parsed structure accessible to the user.