Sorry, I translate:
App encryption documentation
What kind of encryption algorithms does your app implement?
- Proprietary encryption algorithms or not accepted as standards by international standards organizations (IEEE, IETF, ITU etc.)
- Standard encryption algorithms to replace or supplement the use of or access to encryption in the Apple operating system
- Both algorithms mentioned above
- None of the algorithms mentioned above
To avoid having to configure export compliance on App Store Connect, you can specify your use of encryption directly in the information properties list (Info.plist) in your Xcode project. If you need to provide documentation, Apple will provide you with a key value to add to Info.plist.
Thanks