iOS is one of the most popular mobile OS and has been around for a long time. There are thousands of amazing apps on iOS. Making an awesome app is a not so easy. It is directly proportional to the complexity and feature-set of the app. For every app, there is a major part of [...]
Camera+ by Tap Tap Tap LLC. Camera+, as their punchline says, is truly ‘the ultimate photo app’. The developers Tap Tap Tap LLC (not a spelling mistake) were one of the first people on earth who took the iPhone Camera very seriously. For the record, Camera+ is one of the most downloaded photography apps on [...]
It is only once in a while that an interesting company comes up here in India AND they give you an API to play around. This is why we jumped with joy when we saw that Zomato had come out with a really cool API. Sadly, due to a huge influx of client projects, we [...]
You would expect that stringByAddingPercentEscapesUsingEncoding would easily encode your strings, but since Apple devs usually spend time on more convoluted problems, this still doesn’t work, even after the fifth major iteration of the SDK. So, if you need to URL encode a string, here is what you have to do NSString *encoded = (NSString *)CFURLCreateStringByAddingPercentEscapes( [...]
Push Notifications have been around for quite some time now, but when we started on it, we found out that we were unable to find all the information about creating a demo in one place. After a few hours, we were able to get it to work. Here is what we did. Basically, the code [...]
Our second iPhone application is now live at the App Store. We worked with Iterating on this one, and after a few months of hard work, it has finally reached the AppStore. More details are available on the Iterating Blog and it can also be seen on the App Store. Even though the app is [...]