Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 523 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 523 Bytes

App Center SDK as a binary Swift package for iOS and macOS

Check out the official repository from microsoft for the SDK here: https://github.com/microsoft/appcenter-sdk-apple

Note

Add the following snippet to your app for AppCenterDistribute to localize the update dialog properly:

if let bundleURL = Bundle.main.url(forResource: "AppCenter_AppCenterDistributeTarget", withExtension: "bundle") {
    Distribute.resourceBundle = Bundle(url: bundleURL)
}