Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229735

Push notification won't work on ios production mode FireBase

$
0
0

The solution was to set gcmSandbox: false,

let push = Push.init({
  android: {
    senderID: "xxxxxxxxx"
  },
  ios: {
    senderID: "xxxxxxxxx",
    gcmSandbox: false,
    alert: "true",
    badge: false,
    sound: "true"
  },
  windows: {}
});

Viewing all articles
Browse latest Browse all 229735

Trending Articles



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