jimmyt1988
(jimmyt1988)
September 14, 2019, 6:29pm
1
My users are having to grant permissions for “Photos/Media/Files” when using my game.
In my c++ code I use the following to save and load the game:
UGameplayStatics::SaveGameToSlot(...);
UGameplayStatics::LoadGameFromSlot(...);
Where is the documentation that says that the “Photos/Media/Files” permission is required for saving games?
I can see that a folder is put onto the phone and it makes sense, but i want to direct users to your documentation so that they feel safer that i in no way am misusing their data.
I’m struggling to find it.
Thanks in advance dudes and dudesses!
jimmyt1988
(jimmyt1988)
September 17, 2019, 8:20pm
2
Still haven’t found the documentation. Any help?
jimmyt1988
(jimmyt1988)
October 12, 2019, 9:41am
3
bump. Any help would be greatly appreciated.
lab-one
(lab-one)
July 4, 2021, 10:52am
4
I have absolutely the same problem, want to use cloud save and don’t want any extra requests to be asked. Especially critical like that.
Did you mean to add this as an answer?
lab-one
(lab-one)
July 6, 2021, 7:23am
6
That post from endragorr helped me
Hello ,
Thanks for replying! Unfortunately, deleting the Android file has no effect. It is the same as before. The UEDeployAndroid.cs file still shows the edits.
lab-one
(lab-one)
July 6, 2021, 7:24am
7
Sorry, wanted to just add a comment, and just tell you you’re not alone. But I found solution that worked for me.
Cool!!! I’ll look into this. Thank you!