Merge pull request #39 from MobileCenter/readmeedit

readme edit
This commit is contained in:
sabrinaj206 2017-08-02 09:45:02 -07:00 коммит произвёл GitHub
Родитель a5da10f343 5923dfe0d0
Коммит 0c7ce4c018
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Sample Swift App and Tutorials for Mobile Center
ample Swift App and Tutorials for Mobile Center
[Visual Studio Mobile Center](https://www.visualstudio.com/vs/mobile-center) brings together multiple services, commonly used by mobile developers, into a single, integrated product.
This sample Swift app and its collection of tutorials is designed to help you quickly and easily onboard to Mobile Center for iOS.
@ -25,8 +25,10 @@ Codesigning will allow you to deploy this sample app to your device. The **Build
When creating a new App ID for this sample app, be sure to check the **Push Notifications** service under the **App Services** section.
To sign the app in Xcode:
1. Enter the **bundle ID** under the **General** tab.
2. Check the **Automatically manage signing** box, and choose your **Team** underneath.
1. Open **.xcworkspace** from the sample app's folder.
2. Go to **General** within the .xcworkspace file.
3. Under **Identity**, edit the **Bundle Identifier** to match the app ID.
4. Import and select the provisioning profile under **Signing (Debug)** and **Signing (Release)**.
## Tutorial links
Begin with the **Getting Started** tutorial. After you've completed that, you can do the rest in the order below, or choose a specific tutorial to follow.
@ -41,3 +43,4 @@ Begin with the **Getting Started** tutorial. After you've completed that, you ca
| Crash | Monitor application crashes |
| Analytics | View user analytics |
| Push | Send users push notifications |