So there is this app claiming on-device iMessage functionality on Android. Seems cool but only has subscription based pricing. Does anyone know of a way to circumvent this?

Edit: I found this but it seems a bit dodgy

  • cm0002@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    2
    ·
    10 months ago

    Iirc the entire app is open-source, you can prob strip out the subscription parts and build it yourself

    The original work/PoC they based it off of is PyPush and that definitely has a GitHub here: https://github.com/JJTech0130/pypush

    If you can’t/don’t do the work, you’ll have to wait, something will come along eventually but that app just came out the other day

      • cm0002@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        10 months ago

        Yea I know it’s a PoC, It’s work, but not that much work…if you have the skill set lol

        I was actually digging into JJTechs project a bit, I’m planning on building something of my own, but my version is going to try to tap into Androids messaging service instead so that I can use any SMS app I wish.

        The idea being my service will be a translation layer of sorts instead of an independent app that I have to switch too.