So I’ve been working on a new news app for a niche domain. I managed to setup the News screen & Articles screen.
These are both 2 different screens that display different lists inside the app.
Each item in the list takes the user to a new screen to read part of the article.
What I now want to do but really can’t manage although some of the tutorials I’ve seen are in that direction, is to give the logged out user the posibility to mark independent News & Articles as favourites.
They have a tab in the Menu called “Favourites” where I would like to display all the news & articles that they have saved. Doesn’t matter if they are combined or in 2 sections, but I would like them displayed in there.
Anyway, I was hoping saving the articles would happen via the app itself and save them via Cache or something if possible.
This is because I understood that getting the apps approved on iOS App Store with login should come with more features rather than just saving something to your account.