Skip to content

Remove App Center and relevant stuff from the mx9 and mx10 docs #9359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ Congratulations on making your own native JavaScript action! Please use your own

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.

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.
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/).

## Read More

* [How to Build a Mendix Native App in the Cloud](/refguide/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/)
* [Building, Testing, and Distributing Apps](/refguide/mobile/distributing-mobile-apps/)
* [JavaScript Actions Reference Guide](/refguide/javascript-actions/)
* [How To Build JavaScript actions](/howto/extensibility/build-javascript-actions/)
* [Declaring Native Dependencies](/apidocs-mxsdk/apidocs/pluggable-widgets-native-dependencies/)
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/howto8/mobile/native-mobile/how-to-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Maps module allows you to work with maps. Consult the instructions below to

## Prerequisites

* Complete the [Prerequisites](/howto8/mobile/deploying-native-app/#prerequisites) section of *How to Build a Mendix Native App in the Cloud*
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
* 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).
* 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).
* Install Mendix Studio Pro 8.15.0 and above to use the Native Mobile App Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please note that the Make It Native app has already the registered schema `makei

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

* Complete the [Prerequisites](/howto8/mobile/deploying-native-app/#prerequisites) section of *How to Build a Mendix Native App in the Cloud*
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
* Make sure your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date
* Install Git [command line](https://git-scm.com/downloads) tool for working with the Native Mobile App Builder CLI
* Install Mendix Studio Pro v 8.15.0 or above in order to use the Native Mobile App Builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ Congratulations on making your own native JavaScript action! Please use your own

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.

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.
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/).

## Read More

* [How to Build a Mendix Native App in the Cloud](/refguide9/mobile/distributing-mobile-apps/building-native-apps/deploying-native-app/)
* [Building, Testing, and Distributing Apps](/refguide9/mobile/distributing-mobile-apps/)
* [JavaScript Actions Reference Guide](/refguide9/javascript-actions/)
* [How To Build JavaScript actions](/howto9/extensibility/build-javascript-actions/)
* [Declaring Native Dependencies](/apidocs-mxsdk/apidocs/pluggable-widgets-native-dependencies/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ The following log nodes are used by Mendix when writing log messages:

| Log Node | Description |
| --- | --- |
| Client_AppCenter| Logs messages related to the state and phases of over-the-air updates by App Center. |
| Client_Auth | Logs messages related to the different authentication states and user actions.|
| Client | The default log node when no log node is provided. |
| Client_Database | Logs messages related to different read/write operations on the local database. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ Many of these guides use the Mendix Native Mobile Builder UI tool included in Me

* [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.
* [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.
{{% alert color="warning" %}}
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/).
{{% /alert %}}
* [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.
* [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.
* [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.
* [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.
Expand Down
Loading