Application QR Code

Hey Dwayne,

QR codes are an open standard so you just generate them yourself. For example, here: https://www.qr-code-generator.com/

Just paste the perspective URL and the website will create a QR code that you can distribute and use in the app.

It’s important to note that you may get an application not found error when using the app if you’ve generated the QR code from a computer browser URL. This is because the app was intended to use perspective deeplinks, so convert the URL to a deeplink first as shown below:

http://serverIP:8088/ becomes perspective://serverIP:8088/

Anthony

1 Like