Re: Mobile App
Posted: Mon Nov 14, 2016 9:24 am
I'm not sure if allSecure is available for android but I use it on iOS and works ok
jebbo, I am the developer of Envisulize, the version in the Play Store is a complete rewrite of the windows UWP app I created a few years ago. It is currently in alpha testing, because there are a few things that still need to be added, and corrections made.jebbo wrote:I just got my envis4 set up and came across an app on the google play store called Envisualize. The screenshots look nice but i'm not sure if its safe to use as there are no reviews.Has anyone tried it? Are these 3rd party apps as safe as using the web portal?
Can you point to someplace where there is a description of the app and its requirements? It seems quite large for an interface to the portal, and I'm curious about why it asks for an account to be created. Storing credentials for my alarm anyplace other than locally seems a bit... risky.nplogic wrote: I am the developer of Envisulize
The app runs locally on your device, it stores the credentials encrypted on the device. They are used only to interface with the web portal. The only external component is a message gateway for push notifications and that traffic originates from Envisacor's message gateway and your credentials are never used. The size is due to the app framework that is used (mono). Further optimization will be done when the device is no longer in testing that may help reduce the size, such as linking librarys and spliting of packages into individual processor architecture packages ABIs(Application Binary Interfaces)user17600 wrote:Can you point to someplace where there is a description of the app and its requirements? It seems quite large for an interface to the portal, and I'm curious about why it asks for an account to be created. Storing credentials for my alarm anyplace other than locally seems a bit... risky.nplogic wrote: I am the developer of Envisulize
Thanks.