<?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 Yes, I have done research in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004894#M31791</link>
    <description>&lt;P&gt;Yes, I have done research into "intents", and have already found a work around for the "Android". &amp;nbsp;This "Bridge API" is supposed to work for both iOS and Android and was hoping to take advantage of that.&lt;/P&gt;

&lt;P&gt;Looking at the webpage -&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/node/493033" target="_blank"&gt;https://software.intel.com/en-us/node/493033&lt;/A&gt; - it doesn't mention anywhere that I could see that this function is being deprecated.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Since I am writing this for both Android/Apple, I was hoping to use the suggested API call - not have to re-invent the wheel.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;For others, here is what I did as a Android Work around:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Check if App is installed (plugin):&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;https://www.npmjs.com/package/cordova-plugin-appavailability&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Launch Installed App (plugin):&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;http://phonegap-plugins.com/plugins/madansingh18/launchnativeapp&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If not Installed - Open Playstore to the apps page:&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var sAppUrl = "https://play.google.com/store/apps/details?id=com.globoforce.android";&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; navigator.app.loadUrl(sAppUrl,{openExternal:true});&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Please have someone update &amp;nbsp;the online documentation.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If this is function/API is going to be deprecated, say so on the web page . If it's not, correct the example so that we don't spend days spinning our wheels and asking for help in the forumn.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2015 15:11:52 GMT</pubDate>
    <dc:creator>Mike_B_7</dc:creator>
    <dc:date>2015-07-13T15:11:52Z</dc:date>
    <item>
      <title>runInstallNativeApp - parameters</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004889#M31786</link>
      <description>&lt;P&gt;I am new to Android development and am trying to use the "intel.xdk.device.runInstallNativeApp" - but I'm struggling trying to get the parameters correct.&lt;/P&gt;

&lt;P&gt;I can run the sample - with some slight modifications (pulled from the app manifest), but there is a parm that I am not sure about for the app I am trying to launch.&lt;/P&gt;

&lt;P&gt;Modified Sample from the SDK:&lt;/P&gt;

&lt;DIV&gt;Boomtown Manifest:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;...&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;package="com.appMobi.applab.boomtown"&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;...&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:scheme="applab.boomtown"/&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/activity&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;// This works in my Crosswalk for Android app&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;intel.xdk.device.runInstallNativeApp('Boom Town!', 'applab.boomtown://', 'market://details?id=com.appMobi.applab.boomtown', 'com.appMobi.applab.boomtown');&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;// Application Manifest&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;// App I am trying to start - I can get this to work - but its starting the camera from within the app -- not the main app&lt;/DIV&gt;
&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;... &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;&lt;BR /&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;&lt;BR /&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;&lt;BR /&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:scheme="gfmobile_video_test"/&amp;gt;&lt;BR /&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;...&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;
		&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;&lt;BR /&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;&lt;BR /&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;&lt;BR /&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:scheme="gfmobile" android:host="il"/&amp;gt;&lt;BR /&gt;
			&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/DIV&gt;

		&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;
	&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;// works - launches globoforce video recorder if installed, otherwise takes you to the market&lt;BR /&gt;
		//intel.xdk.device.runInstallNativeApp('Globoforce','gfmobile_video_test://','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;// DOES NOT WORK (nothing happens) - Not sure what to do with the "android:host="il" in the manifest -&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', 'gfmobile://', 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 20:10:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004889#M31786</guid>
      <dc:creator>Mike_B_7</dc:creator>
      <dc:date>2015-07-09T20:10:25Z</dc:date>
    </item>
    <item>
      <title>I would recommend going</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004890#M31787</link>
      <description>&lt;P&gt;I would recommend going through this article.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://qnimate.com/install-or-run-a-app-using-intel-xdk/" target="_blank"&gt;http://qnimate.com/install-or-run-a-app-using-intel-xdk/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Can you elaborate your issue? What you are to do ? and where are you failing?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 23:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004890#M31787</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-07-09T23:18:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply.  Here</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004891#M31788</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; Here is more information.&amp;nbsp; Forgive the long explanation, a lot of this was in the original post, but I guess I didn't do a good job of making my question clear. J&lt;/P&gt;

