Official site: https://www.iceblock.app/

The CNN article talks a bit more about privacy issues. This bit caught my eye:

It’s only available on iOS because Aaron says the app would have to collect information that could ultimately put users at risk to provide the same experience on Android.

I would like to see some details about this. Perhaps there’s a way to work around that problem, even if it meant publishing on F-Droid instead of Google Play.

  • who@feddit.orgOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Thanks for the link.

    So the problem is that using Android’s push notification system would require ICEBlock to store people’s device IDs, which could then be used against them.

    I wonder if this could be avoided by using Web Push instead of google’s native push notification system. Or perhaps some other push notification system using rotating ephemeral IDs.

    • diffusive@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 day ago

      Not an expert but ephemeral IDs would not give you much.

      AFIK under the hoods android notifications is just… a chat app (Ehehe classic google). So for sending a notification you need to send it to the ID of your mobile. Even if you manage to convince Android to register with an additional ephemeral ID Google would be able to map the ephemeral to the real since… well… it is running on the mobile

      • who@feddit.orgOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        Note this part of what I wrote:

        some other push notification system

        Google’s default one is not the only one.