cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Android Authorize.net SDK Issue

Am using authorize.net sdk for Android in my application, The script is running perfectly and I successfully made payment transaction in Production test mode, everything is fine with the SDK and my Code also executing as expected.
When I upload my Application in google playstore, it says you Application not supporting any of the Android devices (Supporting ZERO devices) due to Native JAR files used inside SDK-mpos-android.jar, Then When I removed authorize.net SDK from my project and commented all the codes related to SDK, and again tried uploading to playstore it's accepting my application, This is what the problem, I shall share the screen shots for better understanding. without Authorize.net SDK my application supporting all the existing android devices, but with Authorize.net sdk my application not supporting any of the android devices.

We are using the most recent SDK from the given URL https://github.com/AuthorizeNet/sdk-android, and the problem still exist, the reason is authorize.net SDK, since it's using jar files from Native(NDK) platform which android SDK doesn't support. That's the reason my Application not supported by most of the android devices when I integrate Authorize.net SDK. There is not problem on the script it's running well, no error messages too, actual problem is not supporting any if the android devices if authorize.net integrated in my application, I can't even able to install my application since it's having few Native platform file which I have mentioned here,

1.commons-logging-1.1.1
2.httpclient-4.0.1
3.httpcore-4.0.1
4.junit-4.8.2
5.log4j-1.2.16


Google says above Native files are included in One of the SDK's used in your application, because of that Apk cannot be installed in any of the Android devices since those files are from NDK which Android SDK doesn't support, When I checked my Project libs folder Authorize.net SDK having the above mentioned Native jar files, when Excluded authorize.net SDK from my Application google play developer console says now your devcie supporting 7000 + devices. This is the actual problem now,
. Please do the needful, Thanks in Advance.

Mani
Member
1 REPLY 1

Hello @Mani

I've reported your issue to the product team for analysis.  You may also wish to report the issue on GitHub.

I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies to your post.

Thanks,

Richard

RichardH
Administrator Administrator
Administrator