<?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 flight mode detection with code?!</title>
	<atom:link href="http://blog.sallarp.com/iphone-flight-mode-detection-with-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Sat, 17 Dec 2011 11:50:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: steve</title>
		<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/comment-page-1/#comment-12523</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 28 Jul 2010 17:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=173#comment-12523</guid>
		<description>Hello, my app has been rejected one day after approval due to crash when airplane mode is active. But app does not use any wifi or network, it needs to dial a number or send a sms, so I&#039;d need to detect airplane mode to abort before app calls the telephone api...
SBUsesNetwork can&#039;t help because if you tap ok airplane mode is still active, app quits iphone takes control and trying to dial the number, a panel indicating you in airmode pops up again and if you tap ok it simply crashes... mah
Why they did not provided a way to check that flag?
Any idea? help please...</description>
		<content:encoded><![CDATA[<p>Hello, my app has been rejected one day after approval due to crash when airplane mode is active. But app does not use any wifi or network, it needs to dial a number or send a sms, so I&#8217;d need to detect airplane mode to abort before app calls the telephone api&#8230;<br />
SBUsesNetwork can&#8217;t help because if you tap ok airplane mode is still active, app quits iphone takes control and trying to dial the number, a panel indicating you in airmode pops up again and if you tap ok it simply crashes&#8230; mah<br />
Why they did not provided a way to check that flag?<br />
Any idea? help please&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GopiKrishnaAn</title>
		<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/comment-page-1/#comment-11444</link>
		<dc:creator>GopiKrishnaAn</dc:creator>
		<pubDate>Tue, 08 Jun 2010 06:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=173#comment-11444</guid>
		<description>Thanks Björn Sållarp!
I was searching to detect airplane mode in iPhone..And my search ended in this page.. When I tried to include SBUsesNetwork in my plist, It didn&#039;t show it in the dropdown. but there I found another property, &quot;Application uses Wi-Fi &quot; and I set that Boolean to YES, now it works well!! This is Just FYI.. 
Thank you for posting this!!</description>
		<content:encoded><![CDATA[<p>Thanks Björn Sållarp!<br />
I was searching to detect airplane mode in iPhone..And my search ended in this page.. When I tried to include SBUsesNetwork in my plist, It didn&#8217;t show it in the dropdown. but there I found another property, &#8220;Application uses Wi-Fi &#8221; and I set that Boolean to YES, now it works well!! This is Just FYI..<br />
Thank you for posting this!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stratoudakis</title>
		<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/comment-page-1/#comment-5960</link>
		<dc:creator>John Stratoudakis</dc:creator>
		<pubDate>Thu, 26 Nov 2009 07:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=173#comment-5960</guid>
		<description>I&#039;m working on an app, and this option still helps because now my app is cool because it warns about &quot;Airplane Mode&quot;, and because I now have less work to do, mainly in dealing with the situations where the WWAN is not working, and when WiFi is working, but not able to reach my target host.  So I am now reading about the UIAlertView class.

Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on an app, and this option still helps because now my app is cool because it warns about &#8220;Airplane Mode&#8221;, and because I now have less work to do, mainly in dealing with the situations where the WWAN is not working, and when WiFi is working, but not able to reach my target host.  So I am now reading about the UIAlertView class.</p>
<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Egge</title>
		<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/comment-page-1/#comment-4565</link>
		<dc:creator>Brian Egge</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=173#comment-4565</guid>
		<description>Thanks.  I had an app which uses MapKit, and was initially rejected due to the network issue.  I added the SBUsesNetwork flag, and it was approved Sept 16.  I then submitted a Pro version of the app, and it was rejected today.</description>
		<content:encoded><![CDATA[<p>Thanks.  I had an app which uses MapKit, and was initially rejected due to the network issue.  I added the SBUsesNetwork flag, and it was approved Sept 16.  I then submitted a Pro version of the app, and it was rejected today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Price</title>
		<link>http://blog.sallarp.com/iphone-flight-mode-detection-with-code/comment-page-1/#comment-2703</link>
		<dc:creator>Christopher Price</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=173#comment-2703</guid>
		<description>Apple seems to be wise to this, it doesn&#039;t work for approval anymore. The SBUsesNetwork code only applies if Airplane Mode is turned on.

It does not apply if you are on an iPod touch with Wi-Fi off, or on an iPhone with no cellular signal.

The only sample code apple applies is their &quot;Reachability&quot; demo app. It&#039;s up to you to implement the code to error prompt when internet is/isn&#039;t available.

If your app is already approved, Apple appears to be letting some get a pass on not adding the code... but if your app isn&#039;t approved yet... this isn&#039;t enough anymore.</description>
		<content:encoded><![CDATA[<p>Apple seems to be wise to this, it doesn&#8217;t work for approval anymore. The SBUsesNetwork code only applies if Airplane Mode is turned on.</p>
<p>It does not apply if you are on an iPod touch with Wi-Fi off, or on an iPhone with no cellular signal.</p>
<p>The only sample code apple applies is their &#8220;Reachability&#8221; demo app. It&#8217;s up to you to implement the code to error prompt when internet is/isn&#8217;t available.</p>
<p>If your app is already approved, Apple appears to be letting some get a pass on not adding the code&#8230; but if your app isn&#8217;t approved yet&#8230; this isn&#8217;t enough anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/11 queries in 0.010 seconds using disk
Object Caching 296/301 objects using disk

Served from: blog.sallarp.com @ 2012-02-05 05:13:51 -->