&lt;P&gt;I have looked at both the below articles on using the "runInstallNativeApp" api call – they are pretty much cut and paste between the two, and both are currently incorrect. Also, neither of them explain what/how to get the "protocolHandler" parameter.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://qnimate.com/install-or-run-a-app-using-intel-xdk/"&gt;http://qnimate.com/install-or-run-a-app-using-intel-xdk/&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/node/493033"&gt;https://software.intel.com/en-us/node/493033&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Incorrect Code – The gray highlighted sections are incorrect:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;// Android example – INCORRECT (Does not work)&lt;/STRONG&gt;&lt;BR /&gt;
	intel.xdk.device.runInstallNativeApp('Boom Town', 'applab.boomtown://', 'market://details?id=com.intel.xdk.applab.boomtown', 'com.intel.xdk.applab.boomtown');&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Loading the "Boom Town!" app onto my phone and then looking at the app manifest with a Android 3&lt;SUP&gt;rd&lt;/SUP&gt; party tool such as "Stanley", you can see that the application and bundleID are incorrect &amp;nbsp;and the appName should be 'Boom Town!' with an exclamation.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;// Android example – CORRECT Works !! &lt;/STRONG&gt;&lt;BR /&gt;
	intel.xdk.device.runInstallNativeApp('Boom Town!', 'applab.boomtown://', 'market://details?id=com.appMobi.applab.boomtown', 'com.appMobi.applab.boomtown');&lt;/P&gt;

&lt;P&gt;Here is the part of the Boom Town app Manifest that was used to determine the correct values for the example call:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;BOOMTOWN APP MANIFEST&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;...&lt;BR /&gt;
	package="com.appMobi.applab.boomtown"&amp;gt;&lt;BR /&gt;
	...&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:scheme="applab.boomtown"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/activity&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Once the correct parameters were determined, the call works.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;QUESTION:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Now the REAL question is for the application that I am trying to launch, I don't k now how to specify the correct "protocolHandler" which includes a "host" part.&lt;/P&gt;

