First apologies if this is not a suitable question. But it seems like a good place to ask.
Theoretically speaking, is their a limit to the amount of data that can be & should be stored/saved within core data of an App.Would saving large amount of data, such as text, images etc within core data damage the app in any way or cause issues to its performance.
I am creating an App where users can search items from an external API. If the users likes an item they can store them into their personal "favourites item list". I want save that favourites list data as core data. Keeping in mind that the list could grow fast, depends on the users.
Thanks in advance.