Hello @Omar Reyes,
It is interesting that this issue is affecting just a single client. Would you happen to have any logs available for this client that I could take a look at?
Also, I am assuming that your application is calling the ICloverConnector#showWelcomeScreen() method to bring the display back to the welcome screen at the end of a transaction?
- Justin
This may be related to the merchant's settings. If they have "Automatically print customer receipt after each order" enabled, the device will skip the Receipt Options screen, which means that the SDK will not automatically drive the device back to the Welcome screen. In that case, as @justin.a says, your POS will need to explicitly call showWelcomeScreen().
1 Person is following this question.