Giter VIP home page Giter VIP logo

Comments (4)

ab320012 avatar ab320012 commented on July 17, 2024

hm i have an issue for this already #168 and a PR albeit broken

from houston.

nightpool avatar nightpool commented on July 17, 2024

It looks like Houston currently uses the legacy, binary notification format instead of the HTTP/2 api. Apple so far has not provided any documentation on how to supply this parameter with the legacy notification, or if one is even required. Has someone been able to test that pushes through Houston are actually rejected from an iOS 13 device, or are we just going off of possibly inaccurate documentation?

from houston.

monochrome-particles avatar monochrome-particles commented on July 17, 2024

I can confirm rejections from iOS 13 devices. Houston reports a successful send, but the push notification never reaches the device.

from houston.

monochrome-particles avatar monochrome-particles commented on July 17, 2024

If you noticed that some messages are not getting received by the device, check your payload. Chances are, the payload does not include an alert parameter -- probably because you meant to send it as a 'background' message, like updating the badge, or signalling.

A workaround for this is to send a payload with some alert text (try an empty string), and the message will be received by the iOS 13 device.

Example:

notification = Houston::Notification.new(device: token)
notification.alert = ''
notification.badge = 2
notification.category = 'SOME_CATEGORY'
notification.content_available = true

APN.push(notification)

from houston.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.