app store - Get version number of other ios application -


is there way check version number of other application installed appstore ?

note: 1. not in jail broken devices 2. out using third party library.

not possible. control upto level of app sandbox.

what sandbox?

for security reasons, ios places each app (including preferences , data) in sandbox @ install time. sandbox set of fine-grained controls limit app’s access files, preferences, network resources, hardware, , on. part of sandboxing process, system installs each app in own sandbox directory, acts home app , data.

enter image description here


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -