Skip to content

Commit 898a257

Browse files
committed
add warning for code-push removal
1 parent 7d1025d commit 898a257

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ tags: ["native", "mobile", "ota", "native-builder", "over the air", "update"]
99

1010
## 1 Introduction
1111

12+
{{% alert color="warning" %}}
13+
**Important Update: CodePush Support Removal**
14+
15+
Starting from version 10.6, Mendix has discontinued support for CodePush. If your project relies on CodePush for over-the-air updates, please note that it will no longer be available.
16+
17+
We recommend migrating your project to Mendix OTA for managing over-the-air updates.
18+
{{% /alert %}}
19+
1220
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).
1321

1422
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.

0 commit comments

Comments
 (0)