<?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 for PocketWorx</title>
	<atom:link href="http://pocketworx.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://pocketworx.com</link>
	<description>entertainment in your pocket</description>
	<lastBuildDate>Sat, 21 Aug 2010 02:19:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by Ken</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-618</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 21 Aug 2010 02:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-618</guid>
		<description>Thank you so much for  this Awesome tutorial. I did integrate  OF in to my game  so easy  by following you tutorial. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you so much for  this Awesome tutorial. I did integrate  OF in to my game  so easy  by following you tutorial. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by wes</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-460</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-460</guid>
		<description>ah k got it.. in my target settings it was looking in the iPhoneSimulator dir for frameworks instead of iPhoneOS,

Sorry for the troubles!

- Wes</description>
		<content:encoded><![CDATA[<p>ah k got it.. in my target settings it was looking in the iPhoneSimulator dir for frameworks instead of iPhoneOS,</p>
<p>Sorry for the troubles!</p>
<p>- Wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by wes</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-457</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-457</guid>
		<description>looks like it didnt like the tags..

code was 

#if TARGET_OS_EMBEDDED
#import AVFoundation/AVCaptureSession.h
#import AVFoundation/AVCaptureDevice.h
#import AVFoundation/AVCaptureInput.h
#import AVFoundation/AVCaptureOutput.h
#import AVFoundation/AVCaptureVideoPreviewLayer.h
#endif</description>
		<content:encoded><![CDATA[<p>looks like it didnt like the tags..</p>
<p>code was </p>
<p>#if TARGET_OS_EMBEDDED<br />
#import AVFoundation/AVCaptureSession.h<br />
#import AVFoundation/AVCaptureDevice.h<br />
#import AVFoundation/AVCaptureInput.h<br />
#import AVFoundation/AVCaptureOutput.h<br />
#import AVFoundation/AVCaptureVideoPreviewLayer.h<br />
#endif</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by wes</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-456</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-456</guid>
		<description>Hello, I was wondering if any one else is experiencing this problem, 

but when i follow the above steps i can get it to work in the simulator, but when i try to run it on my iTouch i get a bunch of  compile errors &quot;no such files...: and then a bunch of avfoundation files..

its having trouble with :
#if TARGET_OS_EMBEDDED
#import 
#import 
#import 
#import 
#import 
#endif

inside of AVFoundation.h
im including the framework, and have os4 installed on iTouch..

any ideas?

Thanks
- wes</description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if any one else is experiencing this problem, </p>
<p>but when i follow the above steps i can get it to work in the simulator, but when i try to run it on my iTouch i get a bunch of  compile errors &#8220;no such files&#8230;: and then a bunch of avfoundation files..</p>
<p>its having trouble with :<br />
#if TARGET_OS_EMBEDDED<br />
#import<br />
#import<br />
#import<br />
#import<br />
#import<br />
#endif</p>
<p>inside of AVFoundation.h<br />
im including the framework, and have os4 installed on iTouch..</p>
<p>any ideas?</p>
<p>Thanks<br />
- wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by trsills</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-398</link>
		<dc:creator>trsills</dc:creator>
		<pubDate>Thu, 29 Jul 2010 20:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-398</guid>
		<description>Forrest- yes, things are rapidly changing.  I only just recently looked to update some of my code to support the newer OF SDK.  I&#039;m planning on updating the tutorial shortly regarding the slight changes.

Sunil- from an OF perspective I&#039;m not sure you&#039;ll know that they skipped since there&#039;d be no communications back to OF.  At this point this is where people are reaching back to their own server through their own code to see if an app is online and being used, which is typically done to track piracy (not that it&#039;ll stop it though, but at least show you all of the installations out there).

Hao- I took a look at the OF settings and didn&#039;t see anything that would allow you to do specific placement.  I saw where you asked the question on OF&#039;s own forums and unfortunately it doesn&#039;t look like they responded with anything either.  Maybe an upcoming release will allow you set the specific location.</description>
		<content:encoded><![CDATA[<p>Forrest- yes, things are rapidly changing.  I only just recently looked to update some of my code to support the newer OF SDK.  I&#8217;m planning on updating the tutorial shortly regarding the slight changes.</p>
<p>Sunil- from an OF perspective I&#8217;m not sure you&#8217;ll know that they skipped since there&#8217;d be no communications back to OF.  At this point this is where people are reaching back to their own server through their own code to see if an app is online and being used, which is typically done to track piracy (not that it&#8217;ll stop it though, but at least show you all of the installations out there).</p>
<p>Hao- I took a look at the OF settings and didn&#8217;t see anything that would allow you to do specific placement.  I saw where you asked the question on OF&#8217;s own forums and unfortunately it doesn&#8217;t look like they responded with anything either.  Maybe an upcoming release will allow you set the specific location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by Hao Zhe XU</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-377</link>
		<dc:creator>Hao Zhe XU</dc:creator>
		<pubDate>Mon, 26 Jul 2010 22:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-377</guid>
		<description>Hello, how to make the &quot;welcome back...&quot; bar appear from top of the screen instead from the bottom?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, how to make the &#8220;welcome back&#8230;&#8221; bar appear from top of the screen instead from the bottom?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looping Menu Effect in Cocos2D by Shinken</title>
		<link>http://pocketworx.com/?p=167&#038;cpage=1#comment-357</link>
		<dc:creator>Shinken</dc:creator>
		<pubDate>Fri, 23 Jul 2010 23:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=167#comment-357</guid>
		<description>Could i put it in portrait mode?

thanx! :D</description>
		<content:encoded><![CDATA[<p>Could i put it in portrait mode?</p>
<p>thanx! <img src='http://pocketworx.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AdMob and Cocos2D-iPhone by Svaths</title>
		<link>http://pocketworx.com/?p=107&#038;cpage=1#comment-339</link>
		<dc:creator>Svaths</dc:creator>
		<pubDate>Tue, 20 Jul 2010 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=107#comment-339</guid>
		<description>Hi,

I am facing same problem:
The AdMob SDK requires a valid view controller to be returned from currentViewController (AdMobDelegateProtocol).  Cancelling ad request.
Please help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am facing same problem:<br />
The AdMob SDK requires a valid view controller to be returned from currentViewController (AdMobDelegateProtocol).  Cancelling ad request.<br />
Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenFeint and Cocos2D-iPhone by Sunil Jagnani</title>
		<link>http://pocketworx.com/?p=80&#038;cpage=1#comment-327</link>
		<dc:creator>Sunil Jagnani</dc:creator>
		<pubDate>Sun, 18 Jul 2010 11:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=80#comment-327</guid>
		<description>Thanks For your Prompt Reply But I need to ask that how to know Programmatically that user has login the Step of OpenFeint or they just Skipped. Is there any Event or Argument I get like Bool that user has set up his Account or Not ?

Please let me Know ASAP. I am in middle of Development. Just this thing is left  other then that its over.....</description>
		<content:encoded><![CDATA[<p>Thanks For your Prompt Reply But I need to ask that how to know Programmatically that user has login the Step of OpenFeint or they just Skipped. Is there any Event or Argument I get like Bool that user has set up his Account or Not ?</p>
<p>Please let me Know ASAP. I am in middle of Development. Just this thing is left  other then that its over&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AdMob and Cocos2D-iPhone by trsills</title>
		<link>http://pocketworx.com/?p=107&#038;cpage=1#comment-303</link>
		<dc:creator>trsills</dc:creator>
		<pubDate>Wed, 14 Jul 2010 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://pocketworx.com/?p=107#comment-303</guid>
		<description>unix_area, 

the post was updated to reflect the code needed to now use a view controller to display the ads.</description>
		<content:encoded><![CDATA[<p>unix_area, </p>
<p>the post was updated to reflect the code needed to now use a view controller to display the ads.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
