Looks like it's the same data, the Kotlin version is just printing it as if it was signed
Sam
09/26/2024, 1:02 PM
If you actually need to output the unsigned bytes you could turn it into a
UByteArray
first
Sam
09/26/2024, 1:02 PM
otherwise don't worry; it's working fine
🙌 1
a
Adil
09/26/2024, 1:27 PM
@Sam thanks,
the whole process is send this deviceId to embeded system through encryption this devices id actually works on swift code for some reason and dosnt on android side p.s auth key is works fine on both data gets encrypted right and sent xD