SufficientlySecure / donations

Donations library for Android. Supports Google Play Store, Flattr, PayPal, and Bitcoin
Apache License 2.0
347 stars 91 forks source link

Solved problem for "IAB Helper" not setup #40

Closed Javinator9889 closed 6 years ago

Javinator9889 commented 6 years ago

In some devices, when a users clicks the button in order to make a donation, this exception is thrown because that Google Play may is not active or similar. As this is managed by the lib, the user finds "impossible" (except by doing this trick: https://pastebin.com/Wda6FwPz) to catch and handle the exception.

The solution is implement an exception handler which shows a dialog (using the existing function "public void openDialog(int icon, int title, String message)") that inform users their phone does not support in-app purchases

dschuermann commented 6 years ago

thanks!