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
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