Appetize Docs
HomeDemoUploadPricing
  • Introduction
  • Platform
    • App Management
      • Uploading Apps
        • Android
        • iOS
      • App Dashboard
      • Running Apps
      • App Permissions
    • Device Sandbox
    • Embedding
    • Sharing
    • Session Inactivity Timeout
    • Query Params Reference
  • Features
    • Devices & OS Versions
    • Network Traffic Monitor
    • Debug Logs
    • UI Automation
    • Proxy
    • Language & Locale
    • Mock Location
    • Deep links
    • Launch Params
    • Media
    • Auto-grant Permissions
    • Custom Branding
    • Custom Launch Pages
    • Advanced Features
      • Android
        • ADB tunnel
        • Hide Password Visibility
      • Reserved Devices
  • Account
    • Invite your team
    • Single Sign-On
      • OpenID Connect
      • SAML
      • Azure Active Directory
      • Google Workspace (GSuite)
    • Reporting
      • Session History
      • Usage Summary
  • Infrastructure
    • Configure Network Access
    • Enterprise Hosting Options
  • JavaScript SDK
    • Configuration
    • Automation
      • Device commands
      • Touch interactions
    • API reference
      • Initialization
      • Client
      • Session
      • Types
        • AdbConnectionInfo
        • AppetizeApp
        • AndroidElementAttributes
        • Coordinates
        • DeviceInfo
        • Element
        • ElementBounds
        • IOSAccessibilityElement
        • IOSElementAttributes
        • NetworkRequest
        • NetworkResponse
        • SessionConfig
        • SwipeMove
        • RecordedAction
        • RecordedSwipeAction
        • RecordedKeypressAction
        • RecordedPosition
        • RecordedTapAction
        • RecordedTouchAction
        • UserInteraction
  • Testing
    • Getting Started
    • Writing Tests
    • Running Tests
    • Test Configuration
    • Continuous Integration
    • Record Tests (experimental)
    • Trace Viewer
    • Web Tests on Mobile Browsers
  • REST API
    • Create new app
    • Update existing app
    • Direct file uploads
    • Delete app
    • List apps
    • Usage summary
    • Devices & OS Versions
      • v1
    • IP Blocks
      • v1
  • Guides & Samples
    • Impersonation
    • Automate Sign-in Flow
    • Screenshot Automation
    • Unlock Device
    • Validate Analytics Events
    • Lock Your Device to One App
    • Test Accessibility Font Sizes
    • Common testing scenarios
    • Samples Repository
  • Deprecated
    • Cross-document messages
  • Changelog
  • Additional Support
    • Knowledge Base
    • Support Request
Powered by GitBook
On this page
  • Where is my share link?
  • App Identifier
  • Build Identifier
  1. Platform

Sharing

Sharing your app on Appetize is easy! Simply upload your build and share the link with others for instant access on any device.

PreviousEmbeddingNextSession Inactivity Timeout

Last updated 2 months ago

Where is my share link?

The easiest way to find your external share link is by going to your or page and selecting share under the app, App Group or build that you want to embed on your website.

Currently, Share will share a specific build of your application. Soon, we will introduce new sharing features that will allow you to share the latest build without changing the URL.

App Identifier

You can access the of a particular application like this:

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

By default, only users linked to your organization and signed in to Appetize will have access to your App Identifier link.

This link can also be further filtered to a specific type of build by passing in the preferred metadata e.g.

  • By tag https://appetize.io/apps/{platform}/{appId}?tag=dev

  • By version https://appetize.io/apps/{platform}/{appId}/{versionName}

Build Identifier

Previously known as publicKey

When you upload an app build to Appetize, you receive a link to view your app. This link includes the app's assigned buildId, and looks like this:

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

By default, anybody who has your app's build link, i.e. its buildId (previously known as publicKey), will have permission to run your app.

App builds hosted on Appetize are distinguished by their unique Application Identifier. On Android, this identifier corresponds to the , while on iOS, it is known as the .

Your app link can be easily shared with whomever you'd like, or into your own applications.

Some customers want to restrict access, so that only authenticated users may run their app (or certain features). See for more information on how to do this.

Application ID
Bundle Identifier
embedded
App Build Permissions
Apps
App Builds
Find your share link by clicking the share button
Example Share dialog