<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone Tutorial – In-App Purchases</title>
	<atom:link href="http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/</link>
	<description>Blog of iPhone and Windows Developer</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:37:52 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JohnCST</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-998</link>
		<dc:creator>JohnCST</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-998</guid>
		<description>Thanks for your reply.  I did read your explanation, and I did create an in-app purchase test user.  I insured I was not logged into any Apple Web site.  On the device, in Setup I configured the Store info to use the test user.  I entered a valid credit card, address, etc., and was able to log into the iTunes store.  Should I not enter credit card info and leave Apple&#039;s address?  Thanks in advance for your suggestions. </description>
		<content:encoded><![CDATA[<p>Thanks for your reply.  I did read your explanation, and I did create an in-app purchase test user.  I insured I was not logged into any Apple Web site.  On the device, in Setup I configured the Store info to use the test user.  I entered a valid credit card, address, etc., and was able to log into the iTunes store.  Should I not enter credit card info and leave Apple&#039;s address?  Thanks in advance for your suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La&#039;fear</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-996</link>
		<dc:creator>La&#039;fear</dc:creator>
		<pubDate>Mon, 08 Mar 2010 05:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-996</guid>
		<description>Wow!! Thanks mugunthkumar!! I can&#039;t wait and look forward it!! </description>
		<content:encoded><![CDATA[<p>Wow!! Thanks mugunthkumar!! I can&#039;t wait and look forward it!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mugunthkumar</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-995</link>
		<dc:creator>mugunthkumar</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-995</guid>
		<description>It&#039;s not easy  to do this. But you can use the work around i explained in this blog post. 
 
&lt;a href=&quot;http://blog.mugunthkumar.com/coding/iphone-tutorial-enabling-reviewers-to-use-your-in-app-purchases-for-free/&quot; target=&quot;_blank&quot;&gt;http://blog.mugunthkumar.com/coding/iphone-tutori...&lt;/a&gt; 
 
Release a minor update to your &quot;paid&quot; app and collect all Device IDs in your server. Use MKStoreKit v2.0 and setup your server with the sql scripts given. Set the ownServer property to your server location. MKStorekit will automatically ping your server to check your device id tables to check if the user has already purchased the paid app and enables the in-app for free. 
 
Or come back to my blog by this weekend. I&#039;m actually writing a tutorial on this right now :) 
 </description>
		<content:encoded><![CDATA[<p>It&#039;s not easy  to do this. But you can use the work around i explained in this blog post. </p>
<p><a href="http://blog.mugunthkumar.com/coding/iphone-tutorial-enabling-reviewers-to-use-your-in-app-purchases-for-free/" target="_blank"></a><a href="http://blog.mugunthkumar.com/coding/iphone-tutori.." rel="nofollow">http://blog.mugunthkumar.com/coding/iphone-tutori..</a>. </p>
<p>Release a minor update to your &quot;paid&quot; app and collect all Device IDs in your server. Use MKStoreKit v2.0 and setup your server with the sql scripts given. Set the ownServer property to your server location. MKStorekit will automatically ping your server to check your device id tables to check if the user has already purchased the paid app and enables the in-app for free. </p>
<p>Or come back to my blog by this weekend. I&#039;m actually writing a tutorial on this right now <img src='http://blog.mugunthkumar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La&#039;fear</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-994</link>
		<dc:creator>La&#039;fear</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-994</guid>
		<description>Just wonder if any developer is at the similar stage. I&#039;m planning to make a transition an existing paid app to free version with &quot;In App Purchase&quot;. For example, the original one is version 1.0 and it&#039;s a paid app. After updating to version 2.0, it will be free + &quot;In App Purchase&quot;. What I concerned is that will the original version 1.0 buyers be charged again because this kind of transition? </description>
		<content:encoded><![CDATA[<p>Just wonder if any developer is at the similar stage. I&#039;m planning to make a transition an existing paid app to free version with &quot;In App Purchase&quot;. For example, the original one is version 1.0 and it&#039;s a paid app. After updating to version 2.0, it will be free + &quot;In App Purchase&quot;. What I concerned is that will the original version 1.0 buyers be charged again because this kind of transition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mugunthkumar</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-993</link>
		<dc:creator>mugunthkumar</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-993</guid>
		<description>you should create a test user account, signout of the appstore on your test device, use the test user account to test the in-app purchases. This is explained in Step 4 of \&quot;Preparing the iTunes Connect\&quot; section.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;MK </description>
		<content:encoded><![CDATA[<p>you should create a test user account, signout of the appstore on your test device, use the test user account to test the in-app purchases. This is explained in Step 4 of \&#8221;Preparing the iTunes Connect\&#8221; section.</p>
<p>Thanks,<br />MK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnCST</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-992</link>
		<dc:creator>JohnCST</dc:creator>
		<pubDate>Mon, 08 Mar 2010 03:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-992</guid>
		<description>Thanks for the very helpful tutorial.  The code is easy to implement and use.  I&#039;m having an issue I haven&#039;t seen mentioned.  When I try to buy a product in the sandbox, I get the normal buy verification alert with the correct product ID and price.  When I press BUY, I get another alert saying that &quot;Your account info has changed. Tap Continue to sign in, then review and confirm the changes. [Environment: Sandbox]&quot;  If you press Cancel, control is returned to my code and I can press another selection or exit.  If I press Continue, my code exits (return code 0, it is not a &quot;crash&quot;), but the store loops asking for my password, then presenting the &quot;account info has changed&quot; alert.  Any ideas? </description>
		<content:encoded><![CDATA[<p>Thanks for the very helpful tutorial.  The code is easy to implement and use.  I&#039;m having an issue I haven&#039;t seen mentioned.  When I try to buy a product in the sandbox, I get the normal buy verification alert with the correct product ID and price.  When I press BUY, I get another alert saying that &quot;Your account info has changed. Tap Continue to sign in, then review and confirm the changes. [Environment: Sandbox]&quot;  If you press Cancel, control is returned to my code and I can press another selection or exit.  If I press Continue, my code exits (return code 0, it is not a &quot;crash&quot;), but the store loops asking for my password, then presenting the &quot;account info has changed&quot; alert.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In-App Purchasing at Under The Bridge</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-969</link>
		<dc:creator>In-App Purchasing at Under The Bridge</dc:creator>
		<pubDate>Sat, 27 Feb 2010 05:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-969</guid>
		<description>[...] In-App Purchases [...]</description>
		<content:encoded><![CDATA[<p>[...] In-App Purchases [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-948</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-948</guid>
		<description>Ya finally got working.. 
but what are the possible messages that can come from appstore 
can i have list of such messages with proper documentation from apple  ? 
Nice work..!!! 
 </description>
		<content:encoded><![CDATA[<p>Ya finally got working..<br />
but what are the possible messages that can come from appstore<br />
can i have list of such messages with proper documentation from apple  ?<br />
Nice work..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-946</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-946</guid>
		<description>do i need to add 3 more builds in to app store for it or one will work (it shud work with one only lo) </description>
		<content:encoded><![CDATA[<p>do i need to add 3 more builds in to app store for it or one will work (it shud work with one only lo)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Agarwal</title>
		<link>http://blog.mugunthkumar.com/coding/iphone-tutorial-%e2%80%93-in-app-purchases/comment-page-2/#comment-937</link>
		<dc:creator>Gaurav Agarwal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mugunthkumar.com/?p=518#comment-937</guid>
		<description>Lets say your identifier for &quot;A&quot; is &quot;com.yourcompanyname.A&quot; 
 
So for x, y and z you need to create three more products in itunes account for in app purchase with following identifiers: 
com.yourcompanyname.A.x, com.yourcompanyname.A.y and com.yourcompanyname.A.z. And set the pricing for each sub product what you want. </description>
		<content:encoded><![CDATA[<p>Lets say your identifier for &quot;A&quot; is &quot;com.yourcompanyname.A&quot; </p>
<p>So for x, y and z you need to create three more products in itunes account for in app purchase with following identifiers:<br />
com.yourcompanyname.A.x, com.yourcompanyname.A.y and com.yourcompanyname.A.z. And set the pricing for each sub product what you want.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
