Hello, I am trying to authonticate clover in this way:
mAccount = CloverAccount.getAccount(this); //This line work well. CloverAuth.AuthResult authResult = CloverAuth.authenticate(MainActivity.this, mAccount); //Got null...
When I am creating the authontication got null. Why (The reason I need the authontication is because I need the token and baseurl)? Thank you, Lior