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 |
App Page
Appetize provides an out-of-the-box App page that provides easy access to:
- Different Supported Devices and OS Versions.
- Debugging features:
- UI Automation (AppRecorder)
- Network Traffic Monitor
- Debug Logs
- Adb Tunnel (Android Only)
- Adding Media
- Saving screenshots
- Support for all Query Parameters to fully customize your experience.
Easily switch devices, enable debugging features, save screenshots and more.
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.
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.