Hello I'm using clover android sdk on Mini Clover, we call capturePreAuth from IPaymentConnector and it works, however when we have a problem in our side, we keep the data to capture after, we have a background service to pick the data up and do capturePreAuth, I just realized capturePreAuth callback method onCapturePreAuthResponse does not work in background and the device is sleeping, so if the device calls capturePreAuth in background and the device is sleeping, then the device will get the response back when it wakes up. Is there any way to fix it?
Thanks!!