<?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: Using Store Kit Framework</title>
	<atom:link href="http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/</link>
	<description>iPhone &#38; Web Studio</description>
	<pubDate>Sun, 05 Feb 2012 06:43:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: abc</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-22885</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-22885</guid>
		<description>I gone thru step-4 but when I do click on build and go, it give me error like  "productIdentifier" undeclred (first use in this function).. How to get resolve this.?</description>
		<content:encoded><![CDATA[<p>I gone thru step-4 but when I do click on build and go, it give me error like  &#8220;productIdentifier&#8221; undeclred (first use in this function).. How to get resolve this.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-22884</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-22884</guid>
		<description>my requirement is such that I need to get payment from user upon successful receive of payment I need to alter current application (not to download newer one but update the application) i will enable certain things in my app

how to code this payment scenario ?

what i want to know is how can i use storekit framework to get payment from the buyer , just want sample code or any initiative thing to move ahead...</description>
		<content:encoded><![CDATA[<p>my requirement is such that I need to get payment from user upon successful receive of payment I need to alter current application (not to download newer one but update the application) i will enable certain things in my app</p>
<p>how to code this payment scenario ?</p>
<p>what i want to know is how can i use storekit framework to get payment from the buyer , just want sample code or any initiative thing to move ahead&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Coder</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-14715</link>
		<dc:creator>iPhone Coder</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-14715</guid>
		<description>Hi,

I want to one thing about in-app purchase that how it will handle price? Can we setup different prices for different countries?. How it will cut the price?.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to one thing about in-app purchase that how it will handle price? Can we setup different prices for different countries?. How it will cut the price?.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-14163</link>
		<dc:creator>Mina</dc:creator>
		<pubDate>Sun, 25 Oct 2009 09:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-14163</guid>
		<description>hi
thanks for this useful post. but i have a big problem, when "void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response" called, the product is null, do you know why? i do every step exactly</description>
		<content:encoded><![CDATA[<p>hi<br />
thanks for this useful post. but i have a big problem, when &#8220;void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response&#8221; called, the product is null, do you know why? i do every step exactly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-13632</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-13632</guid>
		<description>Excellent post, very helpful. The only missing part is creating and adding the transaction observer to SKPaymentQueue.

[code]
storeObserver = [[CustomStoreObserver alloc] init];
  [[SKPaymentQueue defaultQueue] addTransactionObserver:storeObserver];
[/code]</description>
		<content:encoded><![CDATA[<p>Excellent post, very helpful. The only missing part is creating and adding the transaction observer to SKPaymentQueue.</p>
<p>[code]<br />
storeObserver = [[CustomStoreObserver alloc] init];<br />
  [[SKPaymentQueue defaultQueue] addTransactionObserver:storeObserver];<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-13144</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-13144</guid>
		<description>Hi, it is small for design issues, but I've to say that we are planning to make this particular page more like a blog and leave it grow.</description>
		<content:encoded><![CDATA[<p>Hi, it is small for design issues, but I&#8217;ve to say that we are planning to make this particular page more like a blog and leave it grow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: why</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-13142</link>
		<dc:creator>why</dc:creator>
		<pubDate>Fri, 16 Oct 2009 06:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-13142</guid>
		<description>Why is this page such small?
I can read hardly.</description>
		<content:encoded><![CDATA[<p>Why is this page such small?<br />
I can read hardly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-12866</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 18:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-12866</guid>
		<description>I was working on the 2nd part (4.2.- Buy a in-app purchase.) and I was not seeing any of the delegate methods getting called (eg: paymentQueue updatedTransactions, failedTransaction, restoreTransaction, completeTransaction) and then I realized that it was because I had not set anything up to be a transaction observer.  My main view class is what I had set to be both a SKProductsRequestDelegate and a SKPaymentTransactionObserver, so I just added the following line to my initialization sequence and, voila, I was seeing the delegate methods getting called once I initiated the payment.

[[SKPaymentQueue defaultQueue] addTransactionObserver:self];


Thanks for the tutorial. :)</description>
		<content:encoded><![CDATA[<p>I was working on the 2nd part (4.2.- Buy a in-app purchase.) and I was not seeing any of the delegate methods getting called (eg: paymentQueue updatedTransactions, failedTransaction, restoreTransaction, completeTransaction) and then I realized that it was because I had not set anything up to be a transaction observer.  My main view class is what I had set to be both a SKProductsRequestDelegate and a SKPaymentTransactionObserver, so I just added the following line to my initialization sequence and, voila, I was seeing the delegate methods getting called once I initiated the payment.</p>
<p>[[SKPaymentQueue defaultQueue] addTransactionObserver:self];</p>
<p>Thanks for the tutorial. <img src='http://www.sixtemia.com/journal/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-12860</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 18:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-12860</guid>
		<description>In case it wasn't clear, what I mean by "productid" is the value for productid that you see in iTunes Connect, *not* the literal string 'productid'.  Eg: my test product id is "i1234", so the line that worked for me was

initWithProductIdentifiers: [NSSet setWithObject: @"i1234"]];</description>
		<content:encoded><![CDATA[<p>In case it wasn&#8217;t clear, what I mean by &#8220;productid&#8221; is the value for productid that you see in iTunes Connect, *not* the literal string &#8216;productid&#8217;.  Eg: my test product id is &#8220;i1234&#8243;, so the line that worked for me was</p>
<p>initWithProductIdentifiers: [NSSet setWithObject: @"i1234"]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-12859</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 18:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-12859</guid>
		<description>I *finally* got the first part to work (getting a list of products back).

It wasn't working when I used

initWithProductIdentifiers: [NSSet setWithObject: @"com.yourcompany.product "]]; 

I tried every permutation of "com.yourcompany.product" and "productid" and nothing worked.  Finally, I got rid of the "com.yourcompany.product" part and just used the "productid" part

initWithProductIdentifiers: [NSSet setWithObject: @"productid"]];

It's been a very frustrating day, but now I'm happier.</description>
		<content:encoded><![CDATA[<p>I *finally* got the first part to work (getting a list of products back).</p>
<p>It wasn&#8217;t working when I used</p>
<p>initWithProductIdentifiers: [NSSet setWithObject: @"com.yourcompany.product "]]; </p>
<p>I tried every permutation of &#8220;com.yourcompany.product&#8221; and &#8220;productid&#8221; and nothing worked.  Finally, I got rid of the &#8220;com.yourcompany.product&#8221; part and just used the &#8220;productid&#8221; part</p>
<p>initWithProductIdentifiers: [NSSet setWithObject: @"productid"]];</p>
<p>It&#8217;s been a very frustrating day, but now I&#8217;m happier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-12853</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Mon, 12 Oct 2009 17:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-12853</guid>
		<description>&gt; I have question, I have my app that is .99 $. do I need some code in my app to be able to charge for it. do I need the StoreKit on my app and aditional code?

You only need to do this stuff if you will be charging for other things (besides the purchase of your app) from within your app.

If you simply want people to have to buy your app (in your case, for $0.99), then you don't have to deal with this stuff.  You do, however, have to configure your app for sale in iTunes Connect.</description>
		<content:encoded><![CDATA[<p>&gt; I have question, I have my app that is .99 $. do I need some code in my app to be able to charge for it. do I need the StoreKit on my app and aditional code?</p>
<p>You only need to do this stuff if you will be charging for other things (besides the purchase of your app) from within your app.</p>
<p>If you simply want people to have to buy your app (in your case, for $0.99), then you don&#8217;t have to deal with this stuff.  You do, however, have to configure your app for sale in iTunes Connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-12652</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Fri, 09 Oct 2009 22:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-12652</guid>
		<description>Great tutorial!  What would you change to use downloadable content?</description>
		<content:encoded><![CDATA[<p>Great tutorial!  What would you change to use downloadable content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgard Rodriguez</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-11881</link>
		<dc:creator>Edgard Rodriguez</dc:creator>
		<pubDate>Thu, 01 Oct 2009 21:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-11881</guid>
		<description>I have question, I have my app that is .99 $. do I need some code in my app to be able to charge for it. do I need the StoreKit on my app and aditional code?

thanks</description>
		<content:encoded><![CDATA[<p>I have question, I have my app that is .99 $. do I need some code in my app to be able to charge for it. do I need the StoreKit on my app and aditional code?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Computers &#38; Tech</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-10441</link>
		<dc:creator>Computers &#38; Tech</dc:creator>
		<pubDate>Thu, 17 Sep 2009 23:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-10441</guid>
		<description>Hi there,
Cool post, I just stumbled upon it and I'm already a fan.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Cool post, I just stumbled upon it and I&#8217;m already a fan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tesh</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-6302</link>
		<dc:creator>Tesh</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-6302</guid>
		<description>Hi,

In iTunes Connect, in the section "Manage Your In App Purchases" select your App and then select your "In App Purchase" and Check if "Cleared for Sale" is YES. If not, you can select it when you edit this in-app purchase.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In iTunes Connect, in the section &#8220;Manage Your In App Purchases&#8221; select your App and then select your &#8220;In App Purchase&#8221; and Check if &#8220;Cleared for Sale&#8221; is YES. If not, you can select it when you edit this in-app purchase.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.sixtemia.com/journal/2009/08/12/using-store-kit-framework/comment-page-1/#comment-5171</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sixtemia.com/journal/?p=53#comment-5171</guid>
		<description>I followed your steps word for word. but when i query for the products, the size (count)  of response.products is always zero! :(

I copied and pasted the product ID's from from iTunes connect into my app, and still nothing.. I created the test user, nothing..

is there anything else that I forgot?</description>
		<content:encoded><![CDATA[<p>I followed your steps word for word. but when i query for the products, the size (count)  of response.products is always zero! <img src='http://www.sixtemia.com/journal/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I copied and pasted the product ID&#8217;s from from iTunes connect into my app, and still nothing.. I created the test user, nothing..</p>
<p>is there anything else that I forgot?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

