Hi i have native ios app
And i have old version that not compitible with this site
I want from my site to check the app version ? Is it Possible ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are making a call from the app to your web service, you should be including the app’s version in the request. This versioning allows your server to respond appropriately to each request.
If you have existing, deployed versions sending unversioned requests, then you can’t really go back and make them send their version. However, your web service does know that if a request didn’t specify a version, that it was sent from a version prior to the version in which you began versioned requests.
Furthermore, if the structure of the requests have changed, which may be your case, that itself provides a hint as to the requesting version.