Hi!
I am building a game that will soon be on App Store. Our highscore will have local data (statistics and more) and be connected with Facebook Connect to compare scores with friends (just like eg. Doodle jump).
This is the first time I am building a high score and I would like to know what you guys think is best practice?
- What kind of database should we use?
- Where to store the database?
- One database on the phone and one on the internet?
- Should the app talk directly to the database or via a web service? (We prefer .NET (C#)
Best
Axel