<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Android Sample App - Password Incorrect in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48992#M24617</link>
    <description>&lt;P&gt;Where do i include&amp;nbsp;&lt;SPAN&gt;“DeviceRegistration” demo path?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2014 15:33:57 GMT</pubDate>
    <dc:creator>amormemorials1</dc:creator>
    <dc:date>2014-11-26T15:33:57Z</dc:date>
    <item>
      <title>Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48453#M24369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm not sure if this the right place to get help... please forgive....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i've setup the &lt;/SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-android" target="_blank"&gt;Android Sample Application&lt;/A&gt;&lt;SPAN&gt;, but i cannot log in, i keep getting "This password is incorrect" yet i can login without problem on the &lt;/SPAN&gt;&lt;A href="https://sandbox.authorize.net/" target="_blank"&gt;sandbox site&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;what gives? is there a setting on the site that i need to change?&lt;/DIV&gt;&lt;DIV&gt;a value in the app that needs a change?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;please help me get thru so i can use it for my project.&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Nov 2014 05:19:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48453#M24369</guid>
      <dc:creator>cmklar123</dc:creator>
      <dc:date>2014-11-05T05:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48553#M24414</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi cmklar123,&lt;BR /&gt;&lt;BR /&gt;All our sample application defaults to sandbox so you want to make sure you are using the correct environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:32:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48553#M24414</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2014-11-07T16:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48767#M24502</link>
      <description>&lt;P&gt;Can you please explain how to modify so the app works in production mode. I am also having the same issue logging. I can login to sandbox via web but i am not able to login via sample app.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 16:49:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48767#M24502</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-14T16:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48781#M24509</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17607"&gt;@amormemorials1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using the sample application from &lt;A href="https://github.com/AuthorizeNet/sdk-android/blob/master/sampleapp/src/net/authorize/sampleapplication/LoginActivity.java," target="_blank"&gt;https://github.com/AuthorizeNet/sdk-android/blob/master/sampleapp/src/net/authorize/sampleapplication/LoginActivity.java,&lt;/A&gt; you would change Environment.SANDBOX to Environment.PRODUCTION.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    /** Authenticates the user-name and password using the VIEW. */
    public void authenticate(View view) {
        String loginID = ((EditText) findViewById(R.id.loginID)).getText().toString();
        String password = ((EditText) findViewById(R.id.password)).getText().toString();
        PasswordAuthentication loginCredentials = PasswordAuthentication.createMerchantAuthentication(loginID, password, deviceID);
        _merchant = Merchant.createMerchant(Environment.SANDBOX, loginCredentials);
        _merchant.setDuplicateTxnWindowSeconds(30);
    }&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 19:16:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48781#M24509</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-11-14T19:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48783#M24510</link>
      <description>&lt;P&gt;Great, i did. I still contnue to get "The password is incorrect" I am able to login on my account via web, i have also tries my sanbox account and i get the same error. Any Ideas please. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 19:56:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48783#M24510</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-14T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48785#M24511</link>
      <description>&lt;P&gt;Could you please confirm the specific error response code you are receiving?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember that you cannot use your sandbox Login ID and Password with the Production environment, or Production credentials with the sandbox.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 20:02:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48785#M24511</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-11-14T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48789#M24513</link>
      <description>&lt;P&gt;I am running the authorize.net sample without any changes, and when i enter login and password and tap LOG IN the progress circle spins and then i get a small black box at the right of password which states"The password is incorrect" i then make the change you advised above from SANBOX to PRODUCTION and i get the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now if i do the same test on the aithorize.net app from Play Store i am able to login with the same credentials (PRODUCTION) with no errors. This is confusing me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 23:05:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48789#M24513</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-14T23:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48791#M24514</link>
      <description>&lt;P&gt;Also just so you know, i dont even get the message that says that i need to enable the device via the web.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 23:43:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48791#M24514</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-14T23:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48795#M24516</link>
      <description>&lt;P&gt;Can this help? This is what i see on android studio after i tap login.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11-14 21:13:49.521 8659-8659/com.visa.visasampleapplication D/OpenGLRenderer﹕ Enabling debug mode 0&lt;BR /&gt;11-14 21:14:34.191 8659-8659/com.visa.visasampleapplication D/dalvikvm﹕ GC_FOR_ALLOC freed 1243K, 17% free 21343K/25596K, paused 14ms, total 14ms&lt;BR /&gt;11-14 21:14:34.271 8659-8816/com.visa.visasampleapplication W/System.err﹕ [DEBUG] GbaRequest - GbaRequest: Constructor Called 222 userAgent Apache-HttpClient/UNAVAILABLE (java 1.4)&lt;BR /&gt;11-14 21:14:34.271 8659-8816/com.visa.visasampleapplication W/System.err﹕ [DEBUG] NafRequest - NafRequest: NafRequest constructor===useragent Apache-HttpClient/UNAVAILABLE (java 1.4)&lt;BR /&gt;11-14 21:14:34.301 8659-8659/com.visa.visasampleapplication D/ProgressBar﹕ updateDrawableBounds: left = 0&lt;BR /&gt;11-14 21:14:34.301 8659-8659/com.visa.visasampleapplication D/ProgressBar﹕ updateDrawableBounds: top = 0&lt;BR /&gt;11-14 21:14:34.301 8659-8659/com.visa.visasampleapplication D/ProgressBar﹕ updateDrawableBounds: right = 228&lt;BR /&gt;11-14 21:14:34.301 8659-8659/com.visa.visasampleapplication D/ProgressBar﹕ updateDrawableBounds: bottom = 228&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does the UNAVAILABLE mean? Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 01:16:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48795#M24516</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-15T01:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48891#M24546</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our developers are unable to duplicate the issue as you describe, but they have some suggestions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The developer can always inspect ‘loginResult’ for the actual cause of login failure. There are usually two causes:&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;
