Hi,
I would like to have an app that access the content on my server. My concern is that someone can build an app and access the content on my server too.
How can we make sure that only app we created can access the content on our server? What comes to my mind is to use https but then I may have to hardcoded username and password in the app itself and that mean someone can hack it to get this credential.
Can we do app authentication? Things like the server check if the request is coming from the app that was built using the certificate we used to sign the app.
Could you please share me your experience or hint or point me to a link on how to do this? I have tried to search the forum too but no luck so far.
Thank you.
So Lin