Skip to content

Commit 984f555

Browse files
authored
Merge pull request #9359 from NikolaSimsic/development
Remove App Center and relevant stuff from the mx9 and mx10 docs
2 parents 6f7fc78 + aa04002 commit 984f555

File tree

39 files changed

+34
-542
lines changed

39 files changed

+34
-542
lines changed

content/en/docs/howto/extensibility/build-javascript-actions/create-native-javascript-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ Congratulations on making your own native JavaScript action! Please use your own
315315

316316
Until this section, you have used a custom developer app to validate your application. When you want to distribute your app in the Google Play Store or Apple App Store, you have to make a build that includes the bundled Mendix app.
317317

318-
For the full explanation on how to build, sign, and distribute your app to an app store see [Build a Mendix Native App in the Cloud](/refguide/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/), as well as the tutorial's subsequent sections.
318+
For the full explanation on how to build, sign, and distribute your app to an app store see [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/).
319319

320320
## Read More
321321

322-
* [How to Build a Mendix Native App in the Cloud](/refguide/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/)
322+
* [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/)
323323
* [JavaScript Actions Reference Guide](/refguide/javascript-actions/)
324324
* [How To Build JavaScript actions](/howto/extensibility/build-javascript-actions/)
325325
* [Declaring Native Dependencies](/apidocs-mxsdk/apidocs/pluggable-widgets-native-dependencies/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Maps module allows you to work with maps. Consult the instructions below to
1111

1212
## Prerequisites
1313

14-
* Complete the [Prerequisites](/howto8/mobile/deploying-native-app/#prerequisites) section of *How to Build a Mendix Native App in the Cloud*
14+
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
1515
* Create an app on the [Google Cloud Console](https://console.cloud.google.com/google/maps-apis/overview) and have Google Maps enabled for Android (and iOS, if you wish to use Google Maps on iOS as well) and also posses an [API key](https://developers.google.com/maps/documentation/android-sdk/get-api-key).
1616
* Before you can start using the Google Maps Platform APIs and SDKs, you must sign up and create a [billing account](https://developers.google.com/maps/gmp-get-started/#create-billing-account).
1717
* Install Mendix Studio Pro 8.15.0 and above to use the Native Mobile App Builder

content/en/docs/howto8/mobile/native-mobile/native-deep-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please note that the Make It Native app has already the registered schema `makei
3232

3333
Before starting this how-to, make sure you have completed the following prerequisites:
3434

35-
* Complete the [Prerequisites](/howto8/mobile/deploying-native-app/#prerequisites) section of *How to Build a Mendix Native App in the Cloud*
35+
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
3636
* Make sure your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date
3737
* Install Git [command line](https://git-scm.com/downloads) tool for working with the Native Mobile App Builder CLI
3838
* Install Mendix Studio Pro v 8.15.0 or above in order to use the Native Mobile App Builder

content/en/docs/howto9/extensibility/build-javascript-actions/create-native-javascript-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,11 @@ Congratulations on making your own native JavaScript action! Please use your own
315315

316316
Until this section, you have used a custom developer app to validate your application. When you want to distribute your app in the Google Play Store or Apple App Store, you have to make a build that includes the bundled Mendix app.
317317

318-
For the full explanation on how to build, sign, and distribute your app to an app store see [Build a Mendix Native App in the Cloud](/refguide9/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/), as well as the tutorial's subsequent sections.
318+
For the full explanation on how to build, sign, and distribute your app to an app store see [Building, Testing, and Distributing Apps](/refguide9/mobile/distributing-mobile-apps/).
319319

320320
## Read More
321321

322-
* [How to Build a Mendix Native App in the Cloud](/refguide9/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/)
322+
* [Building, Testing, and Distributing Apps](/refguide9/mobile/distributing-mobile-apps/)
323323
* [JavaScript Actions Reference Guide](/refguide9/javascript-actions/)
324324
* [How To Build JavaScript actions](/howto9/extensibility/build-javascript-actions/)
325325
* [Declaring Native Dependencies](/apidocs-mxsdk/apidocs/pluggable-widgets-native-dependencies/)

content/en/docs/refguide/mobile/building-efficient-mobile-apps/logging.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ The following log nodes are used by Mendix when writing log messages:
7878

7979
| Log Node | Description |
8080
| --- | --- |
81-
| Client_AppCenter| Logs messages related to the state and phases of over-the-air updates by App Center. |
8281
| Client_Auth | Logs messages related to the different authentication states and user actions.|
8382
| Client | The default log node when no log node is provided. |
8483
| Client_Database | Logs messages related to different read/write operations on the local database. |

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Many of these guides use the Mendix Native Mobile Builder UI tool included in Me
1717

1818
* [Build a Mendix Native App Locally](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally/) – Follow this guide to build your apps locally using the Mendix Native Mobile Builder.
1919
* [Build a Mendix Native App Locally Manually](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-build-locally-manually/) – Follow this guide to build your apps locally and without an internet connection.
20-
{{% alert color="warning" %}}
21-
Building mobile apps with App Center is deprecated and will be removed on March 30, 2025. Learn more about the new and improved ways to build mobile apps with Bitrise in [our documentation](/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/).
22-
{{% /alert %}}
23-
* [Build a Mendix Native App in the Cloud](/refguide/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/) – Go from a blank slate to an app running on a device.
2420
* [Create a Custom Developer App](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/) – Create a custom developer app (a substitute for the Make It Native app) which accommodates custom dependencies such as native widgets or fonts.
2521
* [Native Template](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-template/) – The Native Template describes the native dependencies your app needs, and it includes two native apps (one for iOS and one for Android) that can be independently built to create the finished apps.
2622
* [Build a Mendix Native App with Bitrise](/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/) – This guide explains how to set up Bitrise to build a Mendix native mobile app.

0 commit comments

Comments
 (0)