<?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: Push Notification and Python (Django)</title>
	<atom:link href="http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/</link>
	<description>Ramin Firoozye's Public Whisperings</description>
	<lastBuildDate>Fri, 25 Jun 2010 00:07:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bob</title>
		<link>http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/comment-page-1/#comment-168</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 28 Nov 2009 16:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://ramin.firoozye.com/?p=128#comment-168</guid>
		<description>Will this nor work if used on a Linux server?</description>
		<content:encoded><![CDATA[<p>Will this nor work if used on a Linux server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramin</title>
		<link>http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/comment-page-1/#comment-90</link>
		<dc:creator>ramin</dc:creator>
		<pubDate>Wed, 30 Sep 2009 00:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://ramin.firoozye.com/?p=128#comment-90</guid>
		<description>HI Lee, thanks for the note.

The problem with debugging Push is that you get practically no feedback from Apple&#039;s service. The feedback mechanism is practically useless for debugging, so the trouble I ran into manifested itself in the packet being sent to the Push Notification Service with no errors on the sender side ... and nothing happening on the phone.

What ended up working was using the OpenSSL libraries and keeping the private key and certificate files separate (instead of merging them together). I now get 100% reliability with the above script (at least in the sandbox).</description>
		<content:encoded><![CDATA[<p>HI Lee, thanks for the note.</p>
<p>The problem with debugging Push is that you get practically no feedback from Apple&#8217;s service. The feedback mechanism is practically useless for debugging, so the trouble I ran into manifested itself in the packet being sent to the Push Notification Service with no errors on the sender side &#8230; and nothing happening on the phone.</p>
<p>What ended up working was using the OpenSSL libraries and keeping the private key and certificate files separate (instead of merging them together). I now get 100% reliability with the above script (at least in the sandbox).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Packham</title>
		<link>http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/comment-page-1/#comment-88</link>
		<dc:creator>Lee Packham</dc:creator>
		<pubDate>Tue, 29 Sep 2009 08:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://ramin.firoozye.com/?p=128#comment-88</guid>
		<description>Interesting - I just saw this and wanted to say that I am using Python 2.6 on OSX 10.6 (Snow Leopard) and am able to use the standard SSL libraries. Would be interested to know what trouble you ran into.</description>
		<content:encoded><![CDATA[<p>Interesting &#8211; I just saw this and wanted to say that I am using Python 2.6 on OSX 10.6 (Snow Leopard) and am able to use the standard SSL libraries. Would be interested to know what trouble you ran into.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://ramin.firoozye.com/2009/09/09/push-notification-and-python-django/comment-page-1/#comment-83</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 25 Sep 2009 01:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://ramin.firoozye.com/?p=128#comment-83</guid>
		<description>Thanks for sharing!

It is a nice little script for the development phase.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing!</p>
<p>It is a nice little script for the development phase.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
