<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone Tutorial for Beginner &#124; Programmer &#124; Developer&#187; Submission Guideline</title>
	<atom:link href="http://adeem.me/blog/category/iphone/submission-guideline/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Fri, 18 Jun 2010 08:49:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Error launching remote program: security policy error.</title>
		<link>http://adeem.me/blog/2010/06/17/error-launching-remote-program-security-policy-error/</link>
		<comments>http://adeem.me/blog/2010/06/17/error-launching-remote-program-security-policy-error/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:33:50 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone Development Guide]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[provisioning]]></category>
		<category><![CDATA[security policy]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/2010/06/17/error-launching-remote-program-security-policy-error/</guid>
		<description><![CDATA[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. How to make a build for iPhone, is a question [...]


Related posts:<ol><li><a href='http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/' rel='bookmark' title='Permanent Link: Bypass Code Signature &#038; Published Your Application on Cydia'>Bypass Code Signature &#038; Published Your Application on Cydia</a> <small>Published iPhone Application On Cydia. Build your application for jail...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
<li><a href='http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/' rel='bookmark' title='Permanent Link: List/Guideline for creating Ad Hoc/Distribution Build for iPhone'>List/Guideline for creating Ad Hoc/Distribution Build for iPhone</a> <small>Tutorial to help you create Ad Hoc build for your...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2010/06/17/error-launching-remote-program-security-policy-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tutorial &#8211; {Part 5}: Add, Delete &amp; Reorder UITableView Rows</title>
		<link>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/</link>
		<comments>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/#comments</comments>
		<pubDate>Fri, 29 May 2009 07:10:28 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[UITableViewCell]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[add delete reorder]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[iPhone SDK Video Tutorials]]></category>
		<category><![CDATA[iPhone UITableView Tutorial]]></category>
		<category><![CDATA[tutorial for iphone]]></category>
		<category><![CDATA[UITableView iPhone programming]]></category>
		<category><![CDATA[UITableView Tutorial]]></category>
		<category><![CDATA[UITableView using NSArray]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[your iphone application]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=399</guid>
		<description><![CDATA[This tutorial will explain, how you can change the UITableView data. In this tutorial, I will add, delete and re-order rows in UITableView. I will be using navigation code here.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/05/20/iphone-sdk-tutorial-part-3-grouped-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: {Part 3} Grouped UITableView'>iPhone Programming Tutorial: {Part 3} Grouped UITableView</a> <small>I am going to write series of UITableView tutorials (Video...</small></li>
<li><a href='http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial &#8211; {Part 1} UITableView using NSArray'>iPhone Programming Tutorial &#8211; {Part 1} UITableView using NSArray</a> <small>Creating iPhone Tutorial Introduction: I am going to write series...</small></li>
<li><a href='http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]'>iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]</a> <small>This tutorial will help you to create custom rows in...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>iPhone Programming Tips: Dialing number, opening Email &amp; SMS applications</title>
		<link>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/</link>
		<comments>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:13:40 +0000</pubDate>
		<dc:creator>zubair.daud</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[dialing number]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[iPhone SDK Tutorial]]></category>
		<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[openurl]]></category>
		<category><![CDATA[phonenumber]]></category>
		<category><![CDATA[sdk 2]]></category>
		<category><![CDATA[sms application]]></category>
		<category><![CDATA[test mail]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=387</guid>
		<description><![CDATA[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. Request Full Filled This tutorial is for Sudha who requested for this [...]


Related posts:<ol><li><a href='http://adeem.me/blog/2009/06/24/iphone-tutorial-part-7-adding-picture-table-interface-builder-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial {Part 7}: Adding Pictures into your table using Interface builder'>iPhone Programming Tutorial {Part 7}: Adding Pictures into your table using Interface builder</a> <small>Creating iPhone Application: Introduction: I am going to write series...</small></li>
<li><a href='http://adeem.me/blog/2009/08/07/five-things-you-should-know-for-building-iphone-applications/' rel='bookmark' title='Permanent Link: Five things you should know for building iPhone applications'>Five things you should know for building iPhone applications</a> <small>Five things you know before you start developing iPhone applications:...</small></li>
<li><a href='http://adeem.me/blog/2009/05/19/iphone-sdk-tutorial-complete-list-of-uitableview-tutorials-videos/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: Complete List of UITableView Tutorials + Videos'>iPhone Programming Tutorial: Complete List of UITableView Tutorials + Videos</a> <small>Complete List of UITableView tutorials plus few video tutorials as...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tutorial Part 2 &#8211; Same Xcode Project Create Multiple Products for iPhone</title>
		<link>http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/</link>
		<comments>http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/#comments</comments>
		<pubDate>Sun, 03 May 2009 11:07:15 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app version]]></category>
		<category><![CDATA[build different version]]></category>
		<category><![CDATA[create multiple products]]></category>
		<category><![CDATA[create two copies]]></category>
		<category><![CDATA[same Xcode project]]></category>
		<category><![CDATA[tutorial for iphone]]></category>
		<category><![CDATA[using script]]></category>
		<category><![CDATA[xcode project]]></category>
		<category><![CDATA[your iphone application]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=192</guid>
		<description><![CDATA[ Some times you need to create two version of your iPhone application from same Xcode project. So this tutorial build different version of your iphone application from same Xcode project. In second part of this tutorial, it explain how you can handle different Default.png files for each target.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/04/18/tutorial-same-xcode-project-create-multiple-products-for-iphone/' rel='bookmark' title='Permanent Link: Tutorial &#8211; Same Xcode Project Create Multiple Products for iPhone'>Tutorial &#8211; Same Xcode Project Create Multiple Products for iPhone</a> <small> Some times you need to create two version of...</small></li>
<li><a href='http://adeem.me/blog/2009/04/14/list-of-xcode-shortcut-keys-or-tips/' rel='bookmark' title='Permanent Link: List of Xcode Shortcut keys'>List of Xcode Shortcut keys</a> <small>If you love using Xcode IDE for iPhone development, then...</small></li>
<li><a href='http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/' rel='bookmark' title='Permanent Link: iPhone Tutorial for Creating a Splash Screen'>iPhone Tutorial for Creating a Splash Screen</a> <small>Introduction: Some people asked me about creating a splash screen...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>List/Guideline for creating Ad Hoc/Distribution Build for iPhone</title>
		<link>http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/</link>
		<comments>http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 02:09:08 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Provisioning Profile]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Ad hoc distribution]]></category>
		<category><![CDATA[AdHoc build]]></category>
		<category><![CDATA[guide for ad hoc build]]></category>
		<category><![CDATA[guide for distribution]]></category>
		<category><![CDATA[tutorial for ad hoc distribution]]></category>
		<category><![CDATA[Tutorial for distribution]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=129</guid>
		<description><![CDATA[Tutorial to help you create Ad Hoc build for your iPhone application. So that you can test it on your iPhone before submitting it to Apple Store. 


Related posts:<ol><li><a href='http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/' rel='bookmark' title='Permanent Link: List/Guideline for submitting iPhone Application to Apple Store'>List/Guideline for submitting iPhone Application to Apple Store</a> <small>Creating Certificate for your application and then make provisioning profile...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
<li><a href='http://adeem.me/blog/2010/06/17/error-launching-remote-program-security-policy-error/' rel='bookmark' title='Permanent Link: Error launching remote program: security policy error.'>Error launching remote program: security policy error.</a> <small>I was helping my friend to install application on his...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Same Xcode Project Create Multiple Products for iPhone</title>
		<link>http://adeem.me/blog/2009/04/18/tutorial-same-xcode-project-create-multiple-products-for-iphone/</link>
		<comments>http://adeem.me/blog/2009/04/18/tutorial-same-xcode-project-create-multiple-products-for-iphone/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 16:52:12 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app version]]></category>
		<category><![CDATA[build different version]]></category>
		<category><![CDATA[create multiple products]]></category>
		<category><![CDATA[create two copies]]></category>
		<category><![CDATA[same Xcode project]]></category>
		<category><![CDATA[tutorial for iphone]]></category>
		<category><![CDATA[xcode project]]></category>
		<category><![CDATA[your iphone application]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=112</guid>
		<description><![CDATA[ Some times you need to create two version of your iPhone application from same Xcode project. So this tutorial build different version of your iphone application from same Xcode project. Mean you can create multiple products for your application from same xcode project. A complete list of steps required to build two binary files from one xcode project.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/' rel='bookmark' title='Permanent Link: Tutorial Part 2 &#8211; Same Xcode Project Create Multiple Products for iPhone'>Tutorial Part 2 &#8211; Same Xcode Project Create Multiple Products for iPhone</a> <small> Some times you need to create two version of...</small></li>
<li><a href='http://adeem.me/blog/2009/05/15/video-tutorial-bypassing-code-signature-in-xcode-installing-jail-break-application-to-iphone/' rel='bookmark' title='Permanent Link: iPhone Video Tutorial: Bypassing Code Signature in Xcode &#038; Installing jail-break application to iPhone'>iPhone Video Tutorial: Bypassing Code Signature in Xcode &#038; Installing jail-break application to iPhone</a> <small>Video Tutorial to bypass code signature in Xcode and installing...</small></li>
<li><a href='http://adeem.me/blog/2009/03/31/version-control-in-xcode-using-scm/' rel='bookmark' title='Permanent Link: Version Control in Xcode using SCM'>Version Control in Xcode using SCM</a> <small>Use Xcode SCM to control your project versions....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/04/18/tutorial-same-xcode-project-create-multiple-products-for-iphone/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>List/Guideline for submitting iPhone Application to Apple Store</title>
		<link>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/</link>
		<comments>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:26:14 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Jail break]]></category>
		<category><![CDATA[Provisioning Profile]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Submissiong guideline]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=37</guid>
		<description><![CDATA[Creating Certificate for your application and then make provisioning profile for your application. Then submit your application to apple store using itunesconnect.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/' rel='bookmark' title='Permanent Link: List/Guideline for creating Ad Hoc/Distribution Build for iPhone'>List/Guideline for creating Ad Hoc/Distribution Build for iPhone</a> <small>Tutorial to help you create Ad Hoc build for your...</small></li>
<li><a href='http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/' rel='bookmark' title='Permanent Link: Bypass Code Signature &#038; Published Your Application on Cydia'>Bypass Code Signature &#038; Published Your Application on Cydia</a> <small>Published iPhone Application On Cydia. Build your application for jail...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
	</channel>
</rss>
