All posts in Submission Guideline

Error launching remote program: security policy error.

I was helping my friend to install application on his jailbreak iPhone. It took me some time to understand the issue. Actually he have two issues, one was understanding what to do to make a build and second how to install build to his iPhone. Continue reading →

Popularity: 27% [?]

iPhone SDK Tutorial – {Part 5}: Add, Delete & Reorder UITableView Rows

Introduction:

I am going to write series of UITableView tutorials (Video Tutorials as well). My target is to make the customized UITableView using UITableViewCell which is requested on “Request Tutorial” page. Following are the list of tutorials, which I will be posting on this blog:

Continue reading →

Popularity: 59% [?]

iPhone Programming Tips: Dialing number, opening Email & SMS applications

Introduction

iPhone SDK did not gives you full control over iPhone functionality. But there are few things you can do using iPhone SDK, like, you can dial a number from your application, you can open an email and SMS client from your application. Continue reading →

Popularity: 44% [?]

Tutorial Part 2 – Same Xcode Project Create Multiple Products for iPhone

Michael Kaye asked me “how he can he handle things like Localizable.strings and InfoPlist.strings. You can’t have two copies of these files and there is no info.plist setting I can use to target the correct file with a different name. Plus how would one handle different Default.png for each target?” Answer to this question is very simple, you have to write a script which should run before compiling your application.

Continue reading →

Popularity: 9% [?]

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% [?]

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: 11% [?]

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: 29% [?]