Samsung Galaxy IAP dialogs on network issues

Does the following dialog only appears for beta version of the app?

I don’t want my users to see it when they don’t have internet connection…

First, check the user’s device network connection using ConnectivityManager. If the network is available, the user can proceed with the purchase. Otherwise, display a message to check the network connection using a Toast or Dialog.

this is to get available product items to buy or already purchased product items, it’s not about user triggering the purchase. So it should not show any error

Could you please clarify what exactly you want to do? If you’re looking to get available product items or already purchased items, you can retrieve that data from the Galaxy Store server via APIs - . Please ensure your device stay connected to the network.

Hello,

The beta version app shows same behavior like production app. Could you please share following information to understand the issue?

  1. Issue reproduction steps
  2. Which API you are calling and what kind of error you are facing?
  3. What is the current behavior and what is the expected behavior?

Thank you,
Jakia

It seems this dialog appears only when using beta version of the app (with licensing testing),
In production it doesn’t show any dialogs or toasts when network is not available (as it should be).
So now it’s solved for me.