adeekshith / watomatic

Auto reply app helping you move away from less private messengers like WhatsApp and Facebook Messenger
https://watomatic.app
GNU General Public License v3.0
426 stars 85 forks source link

Ask users to rate on Play store only for Google Play build #299

Closed adeekshith closed 3 years ago

adeekshith commented 3 years ago

As of now we have a single build flavor for Google Play as well as for F-Droid so we are also asking F-droid users also to rate on Google Play. We should create separate build flavor for Google Play and include it only in that.

Not a high priority but it is the right thing to do.

hegocre commented 3 years ago

What if instead of creating two flavors, we simply check if app was installed from Google Play, with some function like this?

adeekshith commented 3 years ago

That's probably what we need. Didn't know about that. Will try doing that. Thanks @hegocre ☺️

spuday90 commented 3 years ago

That's great idea. But it will be a temporary fix. If we have to do further customizations and say implement google rate api. We will need the flavour in the long run.

adeekshith commented 3 years ago

Yep, but as long as we are not including Play specific libraries, this looks like a good thing to do 😊