<?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>MacOSCoders &#187; iTunes</title>
	<atom:link href="http://www.macoscoders.com/tag/itunes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macoscoders.com</link>
	<description>My blog to talk on iPhone, Mac OS, Adobe Flex, AIR...</description>
	<lastBuildDate>Thu, 06 Oct 2011 11:09:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Opening App Review Page Of App Store</title>
		<link>http://www.macoscoders.com/2010/06/07/opening-app-review-page-of-app-store/</link>
		<comments>http://www.macoscoders.com/2010/06/07/opening-app-review-page-of-app-store/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 11:31:54 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[app review]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[NSURL]]></category>
		<category><![CDATA[URLWithString]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=424</guid>
		<description><![CDATA[If you would like to launch the app review page of your application so that its easier for your user to navigate there in the app store and write a good review to your app, here is the code snippet
Use this:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:
@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&#038;id=YOUR_APP_ID&#038;mt=8"]];
Replace YOUR_APP_ID with the application ID of your app.
Cheers&#8230;!
Readers who viewed this [...]]]></description>
			<content:encoded><![CDATA[<p>If you would like to launch the app review page of your application so that its easier for your user to navigate there in the app store and write a good review to your app, here is the code snippet<br />
Use this:</p>
<p><code><br />
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<br />
@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&#038;id=YOUR_APP_ID&#038;mt=8"]];</code></p>
<p>Replace <strong>YOUR_APP_ID</strong> with the application ID of your app.</p>
<p>Cheers&#8230;!</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.macoscoders.com/2010/07/21/uploading-images-to-facebook-wall-using-fbconnect/" rel="bookmark" class="wherego_title">Uploading Images To Facebook Wall Using FBConnect</a></li><li><a href="http://www.macoscoders.com/2009/05/17/iphone-apple-push-notification-service-apns/" rel="bookmark" class="wherego_title">iPhone Apple Push Notification Service (APNS)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2010/06/07/opening-app-review-page-of-app-store/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XCode: Could Not Support Development</title>
		<link>http://www.macoscoders.com/2009/06/20/xcode-could-not-support-development/</link>
		<comments>http://www.macoscoders.com/2009/06/20/xcode-could-not-support-development/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 18:33:56 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone Applications]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Organizer]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=279</guid>
		<description><![CDATA[Today  when I started my work on an iPhone project, my XCode failed to mount my iPhone. The XCode organizer was showing an orange dot next to it instead of the usual green one. Organizer complained &#8220;Could Not Support Development&#8221;. I tried restarting my XCode, launched iTunes but in vain. iTunes was able to mount [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 335px"><img title="XCode: Could Not Support Development" src="http://www.macoscoders.com/images/Could_Not_Support_Development.jpg" alt="XCode: Could Not Support Development" width="325" height="125" /><p class="wp-caption-text">XCode: Could Not Support Development</p></div>
<p>Today  when I started my work on an iPhone project, my XCode failed to mount my iPhone. The XCode organizer was showing an orange dot next to it instead of the usual green one. Organizer complained &#8220;Could Not Support Development&#8221;. I tried restarting my XCode, launched iTunes but in vain. iTunes was able to mount my iPhone but XCode simply failed and I was not able to test my app&#8217;s on my phone. <span id="more-279"></span>Finally I restarted my iPhone and tried again. Bingooo..! it started working again. My iPhone was running the latest iPhone OS 3.0 GM developers build. See left for the screenshot of the error message that I got.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.macoscoders.com/2011/10/06/rip-steve-jobs/" rel="bookmark" class="wherego_title">RIP Steve Jobs</a></li><li><a href="http://www.macoscoders.com/2010/10/13/supporting-both-retina-display-and-normal-display/" rel="bookmark" class="wherego_title">Supporting both Retina Display and Normal Display</a></li><li><a href="http://www.macoscoders.com/2009/06/08/error-the-executable-was-signed-with-invalid-entitlements/" rel="bookmark" class="wherego_title">Error: The executable was signed with invalid entitlements</a></li><li><a href="http://www.macoscoders.com/2009/05/13/app-icons-messed-up-with-iphone-os-30-beta-5/" rel="bookmark" class="wherego_title">App Icons Messed Up With iPhone OS 3.0 Beta 5</a></li><li><a href="http://www.macoscoders.com/2009/06/11/add-background-image-to-uiview/" rel="bookmark" class="wherego_title">Add Background Image To UIView</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2009/06/20/xcode-could-not-support-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Put Your iPhone Into DFU Mode</title>
		<link>http://www.macoscoders.com/2009/03/26/how-to-put-your-iphone-into-dfu-mode/</link>
		<comments>http://www.macoscoders.com/2009/03/26/how-to-put-your-iphone-into-dfu-mode/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:52:22 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone Usage]]></category>
		<category><![CDATA[DFU]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=55</guid>
		<description><![CDATA[Step 1. Turn off your iPhone.
Step 2. Hold down the power and home button.
Step 3. When you see the Apple logo, release the power button but continue holding the home button down.
Step 4. Open iTunes and wait for it to tell you that its in restore mode.
Alternative Method:
Step 1. Connect iphone to USB then listen [...]]]></description>
			<content:encoded><![CDATA[<p>Step 1. Turn off your iPhone.</p>
<p>Step 2. Hold down the power and home button.</p>
<p><span id="more-55"></span>Step 3. When you see the Apple logo, release the power button but continue holding the home button down.</p>
<p>Step 4. Open iTunes and wait for it to tell you that its in restore mode.</p>
<p><strong>Alternative Method:</strong></p>
<p>Step 1. Connect iphone to USB then listen to the sound when it connect and disconnect.</p>
<p>Step 2. Hold the home and power buttons until hear the disconnect sound then release power button.</p>
<p>Step 3. Wait until you hear another sound then release home button.</p>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2009/03/26/how-to-put-your-iphone-into-dfu-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CareConnector:iPhone App for Caregivers</title>
		<link>http://www.macoscoders.com/2009/01/20/careconnectoriphone-app-for-caregivers/</link>
		<comments>http://www.macoscoders.com/2009/01/20/careconnectoriphone-app-for-caregivers/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 07:32:43 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone Applications]]></category>
		<category><![CDATA[careconnector]]></category>
		<category><![CDATA[caregiver]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=23</guid>
		<description><![CDATA[CareConnector by Johnson &#38; Johnson Consumer Products Company is an app designed to help caregivers take better care for those in their charge. With CareConnector you can keep track of personal medical information for multiple people all in one place which can save time and relieve stress.

When you open CareConnector you are taken to the [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox[10735]" href="http://www.appcraver.com/wp-content/uploads/2009/01/img_0008.png"><img class="alignleft size-medium wp-image-10741" title="CareConnector" src="http://macoscoders.com/images/img_0008.png" alt="careconnector iphone" width="200" height="300" /></a><a title="CareConnector iTunes Link" href="http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/browserRedirect?url=itms%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D300727500%2526mt%253D8%2526partnerId%253D30%2526partnerId%253D30%2526siteID%253DsaW0nB_fQ6o-0JOOoheOR3WqjD17gSnHpQ"><strong>CareConnector</strong></a> by<a href="http://strengthforcaring.com/"> Johnson &amp; Johnson Consumer Products Company</a> is an app designed to help caregivers take better care for those in their charge. With <strong>CareConnector</strong> you can keep track of personal medical information for multiple people all in one place which can save time and relieve stress.</p>
<div class="entry">
<p>When you open CareConnector you are taken to the Care Planner section which is for the most part, a list of those people for which you need medical information. Each name on the list stores important details specific to that person that are crucial in an emergency situation, such as: social security, insurance company name, group number, birth date, age, address, phone, and allergies.</p>
<p>CareConnector also helps keep track of the prescriptions for multiple people.In the Prescription section of <em>CareConnector </em>you can create the same kind of list as in the Care Planner section only this time with information limited only specifically to prescription drug details. This section is organized with five headings: Prescriptions for Today, Prescriptions for this Week, Prescriptions for this Month, Prescriptions Completed, and Prescription History. Under each of these headings you can put detailed information regarding various treatments and prescription information as well as keep some notes regarding side effects.</p>
<p>The Journal section also lets you keep track of notes and photos too. Here you can document treatment progress and conditions that may arise so that later you can relay the information back to your doctor on your next appointment.<span id="more-23"></span></p>
<h2>
<div class="ratings" style="text-align: center;"><img src="http://macoscoders.com/imagescareconnector.png" alt="" width="37" height="60" /> <strong></strong></div>
<div class="ratings" style="text-align: center;"><strong>Careconnector </strong><br />
Personal Organizer for Caregivers<br />
<a href="http://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/browserRedirect?url=itms%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D300727500%2526mt%253D8%2526partnerId%253D30%2526partnerId%253D30%2526siteID%253DsaW0nB_fQ6o-0JOOoheOR3WqjD17gSnHpQ">Get it on iTunes</a></div>
</h2>
<p>Under the heading Care Resources, <strong>CareConnector </strong>also features two different unifying factors to help bring the community of caregivers closer together. First is a network of caregivers that can be accessed right from the app by clicking on Message Board in the opening Care Planner page. Here you can join in on discussions and get advice from people in similar situations. There are also three Caregiver Video Stories that let you get a closer look at the lives of other caregivers and the people they care for.</p>
<p>When you are in charge of the well being of another person anything that can help relieve the stress is a welcome change. As a free app <em>CareConnector</em> helps you take some control in situations that might seem overwhelming at best and for that alone it is worth looking into if you are a caregiver.</div>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2009/01/20/careconnectoriphone-app-for-caregivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
array(0) {
}

