Hi,
when i am using Authorized.net sdk for android aplication in api level 10 then its work fine.but when i use in api leve
17 Jelly bean(Android Verson 4.2) then its not working. so can anyone tell me what is the problem and how i solve this problem.
Thanks,
Irfan
06-06-2013 07:26 AM
Hello
Please verify the minSDKVersion of your application. The minSDKVersion specified in the Anet Android SDK is 8. If the application using this SDK has a higher minSDKVersion then it may potentially cause problems. The full source code of the SDK is available, as mentioned in the above post you can modify it as per your needs.
Richard
06-10-2013 12:35 PM
Remove "android:targetSdkVersion" or set it to android:targetSdkVersion="8" May be it will work. I have faced same issue and I have Solved it by removing this tag from AndroidManifest.xml file
09-29-2013 10:02 PM