Hello,
I published my app Tempomaster on the Play Store for the first time four years ago. The app accesses a large database (300 MB) which requires access to File.DirRootExternal. From November onwards, the app will no longer be allowed to access this storage area in the event of updates. The app is currently installed on 4000 devices. What is the easiest way to change the storage location in the existing installations. Creating the new path (RuntimePermissions.GetSafeDirDefaultExternal) and moving the existing files is very time consuming. I am concerned that errors will occur that will annoy my active users. When updating, deleting the old data and requesting a new download of the database requires a very large data volume on the server side.
What better way to solve this problem?
Best regards,
Gunnar
I published my app Tempomaster on the Play Store for the first time four years ago. The app accesses a large database (300 MB) which requires access to File.DirRootExternal. From November onwards, the app will no longer be allowed to access this storage area in the event of updates. The app is currently installed on 4000 devices. What is the easiest way to change the storage location in the existing installations. Creating the new path (RuntimePermissions.GetSafeDirDefaultExternal) and moving the existing files is very time consuming. I am concerned that errors will occur that will annoy my active users. When updating, deleting the old data and requesting a new download of the database requires a very large data volume on the server side.
What better way to solve this problem?
Best regards,
Gunnar