cancel
Showing results for 
Search instead for 
Did you mean: 

Android Logging in

Hi,

I'm trying you quickstart for android https://developer.authorize.net/integration/fifteenminutes/android/ but the application stop at the loggin in processs

 

In the logcat I only can see:

 

D/AuthNetActivityBase( 5859): sleeping getMerchant()

D/AuthNetActivityBase( 5859): sleeping getMerchant()

D/AuthNetActivityBase( 5859): sleeping getMerchant()

D/AuthNetActivityBase( 5859): sleeping getMerchant()

D/AuthNetActivityBase( 5859): sleeping getMerchant()

 

 https://developer.authorize.net/integration/fifteenminutes/android/

This happens on Android 4.0.4 and above.

I tried the same example on HTC 2.3.5, and it seems to work fine

Can anyone help me on this. Thanks

 

omkara
Member
13 REPLIES 13

Take a look at http://developer.authorize.net/api/aim/ 

Basically you build an xml string and post it to their web page and read the response.

I have faced same issue And I noticed that if we remove android:targetSdkVersion tag from AndroidManifest.xml file or we set android:targetSdkVersion="8" than it works fine :)

 

Thanks

Bhavin

 

Bhavin
Member

Hi Michael,

 

Can you plz provide me that code for MobileMerchantAuthActivity.

subhajit.banerjee1984@gmail.com

 

Thanks in advance

Subhajit

I'm not using the Authodize SDK so I don't have code to show you. See my prevoius post.

Take a look at http://developer.authorize.net/api/aim/ 

Basically you build an xml string and post it to their web page and read the response.