ez_updater
示例
要运行示例项目,请先克隆仓库,然后从 Example 目录运行 pod install
要求
安装
ez_updater 可通过 CocoaPods 获取。安装它的方法很简单,只需将以下行添加到您的 Podfile 中
pod 'ez_updater'
// Add code to your project
[[EZUpdater Instance] checkAppStoreVersion];
自定义
[[EZUpdater Instance] checkAppStoreInfoWithHandler:^(NSError* error,NSString *appstoreVersion, NSDictionary*appstoreInfo){
}];
ez_updater 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。