I have a native app deployed to my iPhone, and would like to make another app (game) by using game maker studio.
On the native app, I have some data like: username, date of birth, etc. And I would like to access those data from the game.
I have been searching around and most people suggest to use web service for the data communication method. Is there any other way to do it? Maybe sharing a database or using NSUserDefaults. Is it at all possible?