All posts in iPhone

List/Guideline for creating Ad Hoc/Distribution Build for iPhone

I feel that peoples are very interested to know, how they can submit there application to apple store. So I am writing more in this domain to help those peoples.

So I am going to list down all the important things you need to make Ad Hoc build for iPhone. Using Ad-Hoc build you can run/test your code in your iPhone. You can send that build to client’s as well but you should know their UUID. Its very easy to get UUID of iPhone by plug-in iPhone and checked “Identifier” in Summary tab from iTunese.


Before Starting development you need following things: Continue reading →

Popularity: 14% [?]

What are the benefits of OpenFeint

OpenFeint

Today I was checking few libraries for iPhone when I come across OpenFeint which is actually a platform with lot of features. Today I spent some time over it and I start like it almost all of its features. Specially you can make a group chat, leader boards and also you can post your feeds on facebook. There are hell of things which you can do with it and today they added one more big feature which is “One Touch iPromoteā€ which gives users a simple way to find and buy other OpenFeint-supported games their friends are playing.

Continue reading →

Popularity: 3% [?]

Tutorial – Same Xcode Project Create Multiple Products for iPhone

Some times you need to build two versions of your iPhone application(i.e lite and full version) from the same Xcode project. So one way is to make two copies of your Xcode project and manage both independently which is not a good way. Because when you have to change a little in your iPhone application, you have to change in both copies of your Xcode projects. So its not easily manageable for anyone to change a line of code in both codes of one application. So following this tutorial, you can make different applications from one source Xcode project!

Continue reading →

Popularity: 10% [?]

List of Xcode Shortcut keys

In my point of view using shortcut keys are much faster then using mouse. So I always prefer to explore more shortcut keys for one software I used most of the time.

Continue reading →

Popularity: 9% [?]

List/Guideline for submitting iPhone Application to Apple Store

if you have issues doing this, send me an email at info @ adeem.me to do this for you but then you have to donate me something Continue reading →

Popularity: 28% [?]

get Image from Contact stored in AddressBook [iPhone]

Using this code you can retrieve the pictures of contact stored in your AddressBook!

ABAddressBookRef addressBook = ABAddressBookCreate();

 Continue reading →

Popularity: 6% [?]

Get the amount of free memory available in iPhone application

Today i was exploring memory leaks & debugging in Xcode and found a handy code! Get to now how much free memory available and how to free more memory. Continue reading →

Popularity: 7% [?]

Version Control in Xcode using SCM

On Monday I shifted to Xcode SCM for visioning control and its seems to me very cool. Before we used smartSvn but it was not that cool like the feature Xcode SCM have. So till now, I am very happy with this. So if you want to use version control for your Xcode projects then please follow the link below:

http://iphonedevelopment.blogspot.com/2009/03/version-control-is-your-friend.html

Continue reading →

Popularity: 6% [?]

Debugging in Xcode

Today I was looking at the issues if I should go with sdk 3.0 or not. While browsing different websites, I stopped at Debugger. I thought this should be more relevant for me daily work then sdk 3.0 at the moment icon smile Debugging in Xcode So I read over it and it was a video tutorial explaining how to you Xcode for debugging. It was really useful screen cast, so I thought worth sharing with everyone else. Continue reading →

Popularity: 52% [?]

Bypass Code Signature & Published Your Application on Cydia

First of all, I am not working on tool chain or jail-break applications. But I do respect for them!

[update 15 May 2009: I have written a video tutorial to explain all the steps in this tutorial. Video Tutorial: Bypassing Code Signature in Xcode & Installing jail-break application to iPhone]

Continue reading →

Popularity: 22% [?]