App Center Sample App for macOS
Перейти к файлу
microsoft-github-policy-service[bot] e83a852e00
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:11:40 +00:00
Resources/Base.lproj Rename to App Center 2017-11-15 14:42:05 -08:00
Sample macOS App Updated sample app 2021-07-30 15:02:15 +03:00
Sample macOS App.xcodeproj Set up CI with Azure Pipelines (#6) 2019-12-30 12:35:35 -06:00
Sample macOS App.xcworkspace Delete IDEWorkspaceChecks.plist 2021-07-30 15:17:53 +03:00
Sample macOS AppUITests Initial commit. 2017-10-15 20:43:08 +03:00
.gitignore Set up CI with Azure Pipelines (#6) 2019-12-30 12:35:35 -06:00
Podfile Updated sample app 2021-07-30 15:02:15 +03:00
Podfile.lock Updated sample app 2021-07-30 15:02:15 +03:00
README.md Remove references of Push from Readme 2021-08-11 01:08:07 +03:00
SECURITY.md Microsoft mandatory file 2022-08-01 18:10:06 +00:00
azure-pipelines.yml Set up CI with Azure Pipelines (#6) 2019-12-30 12:35:35 -06:00

README.md

App Center Sample App for macOS (Swift)

The macOS application in this repository and its corresponding tutorials will help you quickly and easily onboard to Visual Studio App Center.

About this repository

The App Center SDK modules are already integrated within the application. Simply follow the tutorials to learn how to use each service.

Build status (master branch)

Build Service Status
App Center Build status
Azure Pipelines Build Status

Build the sample app

After forking the repository, you'll need to install CocoaPods to build the app.

sudo gem install cocoapods

Next, install the dependencies.

pod install

Open the .xcworkspace. The app can now build and run. You can learn to use the sample app with App Center with the tutorials below.

Codesigning

Codesigning is optional, but recommended.

Codesigning will allow you to deploy this sample app to your device. The Build and Distribute tutorials recommend that you codesign.

To sign the app in Xcode:

  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).

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.

Contents

Tutorial Description
Getting Started Set up the app
Build Build the app
Distribute Distribute application to a group of users
Crashes Monitor application crashes
Analytics View user analytics