I want to include a function in my game which allows users to enter a path to download a .json file with enemy information for the game which they can edit themselves and then load this file into the game from inside the game by entering the path to the file in a textbox.
They also can enter a path to a .json map file which can be edited in the Tiled editor, so they can create their own maps for the game.
Now I wonder if this is allowed by Apple and Google? For Apple I have found this:
https://developer.apple.com/app-store/review/guidelines/#user-generated-content
The content for the game is just some spawn information for enemies without any text and coordinates for the map objects.
Users can share there uploaded links with each other but not directly publish them inside the game.
The maximal harm someone could do with the features is for example to design a map where the elements form some inappropriate text or image and share the link to his map with other people he knows or online somehow but not inside the game.
I think about a button so someone can send a link to his friends via email.
Does anybody have some experience with this kind of user created content?
Any help welcome!
