Skip to content

Commit ba614d8

Browse files
committed
update sample text
1 parent 23d94a3 commit ba614d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To build your iOS app in Xcode, do the following:
113113
1. From there, you can export the *.ipa* file by selecting **Distribute App** > **App Store Connect** or **Ad Hoc**, depending on your goal.
114114
1. Follow the steps to export the *.ipa* file or upload it directly to App Store Connect
115115
116-
Once you finish the final step, the exported *.ipa* file is usually located under `"~/Library/Developer/Xcode/Archives/<DATE>/<YourApp>.xcarchive"`.
116+
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).
117117
118118
### Android (Android Studio)
119119
@@ -126,10 +126,10 @@ To build an Android app in Android Studio, do the following:
126126
1. Select release as the build variant.
127127
1. Complete the wizard and wait for Android Studio to build the release file.
128128
129-
Once you finish the final step, the output *.apk* or *.aab* file will be located in one of two places:
129+
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):
130130
131-
* `"<your-project>/android/app/build/outputs/apk/release/app-release.apk"`
132-
* `"~<your-project>/android/app/build/outputs/bundle/release/app-release.aab"`
131+
* `"YOUR-PROJECT/android/app/build/outputs/apk/release/app-release.apk"`
132+
* `"~YOUR-PROJECT/android/app/build/outputs/bundle/release/app-release.aab"`
133133
134134
## Publishing to App Stores {#publishing}
135135

0 commit comments

Comments
 (0)