openfoodfacts / smooth-app

The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
759 stars 265 forks source link

How to handle donations #64

Open M123-dev opened 3 years ago

M123-dev commented 3 years ago

What

In the current Android app (I suspect exactly the same on IOS), simple the the OFF website gets opened to donate, where the donations are processed via the donor box. Which surprised me because the stores don't actually like to see it (see Apple vs EpicGames).

With the new app, I see potential to improve this. Both Apple and Google offer a non-profit program where 100% of the price goes to the non-profit company. Google offers even more advanced features with this program. There is also an official plugin that offers in-app purchases.

What do you think about this idea

Part of

stephanegigandet commented 3 years ago

That's a very interesting idea! cc @CharlesNepote @teolemon

CharlesNepote commented 3 years ago

Great news! I will investigate this. Thanks @M123-dev.

FredJul commented 3 years ago

I can confirm Google and Apple don't like apps with donation links (I got an app rejected last year due to that).

Also, for your information I got some difficulties in early 2020 with the official in-app purchases plugin, it never worked on iOS while the unofficial one (https://pub.dev/packages/flutter_inapp_purchase) worked like a charm and was simpler to setup. Maybe the official one has improved since.

M123-dev commented 3 years ago

@FredJul Then we are lucky that the current apps are still available, maybe it is because the donations are only pointed out inconspicuously in the settings and yes, I also saw the unofficial plugin, only saw no big differences on and based on it the commit numbers simply taken the official one,

M123-dev commented 3 years ago

@CharlesNepote anything new here

M123-dev commented 2 years ago

@teolemon @stephanegigandet

teolemon commented 2 years ago

I have made a mockup based on Telegram's flow image

M123-dev commented 2 years ago

Thanks but still, should we implement donations via Google / Apple

teolemon commented 2 years ago
teolemon commented 1 year ago

I'm bumping this one to P2