<?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 Matheus, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123605#M77115</link>
    <description>&lt;P&gt;Matheus,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've been experiencing the same problem. Did you have yours solved ? My problem seems to be the certificate. Your problem was the certificate too ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;

&lt;P&gt;Antônio Costa&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jul 2016 17:00:09 GMT</pubDate>
    <dc:creator>ANTÔNIO_C_</dc:creator>
    <dc:date>2016-07-16T17:00:09Z</dc:date>
    <item>
      <title>PushNotifications using PhoneGap and GCM for iOS</title>
      <link>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123603#M77113</link>
      <description>&lt;PRE class="brush:jscript;"&gt;        var push = PushNotification.init({ 
            "android": {
                "senderID": "mySenderID"
            },
            "ios": {
                "senderID": "mySenderID", 
                "alert": "true", 
                "badge": "true", 
                "sound": "true",
                "gcmSandbox": "true"
            }, 
            "windows": {} 
        });

        push.on('registration', function(data) {
            dispToken = data.registrationId;
        });

        push.on('notification', function(data) {
            console.log(data.message);
            alert(data.title+" Message: " +data.message);
            // data.title,
            // data.count,
            // data.sound,
            // data.image,
            // data.additionalData
        });

        push.on('error', function(e) {
            console.log(e.message);
        });&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;dispToken is the internal variable that I use to save the Token into my database. I have already enabled GCM for iOS on Google. When I push the notification using my PHP page it returns me a JSON with success message. On android it runs flawlessly, but on iOS I never got the push. Any ideas?&lt;/P&gt;

&lt;P&gt;PS.: My iOS certificate is a production one. Also, changing gcmSandbox to true or false doesn't make any difference&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 18:05:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123603#M77113</guid>
      <dc:creator>Matheus_O_</dc:creator>
      <dc:date>2016-05-11T18:05:10Z</dc:date>
    </item>
    <item>
      <title>I recommend that you review</title>
      <link>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123604#M77114</link>
      <description>&lt;P&gt;I recommend that you review the steps for configuring push notification into your certificate as this might be what you are missing.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html#//apple_ref/doc/uid/TP40012582-CH26-SW11"&gt;https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html#//apple_ref/doc/uid/TP40012582-CH26-SW11&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 22:54:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123604#M77114</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2016-05-12T22:54:06Z</dc:date>
    </item>
    <item>
      <title>Matheus,</title>
      <link>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123605#M77115</link>
      <description>&lt;P&gt;Matheus,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I've been experiencing the same problem. Did you have yours solved ? My problem seems to be the certificate. Your problem was the certificate too ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;

&lt;P&gt;Antônio Costa&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 17:00:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/PushNotifications-using-PhoneGap-and-GCM-for-iOS/m-p/1123605#M77115</guid>
      <dc:creator>ANTÔNIO_C_</dc:creator>
      <dc:date>2016-07-16T17:00:09Z</dc:date>
    </item>
  </channel>
</rss>

