Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70877

Push Notifications with ionic cloud

$
0
0

@Eon wrote:

Hello,

I just upload my app to the app store and play store, the push notifications are working fine in android but in ios doesn't work, i tested the push in develop when i run my app from xCode and everything was fine, but now when i download the app from the store the notifications doesn't work, and i don't know why.

i use apps.ionic.io to send the push and ionic/cloud-angular@0.0.12.

The code in my app.ts is this:

 var push= new Push({
      pluginConfig: {
        android: {
      senderID: "xxxxxxxxxxx"
        },
        ios: {
      alert: "true",
      badge: false,
      sound: "true"
    }
      }
      })

    push.register((token) => {
    push.saveToken(token);
  });

Thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>