Hey fellow developers.
So I played around with appstore and Testflight and when uploading a build now for testing I got the question about export compliance . More specifically about cryptography.
So the question they are asking is:
“Is your app designed to use cryptography or does it contain or incorporate cryptography? (Select Yes even if your app is only utilizing the encryption available in iOS or macOS.)”
Now, atm I know that my app is doing it but I’m wondering about the engine itself?
As examples of standard encryption are: AES, SSL and https there might be something in the engine (the analytics maybe?) that uses it to some extent? (Authorization is afaik outside of dmengine).
What I understand from googling a little at least HTTPS is now exempt from the ERN. Happened in October last year. Anyone could shed some light on this? And as an extra (non Defold related) question. Anybody knows what it means if I would select YES on that question?