You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you finish the final step, the exported *.ipa* file is usually located under `"~/Library/Developer/Xcode/Archives/DATE/YOUR-APP.xcarchive"` (with the publish date and name of your app instead of DATE and YOUR-APP).
124
116
125
117
### Android (Android Studio)
126
118
127
-
1. Open the android directory of your Mendix Native project in Android Studio.
128
-
129
-
2. Select Build > Generate Signed Bundle / APK from the top menu.
130
-
131
-
3. Choose APK or Android App Bundle (AAB).
132
-
133
-
4. Follow the wizard and choose your keystore file, alias, and password.
119
+
To build an Android app in Android Studio, do the following:
134
120
135
-
5. Select release as the build variant.
121
+
1. Open the android directory of your Mendix Native project in Android Studio.
122
+
1. Select **Build** > **Generate Signed Bundle / APK** from the top menu.
123
+
1. Choose **APK** or **Android App Bundle (AAB)**.
124
+
1. Follow the wizard and choose your keystore file, alias, and password.
125
+
1. Select release as the build variant.
126
+
1. Complete the wizard and wait for Android Studio to build the release file.
136
127
137
-
6. Complete the wizard and wait for Android Studio to build the release file.
128
+
Once you finish the final step, the output *.apk* or *.aab* file will be located in one of two places (with the name of your project instead of YOUR-PROJECT):
2. Create a new app record if this is your first time submitting.
137
+
To publish in the iOS App Store, do the following:
151
138
152
-
3. Upload the .ipa file directly from Xcode or by using Transporter (a free tool from Apple).
153
-
154
-
4. Fill in all required metadata, screenshots, and compliance information.
155
-
156
-
5. Submit your app for review.
139
+
1. Log into App Store Connect.
140
+
1. Create a new app record if this is your first time submitting.
141
+
1. Upload the *.ipa* file directly from Xcode or by using Transporter (a free tool from Apple).
142
+
1. Fill in all required metadata, screenshots, and compliance information.
143
+
1. Submit your app for review.
157
144
158
145
Make sure your Apple Developer Account is active and the app has passed validation before submission.
159
146
160
147
### Android – Google Play Console
161
148
162
-
1. Go to the Google Play Console.
163
-
164
-
2. Create a new application and fill in the store listing information.
165
-
166
-
3. Navigate to the Release > Production > Create Release section.
149
+
To publish in the Android Google Play Console, do the following:
167
150
168
-
4. Upload your signed .apk or .aab file.
169
-
170
-
5. Review and roll out your release to production.
151
+
1. Go to the Google Play Console.
152
+
1. Create a new application and fill in the store listing information.
153
+
1. Navigate to the **Release** > **Production** > **Create Release section**.
154
+
1. Upload your signed *.apk* or *.aab* file.
155
+
1. Review and roll out your release to production.
171
156
172
157
Be sure to enroll in Google Play App Signing if you plan to use AAB files. Also, don’t forget to set up content rating, privacy policies, and testing tracks if needed.
Once you finish the final step, the exported *.ipa* file is usually located under `"~/Library/Developer/Xcode/Archives/DATE/YOUR-APP.xcarchive"` (with the publish date and name of your app instead of DATE and YOUR-APP).
124
116
125
117
### Android (Android Studio)
126
118
127
-
1. Open the android directory of your Mendix Native project in Android Studio.
128
-
129
-
2. Select Build > Generate Signed Bundle / APK from the top menu.
130
-
131
-
3. Choose APK or Android App Bundle (AAB).
132
-
133
-
4. Follow the wizard and choose your keystore file, alias, and password.
119
+
To build an Android app in Android Studio, do the following:
134
120
135
-
5. Select release as the build variant.
121
+
1. Open the android directory of your Mendix Native project in Android Studio.
122
+
1. Select **Build** > **Generate Signed Bundle / APK** from the top menu.
123
+
1. Choose **APK** or **Android App Bundle (AAB)**.
124
+
1. Follow the wizard and choose your keystore file, alias, and password.
125
+
1. Select release as the build variant.
126
+
1. Complete the wizard and wait for Android Studio to build the release file.
136
127
137
-
6. Complete the wizard and wait for Android Studio to build the release file.
128
+
Once you finish the final step, the output *.apk* or *.aab* file will be located in one of two places (with the name of your project instead of YOUR-PROJECT):
2. Create a new app record if this is your first time submitting.
137
+
To publish in the iOS App Store, do the following:
151
138
152
-
3. Upload the .ipa file directly from Xcode or by using Transporter (a free tool from Apple).
153
-
154
-
4. Fill in all required metadata, screenshots, and compliance information.
155
-
156
-
5. Submit your app for review.
139
+
1. Log into App Store Connect.
140
+
1. Create a new app record if this is your first time submitting.
141
+
1. Upload the *.ipa* file directly from Xcode or by using Transporter (a free tool from Apple).
142
+
1. Fill in all required metadata, screenshots, and compliance information.
143
+
1. Submit your app for review.
157
144
158
145
Make sure your Apple Developer Account is active and the app has passed validation before submission.
159
146
160
147
### Android – Google Play Console
161
148
162
-
1. Go to the Google Play Console.
163
-
164
-
2. Create a new application and fill in the store listing information.
165
-
166
-
3. Navigate to the Release > Production > Create Release section.
149
+
To publish in the Android Google Play Console, do the following:
167
150
168
-
4. Upload your signed .apk or .aab file.
169
-
170
-
5. Review and roll out your release to production.
151
+
1. Go to the Google Play Console.
152
+
1. Create a new application and fill in the store listing information.
153
+
1. Navigate to the **Release** > **Production** > **Create Release section**.
154
+
1. Upload your signed *.apk* or *.aab* file.
155
+
1. Review and roll out your release to production.
171
156
172
157
Be sure to enroll in Google Play App Signing if you plan to use AAB files. Also, don’t forget to set up content rating, privacy policies, and testing tracks if needed.
0 commit comments