Created
November 13, 2020 15:09
-
-
Save sayler8182/8214aa2b5aa676b76a5d8c91ec6ba8b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let updates = Updates( | |
bundle: Bundle.main.bundleId, | |
version: Bundle.main.appVersion) | |
updates.check { (status: UpdatesStatus) in | |
print("App update status: \(status)") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment