<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099112#M67993</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;You not explain what are you trying to get the version, son I give you general advices.&lt;/P&gt;

&lt;P&gt;If you are going to build an IOS or Android app you need a plugin like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/whiteoctober/cordova-plugin-app-version" target="_blank"&gt;https://github.com/whiteoctober/cordova-plugin-app-version&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you make a web application, the option is to hard code the version in a variable and show that, because you can't use plugins.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 11:46:39 GMT</pubDate>
    <dc:creator>Diego_Calp</dc:creator>
    <dc:date>2016-04-21T11:46:39Z</dc:date>
    <item>
      <title>App Version display</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099111#M67992</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
	&lt;BR /&gt;
	I am developing an app using intel xdk and jquery framework.&lt;BR /&gt;
	I am unable to get app version to display to user who install app.&lt;BR /&gt;
	&lt;BR /&gt;
	Can you please guide me how can I get app version in app programetically.&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 05:09:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099111#M67992</guid>
      <dc:creator>mohneesh_b_</dc:creator>
      <dc:date>2016-04-21T05:09:01Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099112#M67993</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;You not explain what are you trying to get the version, son I give you general advices.&lt;/P&gt;

&lt;P&gt;If you are going to build an IOS or Android app you need a plugin like this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/whiteoctober/cordova-plugin-app-version" target="_blank"&gt;https://github.com/whiteoctober/cordova-plugin-app-version&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you make a web application, the option is to hard code the version in a variable and show that, because you can't use plugins.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 11:46:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099112#M67993</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-04-21T11:46:39Z</dc:date>
    </item>
    <item>
      <title>Dear Diego, </title>
      <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099113#M67994</link>
      <description>&lt;P&gt;Dear&amp;nbsp;Diego,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;I am developing an android app and installed the plugin you suggested&amp;nbsp;&lt;SPAN style="color: rgb(204, 204, 204); font-family: intelXDK; font-size: 12px; line-height: 34px; widows: auto; background-color: rgb(51, 51, 51);"&gt;cordova-plugin-app-version 0.1.8&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I followed the implementation instructions and use below code:&lt;/P&gt;

&lt;PRE style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 16px; font-stretch: normal; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);"&gt;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6px; padding: 0px; margin: 0px; border-radius: 3px; word-break: normal; border: 0px; display: inline; max-width: initial; overflow: initial; line-height: inherit; word-wrap: normal; background: transparent;"&gt;cordova.getAppVersion.getVersionNumber().then(function (version) {
    $('.version').text(version);
});&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But this is not working for me. It does nothing.&lt;/P&gt;

&lt;P&gt;Could you please guide me what I am doing wrong?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 13:30:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099113#M67994</guid>
      <dc:creator>mohneesh_b_</dc:creator>
      <dc:date>2016-04-21T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Mohneesh -- you can only test</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099114#M67995</link>
      <description>&lt;P&gt;Mohneesh -- you can only test third-party plugins using the Debug tab or by building the app and installing on a real device. The Emulate tab will not work with third-party plugins.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 23:36:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099114#M67995</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-21T23:36:42Z</dc:date>
    </item>
    <item>
      <title>Thanks Dear Paul.</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099115#M67996</link>
      <description>&lt;P&gt;Thanks Dear Paul.&lt;/P&gt;

&lt;P&gt;Your comment is helpful. Now its working fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 06:24:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Version-display/m-p/1099115#M67996</guid>
      <dc:creator>mohneesh_b_</dc:creator>
      <dc:date>2016-04-25T06:24:27Z</dc:date>
    </item>
  </channel>
</rss>

