← Back to context

Comment by tangoalpha

6 days ago

Nice app. Using moto edge 60 pro. The app navigation gets hidden under the phone navigation icons. I'd like to pay. Except without user login, I am unable to figure out if the purchase can be linkedin to my 2-3 devices (each of which may use a different Google account)

Thanks! A couple of other people in this thread have mentioned that bug too and I'll get it fixed ASAP.

There's no login required since the app uses Google Play Billing on Android and App Store billing on iOS. That also means purchases are tied to the Google account used to buy the app, so unfortunately they can't be shared across different accounts.

I hate the annoyance of apps forcing you to create an account before you even try them and that's exactly why I kept it simple and login-free. But yeah, the trade-off is stuff like what you pointed out. To balance that, I made it a one-time low-cost purchase instead of a subscription. Hope that makes it fair.

  • > That also means purchases are tied to the Google account used to buy the app, so unfortunately they can't be shared across different accounts.

    I don't have hand-to-hand experience with Google Play, but quite a few of those billing platforms offer "discount codes." So to help the GP commenter, I would imagine they could email you from their purchasing Google account and ask for 100% off codes for their other Google account addresses

    I don't know how to help the sibling comment, short of you just straight-up making them a custom .apk without Play Billing. FWIW, it's actually absolutely painless to host your own f-droid repository <https://gitlab.com/fdroid/fdroidserver#what-is-f-droid-serve...>. It's marked AGPL but despite its name one doesn't need to run that package to host a repo, just $($HOMEBREW_PREFIX/bin/fdroid update --verbose --create-metadata -W error) and then $(rsync -Pav --delete ./repo/ your-awesome-host:/repo/)

    It's so painless you could even do that per user, as in lucb1e-fdroid.example.com or lucb1e-a6d7c104-e9b1-4ddc-ad5a-470e51bb5069.example.com

  • > There's no login required since the app uses Google Play Billing

    ...so it requires logging in with a Google account. That means I won't be able to buy the app on my phone

    A one-time purchase for an offline privacy-friendly app is 100% fair and the price point and free tier seem great to me (someone upthread said it's like 4.7€ if you want more than 7 puzzles per day iirc), but please just add an option to send you money directly via e.g. IBAN. It's one of the few privacy-friendly options and you also get to keep all of the money

    Most other options cut people out: paypal doesn't work half the time ("sorry, something went wrong" when the algorithm hates you today), stripe has issues when your bank and residence country don't match, credit card requires a good credit score, etc. It's all data- and algorithm-based, whereas banks are legally obliged to give you a functional account because it underpins so much of society nowadays. I'd be happy to pay for the app even without using it as a way to add my 'two cents' and hopefully make this more worth your time

    • I will definitely look into supporting alternative payment methods, someone else also has a de-googled phone and asked for the same in this thread too. I wonder if any of the alternative payment methods has a sdk that I can integrate directly or I will have to go the old school way of using software keys.