<?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 and how can i get the in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107862#M71029</link>
    <description>&lt;P&gt;and how can i get the registration id? for the pushing notifications.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2016 12:23:35 GMT</pubDate>
    <dc:creator>nicolas_r_</dc:creator>
    <dc:date>2016-03-14T12:23:35Z</dc:date>
    <item>
      <title>google cloud messaging</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107858#M71025</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;google cloud messaging&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;ask for a registration id that is needed to send the push notifications i need to register that also in a DB im using PHP and ionic as framework how can i get that registration id and send to the database? also on emulator i can register users using the same php and can read users from db to device(emulated) &amp;nbsp;but on real device doesn't work i think i have to add some kind of white list but im sure which one pls help me whit that also.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;​the next one is the code that i use to send&amp;nbsp;&lt;/SPAN&gt;users&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;from device to DB and where in want to get the registration id and send to db.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;$('#inclu&lt;SPAN style="font-size: 1em;"&gt;sao').on('click', function(){&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $id = $('#id').val();&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $nome = $('#nome').val();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $sobrenome = $('#sobrenome').val();&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $numero = $('#numero').val(); &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $.ajax({&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type: "get",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: $server+"/conecta.php", &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data: "id="+$id+"&amp;amp;nome="+$nome+"&amp;amp;sobrenome="+$sobrenome+"&amp;amp;numero="+$numero+"&amp;amp;acao=inclusao",&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; success: function(data) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; window.alert("Registrado ok");&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lista();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 18:58:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107858#M71025</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-03-11T18:58:35Z</dc:date>
    </item>
    <item>
      <title>Are you having issue on iOS</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107859#M71026</link>
      <description>&lt;P&gt;Are you having issue on iOS device? Currently we are having issues with iOS build and the AJAX calls are not working. Build engineers are working on the fix. We will post when the issue is fixed. If it's not iOS device then make sure the whitelisting rules are properly set.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 20:05:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107859#M71026</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2016-03-11T20:05:20Z</dc:date>
    </item>
    <item>
      <title>im just using android for now</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107860#M71027</link>
      <description>&lt;P&gt;im just using android for now, i don't know what to put on the whitelist for that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 20:11:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107860#M71027</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-03-11T20:11:51Z</dc:date>
    </item>
    <item>
      <title>Please follow this article</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107861#M71028</link>
      <description>&lt;P&gt;Please follow this article for specifying whitelisting rules.&amp;nbsp;https://software.intel.com/en-us/articles/cordova-whitelisting-with-intel-xdk-for-ajax-and-launching-external-apps&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 21:40:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107861#M71028</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2016-03-11T21:40:59Z</dc:date>
    </item>
    <item>
      <title>and how can i get the</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107862#M71029</link>
      <description>&lt;P&gt;and how can i get the registration id? for the pushing notifications.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 12:23:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107862#M71029</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-03-14T12:23:35Z</dc:date>
    </item>
    <item>
      <title>google cloud message works on</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107863#M71030</link>
      <description>&lt;P&gt;google cloud message works on html 5 using intel xdk? all the guides that i saw are made whit android studio.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:06:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107863#M71030</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-03-15T14:06:05Z</dc:date>
    </item>
    <item>
      <title>As far as I know google cloud</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107864#M71031</link>
      <description>&lt;P&gt;As far as I know google cloud messaging works with web apps. I haven't seen their cross platform implementation, i.e. for hybrid apps.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You may want to use the pushwoosh plugin for push notification. It is in our featured plugins list.&lt;/P&gt;

&lt;P&gt;Under the Plugins Management &amp;gt; Add Plugins &amp;gt; Featured plugins &amp;gt; Push Services.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 18:20:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107864#M71031</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2016-03-16T18:20:00Z</dc:date>
    </item>
    <item>
      <title>PushPlugin is working fine</title>
      <link>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107865#M71032</link>
      <description>&lt;P&gt;&lt;SPAN style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; font-weight: bold;"&gt;&lt;A href="https://github.com/phonegap-build/PushPlugin" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; font-weight: bold;"&gt;PushPlugin&lt;/A&gt;&amp;nbsp;is working fine for intel xdk? &lt;/SPAN&gt;&lt;SPAN style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192); font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-weight: bold; font-size: 12px;"&gt;u have used&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;pushwoosh and make it works?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 18:33:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/google-cloud-messaging/m-p/1107865#M71032</guid>
      <dc:creator>nicolas_r_</dc:creator>
      <dc:date>2016-03-16T18:33:51Z</dc:date>
    </item>
  </channel>
</rss>

