For technical reasons, the old app (available until mid 2014) cannot run on iOS 11. As each iOS app can only access its own data, we cannot read the old app’s data from within the new app.
There is one option to retrieve your old data which requires a bit of work:
Create a system backup using iTunes while the old app is still installed. The easiest way is to create an unencrypted backup for this purpose, although encrypted backups should work as well (but you’ll have to enter your password in a later step).
To export your data, please install one of these applications (or a similar one if you have any preference) on your computer:
https://macroplant.com/iexplorer
https://imazing.com
Both suggested applications offer free trial versions that should be sufficient for this step. Please note that we cannot take any responsibility for 3rd party software, but we have tried both applications and are not aware of any issues. Upon opening the respective application, you should find the system backup and within it, the old Trails app. Browse to its “Documents” directory, export and zip it.
If you send us this file via email (e.g., via Dropbox link or email attachment), we will convert it to a file format that the new app can open.
If you don’t want to send us the file, you can also convert it yourself by running these commands:
sqlite3 <filepath>
SELECT * FROM ZTRACK;
.exit
- Zip the database plus the newly created files in this directory and add the
tgt-legacy
file extension. Ensure the original database file name within the zip is unchanged. The resulting file can be opened with the new Trails app.