Create new app
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a new app and returns a new publicKey
/apps
A publicly accessible link to your .zip, .tar.gz, or .apk file.
https://example.com/app.zip
A note for your own purposes, will appear on your management dashboard.
This is a note
The number of seconds to wait until automatically ending the session due to user inactivity.
Must be 30, 60, 90, 120, 180, 300, 600, 1800, 3600 or 7200, default is 120 or the account default if set.
120
The maximum number of seconds a session can run, before it is automatically ended.
200
The maximum number of concurrent sessions allowed for this app.
5
Disables streaming for this app.
false
Disables the home button on the iOS simulator when available.
false
Show the last image on the screen in the simulator after the session ends.
false
Customize the message prompting the user to start the session. Default is "Tap to play".
Start
Customize the message prompting the user to restart the session. Default is "Tap to play".
Restart
Specify a deep link to bring your users to a specific location when your app is launched.
https://example.com/deeplink
The platform of the app. Either ios or android.
ios
ios
, android
The type of file that the url points to. Default is zip for iOS, apk for Android.
zip
zip
, tar.gz
, apk
Values for each field determine who can perform the specified action.
See App Permissions for more information.
{"run":"authenticated","networkProxy":"public","networkIntercept":"public","debugLog":"public","adbConnect":"public","androidPackageManager":"public"}