Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Guides in this section will help you build, test and distribute mobile apps. Whi

* [Building Native Apps](/refguide/mobile/distributing-mobile-apps/building-native-apps/) – The first step to install a native app on a mobile device is to create an application package (IPA on iOS and APK on Android).
* [Distributing Native Apps](/refguide/mobile/distributing-mobile-apps/distributing-native-apps/) – To install an application package, it must be signed and submitted to the appropriate app stores (AppStore on iOS or PlayStore on Android) or installed via a mobile device management (MDM) solution.
* [Distribute a Mendix Native App with Appcircle](/refguide/mobile/distributing-mobile-apps/distributing-with-appcircle/) – This guide describes how to use Appcircle's Testing Distribution module to share builds with testers.
* [PWA Wrapper](/refguide/mobile/distributing-mobile-apps/pwa-wrapper/) – This cluster of documents describes how you can use PWA wrapper to package and distribute a progressive web app (PWA) as a native app, then distribute it.
* [Publish a Mendix Native App with Appcircle](/refguide/mobile/distributing-mobile-apps/publishing-with-appcircle/) – This guide describes how to use Appcircle's Publish module to submit your Mendix native app to the App Store or Google Play.
* [Updating Native Apps](/refguide/mobile/distributing-mobile-apps/overtheair-updates/) – Native apps are normally updated by building and distributing the updated version. In some situations (mainly for smaller changes) these steps can be skipped with an over-the-air update.
* [Debugging Native Apps](/refguide/mobile/distributing-mobile-apps/native-debug/) – Web applications can be debugged directly in the web browser. For native apps, this is also possible but requires a few extra steps to set up.
* [Testing Native Apps](/refguide/mobile/distributing-mobile-apps/testing-mobile-apps/) – To test native apps, third-party software is required. This guide explains how to use Appium to test native apps.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "PWA Wrapper"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to change this to "Distribute Using PWA Wrapper" or something to keep it generic while giving a bit more detail.

url: /refguide/mobile/pwa-wrapper/
weight: 45
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/
weight: 26
description: "Package Mendix PWAs as native Android and iOS apps and use wrapper capabilities."
cascade:
aliases:
- /refguide/mobile/pwa-wrapper/
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Build PWA Wrapper Apps"
url: /refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/build-pwa-wrapper-apps/
weight: 20
description: "Build Android APKs and iOS packages with PWA Wrapper."
aliases:
- /refguide/mobile/pwa-wrapper/build-pwa-wrapper-apps/
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Install PWA Wrapper"
url: /refguide/mobile/pwa-wrapper/install-pwa-wrapper/
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/install-pwa-wrapper/
weight: 10
description: "Install and enable PWA Wrapper in Mendix Studio Pro."
aliases:
- /refguide/mobile/pwa-wrapper/install-pwa-wrapper/
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "PWA Wrapper Capabilities"
url: /refguide/mobile/pwa-wrapper/pwa-wrapper-capabilities/
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-capabilities/
weight: 30
description: "Overview of the capabilities exposed by the bundled PWA Wrapper JavaScript actions."
aliases:
- /refguide/mobile/pwa-wrapper/pwa-wrapper-capabilities/
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "PWA Wrapper Limitations"
url: /refguide/mobile/pwa-wrapper/pwa-wrapper-limitations/
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-limitations/
weight: 35
description: "Known limitations and platform constraints for PWA Wrapper."
aliases:
- /refguide/mobile/pwa-wrapper/pwa-wrapper-limitations/
---

## Introduction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Sign PWA Wrapper Apps"
url: /refguide/mobile/pwa-wrapper/sign-pwa-wrapper-apps/
url: /refguide/mobile/distributing-mobile-apps/pwa-wrapper/sign-pwa-wrapper-apps/
weight: 25
description: "Configure Android and iOS signing for PWA Wrapper on macOS and Windows."
aliases:
- /refguide/mobile/pwa-wrapper/sign-pwa-wrapper-apps/
---

## Introduction
Expand Down