We have a dev licence and we've set up a play server ( following the instructions here ... https://online.cameyo.com/playServers/add )
Some questions ...
(1) Is there any way of configuring the play server to restrict access to specific end users ( I couldn't find any docs on this.)
(2) We can now access our apps served by our play server but only via a cameyo.com/... url ( this redirects to a <ourserver>/...<our app> but these redirected links appear to be one time use only. ) Is there a way we can generate direct links to <ourserver>/...<our app> which we can distribute to our end users?
(3) How can we suppress the "Register your free account to increase session time" and "Connect your Dropbox / Google Drive to directly open/save your files" messages?
1) What would identify those specific end users? There's two approaches:
a. Allowed IPs for your server (i.e. 182.156.77.*): you'll need to send that to support.
b. Setting your app's link to Unlisted and distributing it only to the users you want and/or implementing your own portal which redirects to that URL upon successful authentication.
2) The online.cameyo.com/apps/xxxxx/play URL has to be called from our server. You can use URL shorteners to hide it away, but it has to go through there.
3) We've changed this accordingly. We may change the mechanism for "Connect to your Dropbox" message later again.