Skip to content

Commit 2ee07a6

Browse files
committed
Add OTA details
1 parent ae414e9 commit 2ee07a6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

content/en/docs/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-ota-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ It is good practice to *always* redeploy your Mendix App before pushing a new ov
5151
* Nanoflow changes
5252
* JavaScript action changes
5353
* Widgets shipped with Mendix added or removed
54-
* A new custom JavaScript-only widget or module was added
54+
* You added a new custom JavaScript-only widget or module
55+
* You added a page with no additional logic
5556
* Non-destructive model changes (for more information, see the [Offline First Reference Guide](/refguide8/offline-first/))
5657

5758
### When a Full Release is Required
@@ -63,6 +64,7 @@ If you have made any changes directly to your iOS or Android project, you will h
6364
* You fundamentally changed your app's functionality (this is an Apple App Store limitation, and will require a re-release and re-review of your app by Apple — your app might be removed if you do not comply)
6465
* A new native module has been added
6566
* The app has been renamed
67+
* You added a new microflow or nanoflow
6668
* The app's launcher icons have been changed
6769
* The splash screen has been changed
6870

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ It is good practice to *always* redeploy your Mendix App before pushing a new ov
5050
* Nanoflow changes
5151
* JavaScript action changes
5252
* Widgets shipped with Mendix added or removed
53-
* A new custom JavaScript-only widget or module was added
53+
* You added a new custom JavaScript-only widget or module
54+
* You added a page with no additional logic
5455
* Non-destructive model changes (for more information, see the [Offline First Reference Guide](/refguide8/offline-first/))
5556

5657
### When a Full Release Is Required
@@ -62,6 +63,7 @@ If you have made any changes directly to your iOS or Android project, you will h
6263
* You fundamentally changed your app's functionality (this is an Apple App Store limitation, and will require a re-release and re-review of your app by Apple — your app might be removed if you do not comply)
6364
* A new native module has been added
6465
* The app has been renamed
66+
* You added a new microflow or nanoflow
6567
* The app's launcher icons have been changed
6668
* The splash screen has been changed
6769

content/en/docs/refguide/mobile/distributing-mobile-apps/overtheair-updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ OTA updates are useful in the following app development cases:
6464
* Nanoflow changes
6565
* JavaScript action changes
6666
* Widgets added or removed
67-
* A new custom JavaScript-only widget or module added
67+
* You added a new custom JavaScript-only widget or module
68+
* You added a page with no additional logic
6869
* Non-destructive model changes (for more information, see [Offline-First](/refguide/offline-first/))
6970

7071
### When a Full Release Is Required
@@ -76,6 +77,7 @@ If you have made any changes directly to your iOS or Android app, you will have
7677
* You fundamentally changed your app's functionality (this is an Apple App Store limitation, and will require a re-release and re-review of your app by Apple—your app might be removed if you do not comply)
7778
* A new native module has been added (such as the [Native Mobile AR](https://marketplace.mendix.com/link/component/117209) module — for more information see [Modules](/refguide/modules/)
7879
* The app has been renamed
80+
* You added a new microflow or nanoflow
7981
* The app's launcher icons have been changed
8082
* The splash screen has been changed
8183

content/en/docs/refguide9/mobile/distributing-mobile-apps/overtheair-updates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ OTA updates are useful in the following app development cases:
6464
* Nanoflow changes
6565
* JavaScript action changes
6666
* Widgets added or removed
67-
* A new custom JavaScript-only widget or module added
67+
* You added a new custom JavaScript-only widget or module
68+
* You added a page with no additional logic
6869
* Non-destructive model changes (for more information, see [Offline-First](/refguide9/offline-first/))
6970

7071
### When a Full Release Is Required
@@ -76,6 +77,7 @@ If you have made any changes directly to your iOS or Android app, you will have
7677
* You fundamentally changed your app's functionality (this is an Apple App Store limitation, and will require a re-release and re-review of your app by Apple—your app might be removed if you do not comply)
7778
* A new native module has been added (such as the [Native Mobile AR](https://marketplace.mendix.com/link/component/117209) module — for more information see [Modules](/refguide9/modules/))
7879
* The app has been renamed
80+
* You added a new microflow or nanoflow
7981
* The app's launcher icons have been changed
8082
* The splash screen has been changed
8183

0 commit comments

Comments
 (0)