I am building an android app which makes a series of calls to our own API before using Clover to complete the payment.
The last call is a url with a JSON array tacked on to the end.
This has worked perfectly on the emulator and on a phone running Android version 7 but does not work on the Clover Mini. Is there any way to find out if the device is formatting the url differently or ommitting the
the JSON array or whether there is something else at play?