<?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: Apple Announces (Again) Push Notification Services for iPhone 3.0</title>
	<atom:link href="http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/</link>
	<description>More of everything iPhone and iPad</description>
	<lastBuildDate>Sat, 26 May 2012 17:36:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Firat</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-126396</link>
		<dc:creator>Firat</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-126396</guid>
		<description>&lt;p&gt;There is a tool called NS4app. You should check www.ns4app.com for APNS integration server. Its fastest sending engine is the major feature of NS4app.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a tool called NS4app. You should check <a href="http://www.ns4app.com" rel="nofollow">http://www.ns4app.com</a> for APNS integration server. Its fastest sending engine is the major feature of NS4app.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oletros</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-40215</link>
		<dc:creator>Oletros</dc:creator>
		<pubDate>Fri, 10 Apr 2009 07:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-40215</guid>
		<description>&lt;p&gt;Ok, and how will be to do&#039;s notifications?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok, and how will be to do's notifications?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Buddhika</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-37560</link>
		<dc:creator>Buddhika</dc:creator>
		<pubDate>Thu, 26 Mar 2009 08:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-37560</guid>
		<description>&lt;p&gt;Push notification is good approach. But how about the data usage of the Push Notification Service?
Did anyone know what are the ping and keep alive intervals of that service?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Push notification is good approach. But how about the data usage of the Push Notification Service?
Did anyone know what are the ping and keep alive intervals of that service?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joji</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-36641</link>
		<dc:creator>Joji</dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-36641</guid>
		<description>&lt;p&gt;This is not acceptable from apple..&lt;/p&gt;

&lt;p&gt;an iPhone Developer cannot make an alarm application that is capable of alerting me OFFLINE??&lt;/p&gt;

&lt;p&gt;I don&#039;t use any IM software, I just need an application like INFROMANT to remind me of a meeting.&lt;/p&gt;

&lt;p&gt;this Push Notification thing is really ridicules. -at least for me-&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is not acceptable from apple..</p>

<p>an iPhone Developer cannot make an alarm application that is capable of alerting me OFFLINE??</p>

<p>I don't use any IM software, I just need an application like INFROMANT to remind me of a meeting.</p>

<p>this Push Notification thing is really ridicules. -at least for me-</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-36027</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 18 Mar 2009 05:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-36027</guid>
		<description>&lt;p&gt;Apples&#039; new &quot;push&quot; model forces application developers to carry the additional burden, cost, and complexity of developing, hosting, and maintaining companion server side component services.  iPhone applications that traditionally provide a convenient &quot;mashup&quot; of data through  direct domain access must now synchronize and maintain subscription state within the cloud via custom server side components (service providers).  Service providers will be solely responsible for &quot;polling&quot;, aggregating, caching, and publishing subscription data on behalf of their respective client applications.  Bottom line, if your iPhone application is to feature &quot;push&quot; notifications then you better get busy learning how to develop and maintain a scalable multi-tier architecture (implemented in something other than Objective-C).  This may not be a huge stretch for most developers, however it would be nice if Apple would at least offer to host these server side component services for free.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Apples' new "push" model forces application developers to carry the additional burden, cost, and complexity of developing, hosting, and maintaining companion server side component services.  iPhone applications that traditionally provide a convenient "mashup" of data through  direct domain access must now synchronize and maintain subscription state within the cloud via custom server side components (service providers).  Service providers will be solely responsible for "polling", aggregating, caching, and publishing subscription data on behalf of their respective client applications.  Bottom line, if your iPhone application is to feature "push" notifications then you better get busy learning how to develop and maintain a scalable multi-tier architecture (implemented in something other than Objective-C).  This may not be a huge stretch for most developers, however it would be nice if Apple would at least offer to host these server side component services for free.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kael</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35988</link>
		<dc:creator>Kael</dc:creator>
		<pubDate>Wed, 18 Mar 2009 01:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35988</guid>
		<description>&lt;p&gt;Hmmm, they&#039;re trying to blow palm away.... palm&#039;s had backgrounding previously... uh hello backgrounding apple?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm, they're trying to blow palm away.... palm's had backgrounding previously... uh hello backgrounding apple?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Taroli</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35958</link>
		<dc:creator>Bill Taroli</dc:creator>
		<pubDate>Tue, 17 Mar 2009 23:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35958</guid>
		<description>&lt;p&gt;I read those battery drain claims and laughed my freakin&#039; head off... as I reached over to check out the IM I received in the background on my iPhone 3G (Beehive IM running with Backgrounder). Yeah, I totally believe in 80% battery drain running IM in the background... I&#039;m looking for some swampland in FL too if you know of anyone selling some.&lt;/p&gt;

&lt;p&gt;In my experience I&#039;ve seen apps written to perform well on mobile platforms in the background and some that are/were completely garbage. The point is that you /can/ write background applications for mobile platforms that don&#039;t trash your battery... but it requires some care and forethought. Maybe this is just Apple&#039;s way of saying it doesn&#039;t want to be blamed for developers who design and code poorly? Hmm.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I read those battery drain claims and laughed my freakin' head off... as I reached over to check out the IM I received in the background on my iPhone 3G (Beehive IM running with Backgrounder). Yeah, I totally believe in 80% battery drain running IM in the background... I'm looking for some swampland in FL too if you know of anyone selling some.</p>

<p>In my experience I've seen apps written to perform well on mobile platforms in the background and some that are/were completely garbage. The point is that you /can/ write background applications for mobile platforms that don't trash your battery... but it requires some care and forethought. Maybe this is just Apple's way of saying it doesn't want to be blamed for developers who design and code poorly? Hmm.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Clapcommon</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35910</link>
		<dc:creator>Clapcommon</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35910</guid>
		<description>&lt;p&gt;What does all this news mean regarding a brand new iPhone??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What does all this news mean regarding a brand new iPhone??</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35908</link>
		<dc:creator>Rajiv</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35908</guid>
		<description>&lt;p&gt;I guess Backgrounder will have to be ported to 3.0 this summer ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I guess Backgrounder will have to be ported to 3.0 this summer ...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Omari James</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35906</link>
		<dc:creator>Omari James</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35906</guid>
		<description>&lt;p&gt;Hmm. Interesting. Yes. I agree whole internet radio thing. i would like to have that and push doesn&#039;t solve that problem.&lt;/p&gt;

&lt;p&gt;I would hate to have all those push notes flooding my screen as SMS notes do sometimes !&lt;/p&gt;

&lt;p&gt;I hope they have a small X at the upper right hand corner to just ex out all of them if that becomes a problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm. Interesting. Yes. I agree whole internet radio thing. i would like to have that and push doesn't solve that problem.</p>

<p>I would hate to have all those push notes flooding my screen as SMS notes do sometimes !</p>

<p>I hope they have a small X at the upper right hand corner to just ex out all of them if that becomes a problem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guinness0514</title>
		<link>http://www.imore.com/2009/03/17/apple-announces-push-notification-services-iphone-30/comment-page-1/#comment-35892</link>
		<dc:creator>Guinness0514</dc:creator>
		<pubDate>Tue, 17 Mar 2009 20:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theiphoneblog.com/?p=7561#comment-35892</guid>
		<description>&lt;p&gt;Simplfy Media..(sniff, sniff)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Simplfy Media..(sniff, sniff)</p>]]></content:encoded>
	</item>
</channel>
</rss>

