Skip to content

Commit 235c643

Browse files
authored
Merge pull request #7473 from Ahmad-Elsayed/moo/MOO-1393-remove-code-push
[MOO-1009]: add warning for code-push removal
2 parents 7bed0ac + 23a8b30 commit 235c643

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ description: A tutorial for pushing over the air updates (OTA) using App Center'
88

99
## Introduction
1010

11+
{{% alert color="warning" %}}
12+
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.
13+
14+
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.
15+
{{% /alert %}}
16+
1117
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).
1218

1319
Native apps are separated into two parts: a wrapper that is basically a native iOS or Android app and a bundle that is being loaded dynamically by said wrapper. Things like your business logic and static assets are part of this dynamically-loaded bundle. When you have changes you want to deploy, the Native Mobile Builder can bundle them in a new, updated bundle and painlessly deploy them. On the next app restart, your app's users will be updated to the latest version and continue their business as usual.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,8 @@ We have also introduced an optimizing storage solution, which is triggered when
10401040

10411041
* 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**.
10421042
* 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.
1043-
* We deprecated the `END_OF_PARALLEL_SPLIT_BRANCH` enumeration constant in the `WorkflowActivityType` in the [Mendix Runtime API](/apidocs-mxsdk/apidocs/runtime-api/).
1043+
* We deprecated the `END_OF_PARALLEL_SPLIT_BRANCH` enumeration constant in the `WorkflowActivityType` in the [Mendix Runtime API](/apidocs-mxsdk/apidocs/runtime-api/).
1044+
* 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.
10441045

10451046
### Known Issues {#known-issues}
10461047

0 commit comments

Comments
 (0)