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% [?]
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% [?]
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% [?]
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% [?]
Using this code you can retrieve the pictures of contact stored in your AddressBook!
ABAddressBookRef addressBook = ABAddressBookCreate();
Continue reading →
Popularity: 6% [?]
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% [?]
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% [?]
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
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% [?]
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% [?]
Recent Comments