I am implementing an app, which will be updatable by downloading new version from the web. I wonder if there is way, how to download e.g. A.apk from app called A and then evoke a new instalation with new downloaded version of app A? My next question, is there any way how to "unpack" downloaded apk to get info about it's app version?
Thanks