Skip to content

Move to production

Deploying to production involves making your project available to your end users while maintaining a secure working environment for future updates.

This is the first step required when exporting or publishing your application.

Before you begin

  1. Have tested your project in PandaSuite Studio and through PandaSuite Viewer.
  2. Have an active Publishing plan (Web / Single / Multi / Full).

Understanding the concept

Learn about the technical terms used by PandaSuite:

  • App: the distributed shell or package (web URL, web package, IPA, APK / AAB, EXE, or DMG).
  • Project: the content created in PandaSuite Studio.
  • Development version: the version of your project you are working on in PandaSuite Studio.
  • Production version: the frozen copy visible to users.

Deploying to production allows you to move the development version of your project within the application. It then becomes the production version.

When you add a single project, the app directly launches on it. With multiple projects (available in Multi or Full plans), your app becomes a content hub; a list screen automatically appears.

Create or select the application

  1. Open your dashboardApps.
  2. Click the + to create an app or select an existing one.
  3. Enter the name and icon (you can modify these later).
  1. From the interface, click Link a Project.
  1. Choose your project from the list.
  2. Confirm: it immediately appears in the app’s project grid.
  3. PandaSuite creates the production version: a blue badge indicates the project is up to date!

Distribute the application

Depending on your plan, several formats are accessible in the interface:

PlatformQuick ActionDocumentation
WebActivate the Web App to generate a URL or Export web packagePublish to the WebExport a web package
iOSExport IPAExport an IPA fileiOS app deployment methods
AndroidGenerate Android ApplicationExport an APK / AAB filePublish your Android app
WindowsGenerate Windows AppExport an EXE FileInstall your EXE FileStandalone EXE for offline installation
macOSGenerate macOS AppExport a DMG fileInstall your DMG FileStandalone DMG for offline installation

Update after publishing

  1. Continue your modifications in PandaSuite Studio (development version).
  2. Save; the blue Deploy to Production button reappears in the dashboard.
  3. Click again when you’re ready.

If a new feature of the PandaSuite engine is used, a new export may be required to ensure the update stays compatible: IPA, APK / AAB, EXE, DMG, or a new web package depending on your distribution method. Learn more