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
02-17-2013 12:53 PM
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.
08-29-2013 05:11 AM
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
09-29-2013 10:28 PM
Hi Michael,
Can you plz provide me that code for MobileMerchantAuthActivity.
subhajit.banerjee1984@gmail.com
Thanks in advance
Subhajit
05-09-2014 02:11 AM - edited 05-09-2014 02:12 AM
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.
05-09-2014 05:32 AM