How to store a date programatically whenever the app was last deployed? Do you set up a script which runs when you update the app or is this information stored in some meta property in the app engine sdk?
Share
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.
Unfortunately, it doesn’t appear that there is any means to programatically access the last deployment data, not without some level of intervention.
My suggestion, given this information, would be to do the following:
Unfortunately, this means downloading the entire app, but it seems like there is no other documentation on this matter. Although, knowing why you need this information could make it easier to answer your question.