I have developed a mobile app and would like to deploy it to Apples App Store. However, before I do so, I need to state if my app uses encryption or not.
Before I submit this I would just like to get some advise please.
I do look at my app in Chrome's Developer Tools
, and check all network traffic. All requests are http
and none are https
. Except I do use Firebase-Authentication, and it uses https
.
e.g.
Request URL:https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=XXXXXXXXXXXXXXXXXX
Question
Does this mean my app does use encryption?
Excuse me if this is an obvious question, but I am a little confused because I am making use of a Firebase-Authentication service that makes https
calls. My api doesn't make the calls, rather a 3rd party api my app uses does.
UPDATE
It looks like I am making use of encryption due to Firebase Auth, but due to the fact that I only use encryption for authentication I qualify for exemption:
Still confused... If I qualify for exemption, do I still need to report this to the US Government as stated above by Apple?
The reason I ask ask, is due to this.
Question
Do I still need to report this to the US Government? Are there any other app developers out there who have been through this process? How do you report this to the US Government?
Thanks