Good temporary solution
Good temporary solution
Posted Jul 4, 2024 14:36 UTC (Thu) by hkario (subscriber, #94864)In reply to: Good temporary solution by edeloget
Parent article: Python grapples with Apple App Store rejections
The OS in iDevices already can snoop on all things the applications do, you must use iOS provided services for TLS, that means it's the OS that encrypts the data, not the application.
Posted Jul 4, 2024 19:59 UTC (Thu)
by Cyberax (✭ supporter ✭, #52523)
[Link]
That's not quite true. You can use your own TLS implementation, although you might have to apply for an exemption from the ATS requirements.
Good temporary solution
> you must use iOS provided services for TLS