
If you recently developed an iPhone game like we did, you will likely want to implement a global hall of fame with worldwide high scores for the best, higher rank players of your game. Several drop-in solutions now exist. Here is a “hall of fame” for the “global high scores” services and web apps available for your next iPhone game.
Why is a leader board with high scores so important?
Casual gaming is the main trend in iPhone games. The iPhone and iPod Touch are great gaming devices, and the best selling apps on the App Store are iPhone games. This means there’s an ever growing community of casual gamers out there. This is a peculiar community since most iPhone games support one player only. The ones that allow for two (or more) players usually require a bluetooth or WiFi connection, however the nature of casual gaming makes it difficult to people around the world to gather at the same time to play. Therefore, shared high scores have are a great way to keep your users challenged and play an important role in making your game an addicting one.
The development of a global high scores features for your game will add a layer of complexity to your app though. You will require to handle an internet connection to a server that will host a database of nicknames, scores and dates, and you’ll need a web application to manage the database and a web service to communicate the data to the iPhone client application.
iPhone developers out there know this and they’ve come up with several different solutions for your problem.

The first beta for iPhone OS 3.1 and a matching SDK were seeded to developers on Tuesday night, with around a dozen new extensions for the OpenGL ES graphics library that developers can use to improve graphics exclusively on the iPhone 3GS. Among the new features the ability to select video recording quality and a couple of new app interface classes. Xcode 3.1.3 has also been released.
In case your target is to deploy your mobile app to several mobile platforms — such as iPhone, Android, Blackberry, Symbian and Windows Mobile — we can provide 
Today, Apple announced at the WWDC ‘09 that the new iPhone OS 3.0 Golden Master with over 100 new features will be made available for download today for all developers.
SQLite
Recent Comments