Is it possible to determine which is the latest valid version supported on the IIS Server of my application installed in powerClient mode?
This by means of a query in execution time of the application.
Thanks
Marcelo
Is it possible to determine which is the latest valid version supported on the IIS Server of my application installed in powerClient mode?
This by means of a query in execution time of the application.
Thanks
Marcelo
I need my app to alert the user that there is an update.
Is there more documentation than https://docs.appeon.com/pb2019r3/whats_new/PowerClient.html?
There is no feature to alert the app user of an update. As I mentioned, updates are automatically handled by PowerClient rather than the user deciding whether to install update or not. As best practice, we recommend implementing session timeout and performing the update to the Web server during a time nobody is using the app.