Hi everyone,

For the past weeks I’ve been working hard on a push notification service for Avelon that is finally ready for open beta! This feature involves a completely new cloud service that automatically notifies you whenever someone replies to your posts/comments, and it simultaneously supports multiple accounts you might have. Although the app itself doesn’t change much with this new Testflight build, there’s a lot of stuff happening in the background to make push notifications happen.

My goal with the open beta is to test the service with many more users to see how it scales under heavier load. I’m not sure how powerful of a server it’ll need - and as many of you might know cloud compute isn’t exactly cheap. The service isn’t quite done yet, so while I keep working on it you should expect downtime and occasionally delayed notifications.

How to join

  • Download the latest 1.0.8 testflight build
  • Open Avelon and go to Settings/Notifications
  • Enable notifications for the accounts you wanna use

When you’re testing, I’m especially interested in verifying that you’re not getting any duplicate notifications and that you’re receiving notifications for all the accounts you’ve enabled. Also, please share any bugs you might find or thoughts about how to improve things!

Notifications should still work if you go back to the App Store version without deleting the app, but notifications won’t open the post and the notification badge will probably not behave properly. This is just a result of the previous version not supporting notifications yet, and will ofc be resolved with the official release!

Technical stuff for those interested

The push notification service is written in Rust, which is a pretty awesome language. This is my first time using it for a complete solution, but I must say I’m already sold on the features the language offers. Ensuring performance and security was a breeze compared to many other languages I’ve used. For those unaware, Lemmy itself is also written in Rust.

I’ve prioritized making sure the service scales well with many users, whilst not being heavier than necessary on the Lemmy servers. All traffic from the Avelon service is properly tagged to make it easy for instance owners to verify that the traffic is legit, and not some kind of DOS attack. If the traffic turns out to be a bit heavy for any instance owners, please don’t hesitate to contact me to discuss how I can tweak the service to be less demanding on your server.

With the addition of push notifications I’ll also update the privacy badge on the App Store to include (opt-in) collection of device identifiers. This is just a practical necessity to know which device to send notifications to. Apple continuously shuffles these random IDs, and they are the only ones who know who each one belongs to. The Avelon service simply sends a notification with the ID to Apple, and they figure out which device to forward it to. And of course, if you disable push notifications in the app all your info is immediately deleted from the notification server.

Thanks for reading & helping me test!

  • Jaccident
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    When I opened the app I was asked for Notification Permission, however I still had to go to the page in settings and enable. I’ve seen the same/similar implementations fail at Apple review in the past.

    2 ways around this;

    1. Show a wizard pop-up to capture intent from the user before pushing the system prompt (that way Apple can’t argue you’re asking for permissions you aren’t using; and this is their preferred way in the HIG).
    2. Use the response to the permission (APNS token generation) to turn on notifications. (Again, they can’t rogue you’re asking for a permission you aren’t using).

    (All that said, having written and been involved in writing and maintaining a PNS in the past (one which handled tens of million PNS a day), this was no small undertaking, well done, thank you, and good luck).

    • evgizOPM
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      7 months ago

      Hey, thanks for the heads up! Its only supposed to ask when you try to turn it on, but guess there’s an issue with the logic for when it should ask for permission. I’ll definitely get that sorted out before release.

      • Jaccident
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        No probs, also, didn’t get the notification of your message, also running 17.3 beta. I’m a Pro user who jumped over to the TF channel, there can be issues with that upgrade path and tokens, but not usually if the token is created on the TF branch and used there. Might be worth looking at your token table to see if you are getting the numbers you expect.

        • evgizOPM
          link
          fedilink
          arrow-up
          2
          ·
          7 months ago

          Yeah, I think there’s a slight issue with TF tokens atm, but only happens in some situations it seems. Has worked for me for the last week or so, so probably just a minor thing. Looking into it!

          • Jaccident
            link
            fedilink
            arrow-up
            1
            ·
            7 months ago

            Wee update, nots are working for me now. Btw, happy to push you diagnostics anytime you need. Do you have that in the app somewhere (maybe useful at least on the TF branch)? I often found the on device diagnostic files a key to knowing where missing PNs/Tokens went.

            • evgizOPM
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              7 months ago

              Turned out the TF environment and dev environment arent compatible, so just had to switch that for all the notifications to come through! Not diagnostics atm, might be a good idea to add that tho. Some kind of metrics would also be pretty insightful…

              • Jaccident
                link
                fedilink
                arrow-up
                1
                ·
                7 months ago

                Ah, makes sense.

                Metrics are great, it’s always useful to have some dataset to base decisions on when deciding how to spend your time, but Diagnostic files are lifeblood for finding bugs. Just like metrics you do need to go through and put in hooks to write to the diagnostic file, but you can push all you want to it, and it can really help if you’ve done what you do, and make the API responses user friendly when they fail. You might have 15 different failures that trigger your “Failed to load” state, so a user plagued by that, sending the file to you, is great for knowing what actually went wrong.

                A bit like Unit Testing, you can survive without them but by investing in them you’ll be doing a later you a favour.

        • We1ch
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 months ago

          I guess mine wasn’t turned on as well, I assumed it would turn on when I accepted to turn on push notifications when I open the app.

  • We1ch
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    Test comment to see if push notifications are working properly.

      • We1ch
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        It did not work, could be an issue on my end tho, I am on iOS 17.2 beta, on a iPhone 13 Pro Max.

        • evgizOPM
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          Seems like I missed some details about how push notifications work in testflight, should be good now if you enable it and allow in system settings. Did you get this notification? If you didn’t, you might have to toggle it off and on again in the app!

          • We1ch
            link
            fedilink
            arrow-up
            1
            ·
            7 months ago

            Yes I got this notification, awesome work.

  • LazaroFilm@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    So weird thing is happening. I tried the beta flight version to try the push notifications but then went back to the AppStore version for the pro options. Now I get notifications on the AppStore version but they don’t disappear when read so I have a permanent red badge on the app.

    • evgizOPM
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      7 months ago

      Hi, yeah this is expected unfortunately. Basically since the App Store version doesn’t support notifications it doesn’t know to lower the badge count when you open a reply, but the badge is still increased by iOS when it receives a notification. Best solution atm is disabling the badge in settings until the update is out!

  • LazaroFilm@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    No pro option in the beta 😟 so I have to chose between enjoying groups or testing the beta 😟

  • thesmokingman@programming.dev
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    7 months ago

    How much of your revenue from the last release do you plan on donating to help fund the instance that hosts your community?