ios - Why would I put data in the app's documents folder instead of the group container? -


my ios app going have extension. i'm planning share documents & database extension creating app group , putting files group's container, per official guidelines.

are there downsides keeping of app's data in group container?

is there reason leave data in app's folder instead of group folder, seeing might used or written extension in future?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -