How to verify that post to website is coming from a specific purchased iPhone application?
Posted
by wgpubs
on Stack Overflow
See other posts from Stack Overflow
or by wgpubs
Published on 2010-05-06T02:17:05Z
Indexed on
2010/05/06
2:28 UTC
Read the original article
Hit count: 233
I have an iPhone application that posts data to a web application ... and I want to only accept data posted from an iPhone application that was purchased from the iTunes store.
Is there a way to do this? Is there something (or somethings) I can pass from the iPhone app to the web application that I can use to do such verification?
Thanks much
btw, using the asihttprequest library to handle requests/responses.
© Stack Overflow or respective owner