Reputation: 54222
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 ?
Upvotes: 3
Views: 688
Reputation: 5602
If your application has some feature that uses the encryption / decryption of the data which transferred through the Web APIs you don't needed to mention that while submitting application.
The reason is encryption / decryption is getting used while data transfers from server to Application.
Important Note :
Hope this helps to everyone.
Upvotes: 1