Hey all,
I'm writing an app that will connect to my server and download XML content which it will then display to the user.
Thing is, I'd like to secure this in such a way only my app can access the feed. For example, I don't want other iPhone apps (or websites, etc.) to be able to access and use my feed for free. Maybe at some point, though, I may want to charge and allow them access.
What's the best method to achieve this? Shall I hash it? Some other technique?
I want to get the design of this right at the start rather than implement something and then have to go making major changes down the line.
Any advice appreciated.
Rod
I'm writing an app that will connect to my server and download XML content which it will then display to the user.
Thing is, I'd like to secure this in such a way only my app can access the feed. For example, I don't want other iPhone apps (or websites, etc.) to be able to access and use my feed for free. Maybe at some point, though, I may want to charge and allow them access.
What's the best method to achieve this? Shall I hash it? Some other technique?
I want to get the design of this right at the start rather than implement something and then have to go making major changes down the line.
Any advice appreciated.
Rod