diff --git a/docs/tooling/publishing/publishing-ios-apps.md b/docs/tooling/publishing/publishing-ios-apps.md index a31a0f6b6..cd044797f 100644 --- a/docs/tooling/publishing/publishing-ios-apps.md +++ b/docs/tooling/publishing/publishing-ios-apps.md @@ -176,7 +176,7 @@ If you are making a new one, or adding a new app to an existing one, make sure t Unlike the certificates, *provisioning profiles* are files that can be easily updated and downloaded from the Member Center (in .mobileprovision files) and installed in Xcode by double-clicking that file. -Xcode is also capable of obtaining these automatically. Open Xcode and from the menu go to `Xcode > Preferences... > Accounts > (select your apple ID) > (select your Team Name) > View Details...`. +Xcode is also capable of obtaining these automatically. Open Xcode and from the menu go to `Xcode > Preferences... > Accounts > (select your apple ID) > (double-click on your Team Name)`. There you can check all signing identities (developer and *production certificates*) available to Xcode as well as `Download All` *provisioning profiles*. When you run an app on a device, Xcode will sign the app with your development certificate and add a provisioning profile that has your certificate, device ID and App ID. @@ -223,9 +223,7 @@ Failing to provide all necessary assets may prevent you from submitting your app >Note: Screenshots not matching the actual app may result in rejection of a new version sent for approval. ### Builds -Once you have your app information registered at [https://appstoreconnect.apple.com](https://appstoreconnect.apple.com) it is time to build your NativeScript app for iOS and submit it. - -There are two main ways to submit an app to *iTunes Connect* — using Xcode or using *Application Loader*. +Once you have your app information registered at [https://appstoreconnect.apple.com](https://appstoreconnect.apple.com) it is time to build your NativeScript app for iOS and submit it to *iTunes Connect* — using Xcode.