Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.11 KB

running-apps.md

File metadata and controls

58 lines (41 loc) · 2.11 KB
description icon
Get a quick preview and seamless experience of your app across multiple devices and operating systems with Appetize's user-friendly App page.
play

Running Apps

Features

App Page

Appetize provides an out-of-the-box App page that provides easy access to:

Easily switch devices, enable debugging features, save screenshots and more.

Accessing your App Page

Latest Build

You can access the latest build associated with your app by making use of your app identifier and platform in the URL e.g.

{% code overflow="wrap" %}

https://appetize.io/apps/{platform}/{appId}

{% endcode %}

Alternatively you can go to your Apps page and click play on the app you want to run.

Specific Build

You can access a specific build of your app by making use of your buildId (or previously known as publicKey) in the URL e.g.

https://appetize.io/app/{buildId}

{% hint style="info" %} If you are still using our v1 API, the buildId and the publicKey will be interchangeable e.g.

https://appetize.io/app/{publicKey|buildId}

{% endhint %}

Alternatively you can go to your Apps page and select the App with which the build is associated. From here you can access the individual builds as explained here.