I am testing sending APDU commands on S3's and S4's.
On my S3 I send out the APDU and get back 9000. Knowing that my response also has 8 bytes of data i do: 80C0000010
On my S4 I send out the same APDU as above and get 6108 (61 data available - 08 , 8 bytes of data)
Sending out 80C0000010 or 80C0000000 both return 6F00 (internal error). The S4 is up to date running 4.3.
My suspicion is that something is going wrong in the version of SEEK my S4 is running as I have this working on other devices.
Has anyone else experienced this issue and have any resolution or any suggestions of things for me to try?