For those unfamiliar with the term behavioral driven development testing (BDD) frameworks are used so that you can test applications using logical English like syntax. I have come across an open source framework designed specifically for iOS devices. What’s cool about this specific framework is that it can easily be attached to Objective-C methods,…
Tag: development
A few weeks ago I mentioned the Moai SDK. An open source iOS game development kit allowing for development of iOS apps (and Android apps) in Lua. What I really liked about the engine that it has already been used in could be extended to support any functionality within the iOS SDK. At that time…
Another great week has gone by, and if you are a regular visitor to this site you have probably noticed that I am now using a new theme. Hopefully this betters the user experience for everyone. In the last week there were some great resources shared, those included a number of open source libraries relating…
There are many ways to save data on iOS devices. Some like a database are likely overkill for a game, and other methods like serialization are great, but things could still be easier. I’ve found a very cool time saving library that allows you to easily save and load ints, floats, and NSString’s to an…
iAds and the iAds for develoeprs program has been a boon for developers showing iAds within their apps due to the extremely high CPM rates. The cost for non-developer ads has been said to be as high as $18 CPM while those of AdMob are considerably less than a dollar. The cost for…