Remove Push mentions from Readme (#63)

This commit is contained in:
Dima 2021-08-11 15:04:47 +03:00 коммит произвёл GitHub
Родитель e4dd83fb55
Коммит b7d26e6e22
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -33,9 +33,10 @@ Open the .xcworkspace. The app can now build and run. You can learn to use the s
_Codesigning is optional, but recommended._
Codesigning will allow you to deploy this sample app to your device. The **Build**, **Distribute**, and **Push** tutorials recommend that you codesign.
Codesigning will allow you to deploy this sample app to your device. The **Build** and **Distribute** tutorials recommend that you codesign.
When creating a new App ID for this sample app, be sure to check the **Push Notifications** service under the **App Services** section.
When creating a new App ID for this sample app, be sure to check the **
Notifications** service under the **App Services** section.
To sign the app in Xcode:
@ -58,4 +59,3 @@ Begin with the [Getting Started](https://docs.microsoft.com/en-us/mobile-center/
| [Distribute](https://docs.microsoft.com/en-us/appcenter/quickstarts/ios/distribute) | Distribute application to a group of users |
| [Crashes](https://docs.microsoft.com/en-us/appcenter/quickstarts/ios/crashes) | Monitor application crashes |
| [Analytics](https://docs.microsoft.com/en-us/appcenter/quickstarts/ios/analytics) | View user analytics |
| [Push](https://docs.microsoft.com/en-us/appcenter/quickstarts/ios/push) | Send push notifications to your app users |