Skip to content

Commit 500286d

Browse files
committed
replace em dashes with en
1 parent b6b52db commit 500286d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

content/en/docs/refguide/mobile/distributing-mobile-apps/pwa-wrapper/pwa-wrapper-deep-linking.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ Configure deep link schemes and hosts in the PWA Wrapper Builder during the app
4242

4343
Each deep link entry requires the following:
4444

45-
* **scheme** (required) For example `myapp`, `pwa`, or `https`/`http` for universal/app links
46-
* **host** (required) Domain or authority to match, for example `example.com`
45+
* **scheme** (required) For example `myapp`, `pwa`, or `https`/`http` for universal/app links
46+
* **host** (required) Domain or authority to match, for example `example.com`
4747
* **path** fields (optional, pick one at most):
48-
* **path** Exact path to match (for example `/profile`)
49-
* **pathStartWith** Path prefix to match (for example `/jump` catches `/jump/profile`)
50-
* **linkFeature** Free-text label (metadata only, affects HarmonyOS builds)
51-
* **platform** `Android`, `iOS`, `HarmonyOS`, `all`, or unset (unset or `all` applies to every platform)
48+
* **path** Exact path to match (for example `/profile`)
49+
* **pathStartWith** Path prefix to match (for example `/jump` catches `/jump/profile`)
50+
* **linkFeature** Free-text label (metadata only, affects HarmonyOS builds)
51+
* **platform** `Android`, `iOS`, `HarmonyOS`, `all`, or unset (unset or `all` applies to every platform)
5252

5353
### Common Deep Link Patterns
5454

@@ -133,8 +133,8 @@ The `appID` format is `TEAM_ID.BUNDLE_ID`. The `paths` array should match the pa
133133

134134
The `.well-known` directory must be accessible at the root of your domain via `https`. The two typical approaches are:
135135

136-
* Mendix Cloud Upload the verification files to your Mendix Cloud environment's static file directory. Refer to [Mendix Cloud documentation](/developerportal/deploy/) for details on serving static files, or contact Mendix Support.
137-
* Custom Domain or External Hosting If your Mendix app is behind a reverse proxy or hosted on a custom domain, ensure the `.well-known` directory is properly configured to serve these files at the domain root.
136+
* Mendix Cloud Upload the verification files to your Mendix Cloud environment's static file directory. Refer to [Mendix Cloud documentation](/developerportal/deploy/) for details on serving static files, or contact Mendix Support.
137+
* Custom Domain or External Hosting If your Mendix app is behind a reverse proxy or hosted on a custom domain, ensure the `.well-known` directory is properly configured to serve these files at the domain root.
138138

139139
### Testing File Accessibility
140140

@@ -162,10 +162,10 @@ One implication of deep links is that your Mendix app's routing (pages, deep-lin
162162

163163
When employing deep linking, watch out for the following pitfalls:
164164

165-
* Missing verification files Forgetting to create and host `assetlinks.json` (Android) or `apple-app-site-association` (iOS) for `https` scheme links is the most common integration failure.
166-
* Using https without domain ownership `https` scheme links require that you own and control the domain; do not use `https` for domains you do not own.
167-
* Misinterpreting the `OpenDeepLink` return value The Boolean result only indicates the call succeeded, not whether the target app successfully opened or handled the link.
168-
* Mismatched path configuration Ensure your `path` and `pathStartWith` values match the actual Mendix page URLs or `deep-link` microflow entry points your app exposes.
165+
* Missing verification files Forgetting to create and host `assetlinks.json` (Android) or `apple-app-site-association` (iOS) for `https` scheme links is the most common integration failure.
166+
* Using https without domain ownership `https` scheme links require that you own and control the domain; do not use `https` for domains you do not own.
167+
* Misinterpreting the `OpenDeepLink` return value The Boolean result only indicates the call succeeded, not whether the target app successfully opened or handled the link.
168+
* Mismatched path configuration Ensure your `path` and `pathStartWith` values match the actual Mendix page URLs or `deep-link` microflow entry points your app exposes.
169169

170170
## Read More
171171

0 commit comments

Comments
 (0)