In iOS file system, how do you access the "Library/Application Support" directory?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gp1

According to apple documentation, any files managed by the app, like config files or levels purchased by the user and downloaded from a server, should be stored under the “Library/Application Support” directory.

How do you access the “Library/Application Support” directory?

The “user://” directory maps to the “Documents” folder.

The problem with using “user://” is that one can view, rename or even delete the files under “user://” using the “Files” app making the app inoperable.

Apple documentation - File System Basics