AppStoreUpdateChecker
AppStoreUpdateChecker可以通知您是否需要更新您的应用程序。
AppStoreUpdateChecker.check { updateURL in
print("`\(String(describing: updateURL))")
}
要求
- Swift 5.0 或更高版本
- iOS 9.3 或更高版本
安装
CocoaPods
- 在Podfile中插入
pod 'AppStoreUpdateChecker', '~> 1.1'
- 运行
pod install