Skip to content

Commit 2b82e14

Browse files
committed
Add RN bullet and edit
1 parent 2c75099 commit 2b82e14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/howto8/mobile/native-mobile/how-to-ota.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ tags: ["native", "mobile", "ota", "native-builder", "over the air", "update"]
1010
## 1 Introduction
1111

1212
{{% alert color="warning" %}}
13+
In Studio Pro 10.6 and above, Mendix has discontinued support for CodePush. If your app relies on CodePush for over-the-air updates, please note that it will no longer be available.
1314

14-
Starting from version 10.6, Mendix has discontinued support for CodePush. If your app relies on CodePush for over-the-air updates, please note that it will no longer be available.
15-
16-
We recommend migrating your app to Mendix OTA for managing over-the-air updates.
15+
We recommend migrating your app to a higher version that supports [Mendix OTA](/refguide/mobile/distributing-mobile-apps/overtheair-updates/) for managing over-the-air updates.
1716
{{% /alert %}}
1817

1918
Using Native Mobile Builder and Mendix Studio Pro, you can update your Mendix Native Apps over the air (OTA). OTA updates are a fast and painless way of updating things like layouts, pages, assets, or even you app's business logic (such as nanoflows and JavaScript actions).

content/en/docs/releasenotes/studio-pro/10/10.6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ We have also introduced an optimizing storage solution, which is triggered when
369369
* We removed the deprecated **Import Web Service or XML Schema** wizard that was accessible in the domain model editor when you clicked **Import web service/XML file**.
370370
* The [Deep Link](/appstore/modules/deep-link/) module is now deprecated. We will end support for it with Studio Pro 11.0.0. We will continue to support the module for Studio Pro 8, 9, and 10 until the end of support for Studio Pro 10 LTS. The module is being deprecated because its functionality has been shifted to [page URLs](/refguide/page-properties/#url) and [microflow URLs](/refguide/microflow/#url). Using [these methods](/appstore/modules/deep-link/#migrate-page-micro), you can achieve what you used to accomplish with the Deep Link module in easier ways.
371371
* We deprecated the `END_OF_PARALLEL_SPLIT_BRANCH` enumeration constant in the `WorkflowActivityType` in the [Mendix Runtime API](/apidocs-mxsdk/apidocs/runtime-api/).
372+
* As of 10.6, Mendix has discontinued support for CodePush. If your app relies on CodePush for over-the-air updates, it will no longer be available. We recommend migrating your app to a version that supports [Mendix OTA](/refguide/mobile/distributing-mobile-apps/overtheair-updates/) for managing over-the-air updates.
372373

373374
### Known Issues {#known-issues}
374375

0 commit comments

Comments
 (0)