I\'m making a game and when I close the app (close at multitask manager), all my data is gone! So, My question is very simple: How do I save the data?
You can save data in CoreData, SqlLite or NSUserDefaults Update Realm is also an option and very easy to implement.