I am going to develop an iOS app for my web application so I will be working on an API Service that the iOS app will consume.
My question is : How can I make sure to protect the access to my API ?
My main concern is just that I don't want someone else to use my API in order to duplicate the content to another app or website.
Thanks in advance,