'Do I need to Pass export compliance key(ITSAppUsesNonExemptEncryption) in info.plist even if am not making app live

My app is using encryption for which I need to comply with export compliance. I will not make app live. I just need some functionality to be tested and for that I need to upload build to TestFlight. So for now can I put below in info.plist even if am using encryption.

<key>ITSAppUsesNonExemptEncryption</key> <false/>



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source