Hello,
I currently have a live Android application in the play store working with 4.14. This application uses the UE save game system to keep game information.
As I was developing an update I noticed that my alpha testers no longer had access to their save games, I was now running 4.16
Made a lot of tests to understand if this was a save loading issue and after a lot of visual logging (Due to being unable to activate logs in shipping) I’ve come to the conclusion that the app simply cannot find where the old save games are.
I can also state that if I disable alpha testing and go back to live, I still have my old save games even though my app creates new files if it cannot find any.
Does anyone know what to revert so that I can reach out to the old save games? Is there another condition I am missing here ? (eg.: live app gets a special folder?, alpha and simply installing shipping directly use a different one?)
Thank you for any help you can provide,
Niktsuki