What’s the best way to ensure that no one is mitm ...
# android
s
What’s the best way to ensure that no one is mitm and looking at my applications network traffic outside of certificate pinning?
😶 2
a
Maybe using TLS 1.3, and using the apk signing certificate as some part of the transaction
s
@AndroidUser What does TLS 1.3 do?