You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android API Version: 34
Myket SDK: 1.18 ==> com.github.myketstore:myket-billing-client
I want to test Myket not installed on the Android device and show the correct error. I do some error handling, but I understand the startSetup method doesn't work well. I uninstalled the Myket app and got the wrong IabResult in the callback.
In this case, I think isSuccess should be false, but it's true.
The text was updated successfully, but these errors were encountered:
I want to test Myket not installed on the Android device and show the correct error. I do some error handling, but I understand the startSetup method doesn't work well. I uninstalled the Myket app and got the wrong IabResult in the callback.
In this case, I think
isSuccess
should befalse
, but it'strue
.The text was updated successfully, but these errors were encountered: