I just downloaded code using https://github.com/AuthorizeNet/sdk-android link and run the sampleapp provide in sdk.
I tried to login with sandboox credential but it display a dialog with message
The username or password you have entered is incorrect. Please check your entries and try again
I already changed the EVIRONMENT from SANDBOX to PRODUCTION suggested in developer community discussion.
When I debug the code i got the login result
<?xml version="1.0" encoding="utf-8"?><mobileDeviceLoginResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Error</resultCode><message><code>E00007</code><text>User authentication failed due to invalid authentication values.</text></message></messages></mobileDeviceLoginResponse>
this what i got after debug please suggest me how to resolve this.
07-07-2016 07:13 AM
Hello @neetuMAY92016
Our Sandbox and Production systems are completely separate and you cannot use credentials for one system in the other.
Richard
07-08-2016 11:19 AM