Search code examples
iosencryptionpermissionsapp-storerights

Rights about keeping uncrypted messages from users (iOS & Appstore rights)


I have an app that involves messaging (and it's a big part of the app). People can text each other through the app, and every message is kept on our server, uncrypted. (We never really thought of encrypting it)

The user has to accept terms when he creates his account and it's all written there, but my question is the following :

Knowing the user supposedly read the terms, is it still legal/allowed by apple to keep all the messages on our servers? We can identify who wrote it and what is written, obviously, but the users can only read his own messaging feed. Is that ok? Or should we run a encrypt algorithm when uploading the message and decrypt it on the reciever side? Or any other relevant idea/solution?


Solution

    • The T&C your working with Apple are documented in iTunes Connect > Contract, Tax, Bank > iOS Paid Applications and iOS Free Applications

    • TINLA: They don't say anything about how to store the data of your customers (by my brief understanding)

    • When distributing your App thru App Store as you say have you own Privacy Policy provided. If not then the standard EULA applies. the standard also does not say anything about privacy / encryption.