Question
Is there any way that I can retrieve the .ipa file expiration date using ASP.NET?
I was thinking that I centralized all the .ipa files (Production) in a file server and allow my website to read them and retrieve the expiration date.
Reason
This is because I have a Production website that allows user to access for data entry and reporting. However, some data entry are built as .ipa file (apps). So in order for me to keep track which files are going to expired soon, I need some tracking method. So I guess it would be nice for me to have my website (ASP.NET) to be able to retrieve the .ipa file's expiration date.