update_available
update_available copied to clipboard
Feature - result useful information instead of void on update available
Hi, I wonder if there is any intention in return some information, that makes easier to use the package.
- app url at store;
- installed version;
- available version;
I was considering implement my in app update with this package, since upgrader is not flexible enough, but then I would need to make some code by hand, that seems duplicated to me.
I don't know if it is possible though.
With those information, I could build dialog messages, and redirect the client to the store.
Thanks in advance.
Hello, @dtodt!
I think it is possible to return some additional information in the update availability object, yes. I am going to give a look if I can do this without having to add more dependencies, which would be ideal, as this package purpose is to be as unintrusive as possible.
Thanks for your suggestion!
+1