Is it possible to generate or to fetch the API Key from a side loaded app instead of installing from the app market ?
The reason being is that, for development of the app, I will be making few Clover API requests not directly from the app, but trough our Dev server which would required a Clover API Key.
I was able to generate an API key through ny developer account's Setup page. But from the device, through my app, when I try to do the following, the authResult comes as null (even tough I was able to get the authAccount)
CloverAuth.AuthResult authResult = CloverAuth.authenticate(WebServiceActivity.this, mAccount);