Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

"title" not showing in ios #241

Closed squarfed closed 7 years ago

squarfed commented 7 years ago

I am pushing the following kind of notifications:

 {
     title:  "CANONE RAI, MISE: MANCATO PAGAMENTO BOLLETTE LUGLIO CIRCA 10%",
     from: 'Public Policy',
     text: "Roma, 8 set - \"Il mancato pagamento dell",
     notId: 101,
     payload: {
               "notificationId": "ad2342343aasdf", 
               "url" : "/articles/uASDskMNGsFjFRrG9m" },
      query : {
         userId: "5YAkZ7dNAS4FXxuvw"
        },
  }

The notification title is showing correctly in android, but not in IOS devices where it is blank. Any hints?

squarfed commented 7 years ago

It was a non issue, title is supposed to be the name of the app, which in IOS is set automatically

andreasseiler commented 6 years ago

@PositronicBrain I'm having the same problem here. As I understand there is a title in iOs which is called alert. How can I set this? For android the value in title is used as title. Can you give me a hint here?

Thanks, Andi