<?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: Windows Phone MarketPlace Now Supporting Uploading Multiple Versions of Apps to Marketplace (OS Version Dependent)</title>
	<atom:link href="http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/feed/" rel="self" type="application/rss+xml" />
	<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/</link>
	<description>Random, informal Nokia blog for Nokia, Symbian, Maemo, MeeGo and Windows Phone news, reviews, rants, suggestions and applications.</description>
	<lastBuildDate>Mon, 20 May 2013 15:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: hulkkii</title>
		<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/comment-page-1/#comment-746653</link>
		<dc:creator>hulkkii</dc:creator>
		<pubDate>Thu, 17 Jan 2013 07:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://mynokiablog.com/?p=45209#comment-746653</guid>
		<description><![CDATA[In short:

* Windows Phone (C#,C++, Visual Studio etc.)
- I love them. I think wp sdk/visual studio offers the best ide, programming and debugging tools.
- APIs are much better now with WP8 compared to WP7, but still some restrictions and missing things. On the other hand restrictions mean better security.
- Apps are checked and tested manually by a person, before allowed to the marketplace.


* Android (Java,C++, eclipse etc)
- Tools are OK.
- There is almost nothing you can not do with the APIs of Android.
- Apps get published almost instantly to the play market. Nice, but bad for security.
- Hate the fragmentation. I have worked mainly with the camera APIs and fragmentation between different Android versions is not that bad, but different devices/manufacturers may act totally different with the same code. You just can not be sure if your app works on a specific device if you have not tested it with it..

* iOS:
- Hate the language, so don&#039;t have that much experience.
- OK APIs
- OK Security]]></description>
		<content:encoded><![CDATA[<p>In short:</p>
<p>* Windows Phone (C#,C++, Visual Studio etc.)<br />
- I love them. I think wp sdk/visual studio offers the best ide, programming and debugging tools.<br />
- APIs are much better now with WP8 compared to WP7, but still some restrictions and missing things. On the other hand restrictions mean better security.<br />
- Apps are checked and tested manually by a person, before allowed to the marketplace.</p>
<p>* Android (Java,C++, eclipse etc)<br />
- Tools are OK.<br />
- There is almost nothing you can not do with the APIs of Android.<br />
- Apps get published almost instantly to the play market. Nice, but bad for security.<br />
- Hate the fragmentation. I have worked mainly with the camera APIs and fragmentation between different Android versions is not that bad, but different devices/manufacturers may act totally different with the same code. You just can not be sure if your app works on a specific device if you have not tested it with it..</p>
<p>* iOS:<br />
- Hate the language, so don&#8217;t have that much experience.<br />
- OK APIs<br />
- OK Security</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/comment-page-1/#comment-746306</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 16 Jan 2013 20:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://mynokiablog.com/?p=45209#comment-746306</guid>
		<description><![CDATA[As hulkki says this has been there from the beginning.

What&#039;s also been there from the beginning of WP8 is WP 7.5 apps automatically available in both WP 7.5 and WP 8.

I updated two of my apps during the holidays to add a trial version (3D Tic Tac Toe anybody? - http://www.windowsphone.com/s?appid=72a74d2d-10b7-4070-8358-5f48f358a9b8 ) and while I was doing that I considered producing specific WP 8 versions but decided it wasn&#039;t worth the effort.

If this sounds lazy (for most XAML + C# apps like mine producing the WP 8 binaries is a matter of just a mouse click or two) it is because with 3 times as many resolutions to support you have to produce 3 times as many graphics for tiles and icons, etc. and this is a real pain for non-artistic people like me.

I suppose I will get round to it eventually but there are higher priority things in the meantime. 

Except where I specifically want to take advantage of some WP 8 feature I will continue to develop apps for WP 7.5 for the simple reason that they will automatically be available for download by both WP 7.5 and WP 8 users. That would not be true if I developed a WP 8 app.]]></description>
		<content:encoded><![CDATA[<p>As hulkki says this has been there from the beginning.</p>
<p>What&#8217;s also been there from the beginning of WP8 is WP 7.5 apps automatically available in both WP 7.5 and WP 8.</p>
<p>I updated two of my apps during the holidays to add a trial version (3D Tic Tac Toe anybody? &#8211; <a href="http://www.windowsphone.com/s?appid=72a74d2d-10b7-4070-8358-5f48f358a9b8" rel="nofollow">http://www.windowsphone.com/s?appid=72a74d2d-10b7-4070-8358-5f48f358a9b8</a> ) and while I was doing that I considered producing specific WP 8 versions but decided it wasn&#8217;t worth the effort.</p>
<p>If this sounds lazy (for most XAML + C# apps like mine producing the WP 8 binaries is a matter of just a mouse click or two) it is because with 3 times as many resolutions to support you have to produce 3 times as many graphics for tiles and icons, etc. and this is a real pain for non-artistic people like me.</p>
<p>I suppose I will get round to it eventually but there are higher priority things in the meantime. </p>
<p>Except where I specifically want to take advantage of some WP 8 feature I will continue to develop apps for WP 7.5 for the simple reason that they will automatically be available for download by both WP 7.5 and WP 8 users. That would not be true if I developed a WP 8 app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arts</title>
		<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/comment-page-1/#comment-746086</link>
		<dc:creator>arts</dc:creator>
		<pubDate>Wed, 16 Jan 2013 12:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://mynokiablog.com/?p=45209#comment-746086</guid>
		<description><![CDATA[+1]]></description>
		<content:encoded><![CDATA[<p>+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viipottaja</title>
		<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/comment-page-1/#comment-746072</link>
		<dc:creator>Viipottaja</dc:creator>
		<pubDate>Wed, 16 Jan 2013 12:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://mynokiablog.com/?p=45209#comment-746072</guid>
		<description><![CDATA[Hi, nice to see a real WP developer here! Would be great to hear more about your experience on it all. I am sure Jay would e.g. happy to publish an interview or a piece written by you!]]></description>
		<content:encoded><![CDATA[<p>Hi, nice to see a real WP developer here! Would be great to hear more about your experience on it all. I am sure Jay would e.g. happy to publish an interview or a piece written by you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hulkkii</title>
		<link>http://mynokiablog.com/2013/01/16/windows-phone-marketplace-now-supporting-uploading-multiple-versions-of-apps-to-marketplace-os-version-dependent/comment-page-1/#comment-746061</link>
		<dc:creator>hulkkii</dc:creator>
		<pubDate>Wed, 16 Jan 2013 11:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://mynokiablog.com/?p=45209#comment-746061</guid>
		<description><![CDATA[This has been possible since the launch of WP8.
(I have published one app with different xaps for wp8 and wp7 last year after wp8 launch, and the system is still the same than it was then)

Now they are just tipping that it is possible.]]></description>
		<content:encoded><![CDATA[<p>This has been possible since the launch of WP8.<br />
(I have published one app with different xaps for wp8 and wp7 last year after wp8 launch, and the system is still the same than it was then)</p>
<p>Now they are just tipping that it is possible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: mynokiablog.com @ 2013-05-20 16:50:04 by W3 Total Cache -->