Blake K
Member
I am currently trying to make my software be able to update forwards or backwards. I have been using updates in the forward direction for quite some time, however if I download a previous version of my software from the server and try to push it back to the clients they reply with, "File can not be parsed as package is invalid".. These files are valid if installing from a previous version only. Is there some sort of signature issue with the package version? I'm not sure what is causing it. The downloading is 100% working properly. Its when SendInstallIntent is called and the apk is passed to it that it fails