Deploy to Appetize.io
Appetize.io allows you to run Android and iOS apps on your browser. By using this service, it is possible to check the operations of the application without iOS certificates or provisioning profiles.
You can try experiencing Appetize.io’s services with this demo.
How to get an API token
Register and log into Appetize.io.
Open account setting page and click the Request button to acquire the API token.
Adding the service to Monaca
After getting the API Token, you are ready to add Appetize.io to Monaca. Please do as follows:
From Monaca Cloud IDE menu, go to Configure → Deploy Services .
Click Add Deploy Service.
Select
AppetizeIo
and fill in the required information:Config Alias
: a unique identifier for each serviceAPI Token
: the API Token provided by Appetize.io
4. Then, click Add. That’s it. Now you can use Appetize’s simulator to install your build apps.
Parameters
You can use the following parameters in the JSON recipe script for Monaca CI. For more information, please refer to Appetize.io documentation.
Parameter | Type | Description |
| string | [Required] Must be |
| number | The number of seconds to wait until automatically ending the session due to user inactivity. Must be |
| boolean | Disable the home button on the iOS simulator. |
| boolean | Disable the streaming of the app. |
| boolean | Show the last image of the screen in the simulator after a session ends. |
| string | Customize the message prompting the user to start the session. (Default is |
| string | Customize the message prompting the user to restart the session. (Default is |
| string | Specify a deep link to bring your users to a specific location when your app is launched. |
| string | A note for your own purposes. It will appear on your management dashboard. |
| JSON object | Values can be
|
Last updated