• Ghostalmedia@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days ago

        You don’t need to have the app running in the background. Notifications can be pushed from the cloud.

        Problem is, that costs money to host and run that job to check for notifications. This is why a lot of small developers end up burying notifications behind a paywall.

        • ClassifiedPancake@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          So then „bury“ it behind a paywall, why is that bad? A server costs money so let the people who want to use that server pay their part. I see no problem with that.

        • 3 dogs in a trenchcoat@slrpnk.net
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          I mean yeah, but hosting and running a voyager server that stores our login credentials would be a more complicated and difficult option for what gain? The simplest solution would probably be just waking up the app every so often to check, I think eternity does that

          • Ghostalmedia@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            3 days ago

            Speaking for iOS, I don’t believe this is possible. iOS has rules around what background processes can and can’t run on-device.

            For notifications coming from the internet, in order to preserve battery life, Apple wants cloud APNs to wake up terminated apps to deliver notifications.

            I know android does some similar battery preservation stuff around notifications, but I’m a little less familiar with that.

    • ZeroCool@slrpnk.netOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      Meh, I bought Ultra lifetime after a few months of using Apollo and never even bothered using push notifications. Which is funny, because it was the main thing I missed when I originally switched from Android and RiF in 2020.

      • Scrollone@feddit.it
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 days ago

        The app can work in the background and periodically check for new messages, just like email clients do with IMAP accounts.

      • The Dark Lord ☑️@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days ago

        Push requires having a server to push those notifications. That requires having an entire Voyager server that stores your credentials and periodically checks for new notifications, sending them when it gets them.

        Money, yes, but also an issue with having a third party server storing credentials.