I am working on a Clover app which requires a background service for fetching data from the server at regular intervals. When I upload the apk containing this feature and try to install it to the Test merchant account; the Clover app updater downloads the application and the verification fails hence the installation fails.
However if I remove the service initialization from the android manifest and then file gets downloaded and the verification is successful.
However it is required that we have the service, is there a solution to have the service running ?
The application is designed for Clover mini and Clover station.
Thank you in advance.