&lt;P&gt;The app I am trying to launch, allows for 2 "intent-actions".&amp;nbsp; The first one, is simple and launches correctly.&amp;nbsp; The second has a "host" parameter that I'm not sure how to specify with the "runInstallNativeApp" call.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Intent 1: WORKS&lt;/STRONG&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;appName: &lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;'Globoforce'&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;protocolHandler:&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; 'gfmobile_video_test://'&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;appLocation:&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; 'market://details?id=com.globoforce.android'&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;bundleID:&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; 'com.globoforce.android'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;STRONG&gt;// Call - WORKS&lt;/STRONG&gt;&lt;BR /&gt;
	intel.xdk.device.runInstallNativeApp('Globoforce','gfmobile_video_test://','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;Intent 2: DOES NOT WORK – nothing happens or the call causes my app to error out.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;appName: &lt;/STRONG&gt;'Globoforce'&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;protocolHandler:&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; 'gfmobile://'&amp;nbsp;&amp;nbsp; -- how do I specify the host of "il"?&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;appLocation: &lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;'market://details?id=com.globoforce.android'&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;bundleID:&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; 'com.globoforce.android'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;// Call – Does Not Work&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;intel.xdk.device.runInstallNativeApp('Globoforce','gfmobile://','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Question: How do I specify the "host" in the "protocolHandler" ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action android:name="android.intent.action.VIEW"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;category android:name="android.intent.category.DEFAULT"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;category android:name="android.intent.category.BROWSABLE"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;data android:scheme="gfmobile" android:host="il"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;lt;/intent-filter&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have tried the following calls – the first two show that something is working – the rest are with no success.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;// works for boomtown – 1&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;intel.xdk.device.runInstallNativeApp('Boom Town!', 'applab.boomtown://', 'market://details?id=com.appMobi.applab.boomtown', 'com.appMobi.applab.boomtown');&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="font-size: 1em; line-height: 1.5;"&gt;// works - launches globoforce video recorder - 2&lt;/STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; intel.xdk.device.runInstallNativeApp('Globoforce','gfmobile_video_test://','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed&amp;nbsp; - 3&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', 'gfmobile://', 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed&amp;nbsp; - 4&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', 'gfmobile://il', 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed - 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce','','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed&amp;nbsp; - 6&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', null, 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed - 7&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce','gfmobile.il://','market://details?id=com.globoforce.android','com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed - 8&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', 'il.gfmobile://', 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;// failed&amp;nbsp; - 9&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;intel.xdk.device.runInstallNativeApp('Globoforce', 'gfmobile.globolforce.android://', 'market://details?id=com.globoforce.android', 'com.globoforce.android');&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If someone could update the Intel documentation, that would be great, also, where is the code for the APP PREVIEW --&amp;gt; Demo Apps --&amp;gt; API DEMO?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 14:48:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004891#M31788</guid>
      <dc:creator>Mike_B_7</dc:creator>
      <dc:date>2015-07-10T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Just noticed that the</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004892#M31789</link>
      <description>&lt;P&gt;Just noticed that the highlighting didn't carry over from Word.&lt;/P&gt;

&lt;P&gt;Incorrect sections are bolded:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;// Android example – INCORRECT (Does not work)&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;intel.xdk.device.runInstallNativeApp(&lt;STRONG&gt;'Boom Town&lt;/STRONG&gt;', 'applab.boomtown://', 'market://details?id=&lt;STRONG&gt;com.intel.xdk.applab.boomtown&lt;/STRONG&gt;', &lt;STRONG&gt;'com.intel.xdk.applab.boomtown&lt;/STRONG&gt;');&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 14:50:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004892#M31789</guid>
      <dc:creator>Mike_B_7</dc:creator>
      <dc:date>2015-07-10T14:50:19Z</dc:date>
    </item>
    <item>
      <title>The APIs you are using are</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004893#M31790</link>
      <description>&lt;P&gt;The APIs you are using are based on the legacy Android build system, which will be retired (it has been deprecated). We highly recommend that you use the Cordova build and app development process. To find ways to work with Android intents, try searching the web for something like the following "cordova app intent android" and you should find the info you need.&lt;/P&gt;

&lt;P&gt;The XDK builds standard Cordova apps, the build part of that system is in the cloud, not local, so you do not have the "CLI" component on your system.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 17:35:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004893#M31790</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-07-10T17:35:17Z</dc:date>
    </item>
    <item>
      <title>Yes, I have done research</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004894#M31791</link>
      <description>&lt;P&gt;Yes, I have done research into "intents", and have already found a work around for the "Android". &amp;nbsp;This "Bridge API" is supposed to work for both iOS and Android and was hoping to take advantage of that.&lt;/P&gt;

&lt;P&gt;Looking at the webpage -&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/node/493033" target="_blank"&gt;https://software.intel.com/en-us/node/493033&lt;/A&gt; - it doesn't mention anywhere that I could see that this function is being deprecated.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Since I am writing this for both Android/Apple, I was hoping to use the suggested API call - not have to re-invent the wheel.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;For others, here is what I did as a Android Work around:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Check if App is installed (plugin):&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;https://www.npmjs.com/package/cordova-plugin-appavailability&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Launch Installed App (plugin):&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;http://phonegap-plugins.com/plugins/madansingh18/launchnativeapp&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If not Installed - Open Playstore to the apps page:&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var sAppUrl = "https://play.google.com/store/apps/details?id=com.globoforce.android";&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; navigator.app.loadUrl(sAppUrl,{openExternal:true});&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Please have someone update &amp;nbsp;the online documentation.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If this is function/API is going to be deprecated, say so on the web page . If it's not, correct the example so that we don't spend days spinning our wheels and asking for help in the forumn.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:11:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004894#M31791</guid>
      <dc:creator>Mike_B_7</dc:creator>
      <dc:date>2015-07-13T15:11:52Z</dc:date>
    </item>
    <item>
      <title>I've added a deprecation</title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004895#M31792</link>
      <description>&lt;P&gt;I've added a deprecation notice to the main table of contents page, and have requested that we get that notice on more of the pages in that book.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2015 15:53:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004895#M31792</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-07-13T15:53:55Z</dc:date>
    </item>
    <item>
      <title>That would be great.  </title>
      <link>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004896#M31793</link>
      <description>&lt;P&gt;That would be great. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Bummer though that this is being deprecated. &amp;nbsp;It would have been very convenient to use. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:52:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/runInstallNativeApp-parameters/m-p/1004896#M31793</guid>
      <dc:creator>Mike_B_7</dc:creator>
      <dc:date>2015-07-15T13:52:45Z</dc:date>
    </item>
  </channel>
</rss>

