Is there a way to know for which version of iOS a given application was compiled by inspecting its iOS binary or another file inside the app package?
thanks
Is there a way to know for which version of iOS a given application was compiled by inspecting its iOS binary or another file inside the app package?
thanks
If you have the whole package, and not solely the compiled binary, one of the keys inside Info.plist
would probably tell you.