&lt;OL&gt;
&lt;LI&gt;The Android device does not have internet connection&lt;/LI&gt;
&lt;LI&gt;The Android device ID is not set correctly by the developer in the Sample App code. The Sample App does not have “DeviceRegistration” demo path, so the developer needs to get a registered device id from their test account and set it in the code.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;On GitHub, we also submitted a pull request to include more robust error messages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:26:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48891#M24546</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-11-18T22:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48937#M24564</link>
      <description>&lt;P&gt;An updated version of the SDK is now available on GitHub that includes better error handling and messages. &amp;nbsp;See&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-android/pull/4" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-android/pull/4&lt;/A&gt; for more details.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 18:36:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48937#M24564</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-11-20T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48991#M24616</link>
      <description>&lt;P&gt;This is what i have. I have also tried with the new updated files and still get the same ligin issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/** Strings related to login authentication. */&lt;BR /&gt;private String deviceNumber = "";&lt;BR /&gt;protected static String deviceID = "shuttle"; // set_your_device_ID&lt;BR /&gt;private String deviceInfo = "";&lt;BR /&gt;protected static Merchant _merchant = null;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:32:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48991#M24616</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-26T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48992#M24617</link>
      <description>&lt;P&gt;Where do i include&amp;nbsp;&lt;SPAN&gt;“DeviceRegistration” demo path?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:33:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48992#M24617</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-26T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Android Sample App - Password Incorrect</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48999#M24624</link>
      <description>&lt;P&gt;Ok... i was finally able to login (PRODUCTION), after entering my device ID which does already work with the Production Authorize.net app. Ok.....now what i dont understand why in the sample app i am not able to enter what i am going to charge, also i am not able to charge using teh swiper (Shuttle) or (Developer Swipe) ? I am just able to enter a credit card number, Expr., and Charge. Then i do see on my production side that a crage for 20.00 comes in. Thats all i see in that sample!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have a sample that mimics the production app? Are we supposed to develope with a half done sample? LOL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 21:29:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Sample-App-Password-Incorrect/m-p/48999#M24624</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-26T21:29:02Z</dc:date>
    </item>
  </channel>
</rss>

