I would like to know more about the encryption declaration in App Store Approval Process.
I have an app that connects to server via HTTP ( not HTTPS ) . Sensitive information is encrypted by public key in App , then send to server by HTTP POST .
In server ( which is written in PHP ) , will decrypt the information using private key , then provide corresponding actions .
For such operation, do I need to declare using encryption in App Store Approval process ? If yes , what information do I need to provide to Apple ?