<?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 We are not experts with third in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/pushwoosh-problem-on-Android-and-maybe-iOS/m-p/1116327#M74231</link>
    <description>&lt;P&gt;We are not experts with third-party plugins. The XDK creates standard Cordova (aka PhoneGap) apps. You might try searching StackOverflow for help with that plugin when used in a Cordova or PhoneGap app. For example, search for "stackoverflow pooshwoosh cordova phonegap notifications" or something like that.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 20:36:08 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2017-03-10T20:36:08Z</dc:date>
    <item>
      <title>pushwoosh problem on Android (and maybe iOS?)</title>
      <link>https://community.intel.com/t5/Software-Archive/pushwoosh-problem-on-Android-and-maybe-iOS/m-p/1116326#M74230</link>
      <description>&lt;P&gt;Hello, I've this problem: I wrote code as example says to do:&lt;/P&gt;

&lt;P&gt;this is my piece of code, very simple:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12.8px; color: rgb(34, 34, 34); font-family: arial, sans-serif;"&gt;function initPushwoosh()&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;{&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; var uidx=GetToken(); &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; var pushNotification =&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.8px;"&gt;window.plugins.&lt;/SPAN&gt;&lt;WBR style="font-size: 12.8px;" /&gt;&lt;SPAN style="font-size: 12.8px;"&gt;pushNotification;&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; document.addEventListener('&lt;/SPAN&gt;&lt;WBR style="font-size: 12.8px;" /&gt;&lt;SPAN style="font-size: 12.8px;"&gt;push-notification', function(event) {... some code here} );&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; pushNotification.&lt;WBR /&gt;onDeviceReady({ projectid: &amp;lt;PUSH_ID&amp;gt;, pw_appid :&amp;lt;PUSH_APP&amp;gt; });&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; pushNotification.&lt;/SPAN&gt;&lt;WBR style="font-size: 12.8px;" /&gt;&lt;SPAN style="font-size: 12.8px;"&gt;registerDevice(&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function(status) {&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var pushToken = status;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pushNotification.setTags({'&lt;WBR /&gt;userid':uidx});&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pushstate=1;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!IsIOs())&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pushNotification.&lt;WBR /&gt;setMultiNotificationMode();&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function(status) {&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; &amp;nbsp; );&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;initPushwoosh is called in app ready and works great in 99% of situation, in fact&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.8px;"&gt;, everything works well if the app is not Closed by OS.&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px;"&gt;&lt;SPAN style="font-size: 12.8px;"&gt;If system closes the app (for saving memory options or something like that), ok, my app is not a service so I won't be able to get notifications while it's "closed". But I expect (as documentation of "RegisterDevice" states) that as I open my App every "pending" push would be received. But I'm not able to get pending pushes sent when the app was closed, and I'm able to get only new pushes. I wrote to pushwoosh that built the plugin with intel (I think), but they say that it should work, so I wonder if I'm doing something wrong in my XDK project! please help me&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Mar 2017 13:53:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/pushwoosh-problem-on-Android-and-maybe-iOS/m-p/1116326#M74230</guid>
      <dc:creator>Alessandro_S_</dc:creator>
      <dc:date>2017-03-10T13:53:35Z</dc:date>
    </item>
    <item>
      <title>We are not experts with third</title>
      <link>https://community.intel.com/t5/Software-Archive/pushwoosh-problem-on-Android-and-maybe-iOS/m-p/1116327#M74231</link>
      <description>&lt;P&gt;We are not experts with third-party plugins. The XDK creates standard Cordova (aka PhoneGap) apps. You might try searching StackOverflow for help with that plugin when used in a Cordova or PhoneGap app. For example, search for "stackoverflow pooshwoosh cordova phonegap notifications" or something like that.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 20:36:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/pushwoosh-problem-on-Android-and-maybe-iOS/m-p/1116327#M74231</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-03-10T20:36:08Z</dc:date>
    </item>
  </channel>
</rss>

