-
-
Notifications
You must be signed in to change notification settings - Fork 630
Custom file types with custom file extensions cannot do not work with the iOS file picker #68
Description
Describe the bug
I am developing a game and it uses a custom file type to load levels. When i open the file ios picker in the game the .rsplev file is greyed out, unlike when its normally sideloaded where the file with the .rsplev file extension isnt greyed out and is able to be picked.
Instructions to reproduce
Open the iOS file picker and try choose a file that has a custom filetype
What version of LiveContainer are you using?
Version 2.0-release (main/2d7bbe4)
Other info
At first I thought it was an issue with my game but then i realized it only happened with livecontainer. I honestly have no idea if it’s fixable (i don’t know much about iOS development) since the way i got the file extension to work is by modifying my info.plist file. I modified the key UTExportedTypeDeclaration inside the info.plist so i don’t know if there is another way to allow other file types without modifying livecontainer’s info.plist. Sorry if its an impossible fix