Dear Aerogear Team, does the 1.2 release works fine for iOS 11? We have right now the problem that messages will be rejected if there is an alert, badge or sound key in the message. In the current version of Aerogear push server we are using
(1.1.3) is the alert key everytime attached to the messages json. Regards, Philipp Koetz _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Forgot to mention that it is about silent notifications (https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html) Von: [hidden email] [mailto:[hidden email]]
Im Auftrag von Philipp Koetz, mVISE AG Dear Aerogear Team, does the 1.2 release works fine for iOS 11? We have right now the problem that messages will be rejected if there is an alert, badge or sound key in the message. In the current version of Aerogear push server we are using
(1.1.3) is the alert key everytime attached to the messages json. Regards, Philipp Koetz _______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
How are you sending the push notifications? Can you provide a code sample of how do you build silent push payload? On Fri, Sep 29, 2017 at 10:57 AM, Philipp Koetz, mVISE AG <[hidden email]> wrote:
_______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Hello, I build the message as following: UnifiedMessage.withMessage() .apns().contentAvailable().build() .userData("message", MessageParser.parseMessageToJSON(inputMessage)) .config().timeToLive(lifetime).message()
.build(); Von: [hidden email] [mailto:[hidden email]]
Im Auftrag von Julio Cesar Sanchez Hernandez How are you sending the push notifications? Can you provide a code sample of how do you build silent push payload? On Fri, Sep 29, 2017 at 10:57 AM, Philipp Koetz, mVISE AG <[hidden email]> wrote:
_______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Sending with PushSender.send(UnifiedMessage), send was build using DefaultPushSender (withRootServerURL, pushApplicationId and masterSecret) Von: [hidden email] [mailto:[hidden email]]
Im Auftrag von Philipp Koetz, mVISE AG Hello, I build the message as following: UnifiedMessage.withMessage() .apns().contentAvailable().build() .userData("message", MessageParser.parseMessageToJSON(inputMessage)) .config().timeToLive(lifetime).message()
.build(); Von: [hidden email] [[hidden email]]
Im Auftrag von Julio Cesar Sanchez Hernandez How are you sending the push notifications? Can you provide a code sample of how do you build silent push payload? On Fri, Sep 29, 2017 at 10:57 AM, Philipp Koetz, mVISE AG <[hidden email]> wrote:
_______________________________________________ Aerogear-users mailing list [hidden email] https://lists.jboss.org/mailman/listinfo/aerogear-users |
Free forum by Nabble | Edit this page |