版本更新工具

2017-06-09  本文已影响17人  boundlessocean

Github地址 版本更新

[BLAPPVersionManager checkAppInfoInAppStoreWithAppID:kAppStoreAppID
                                        InfoBlock:^(BLAPPInfoModel * _Nonnull infoModel) {

}
@interface BLAPPInfoModel : NSObject

NS_ASSUME_NONNULL_BEGIN
/* 更新说明 */
@property (nonatomic, strong, null_resettable) NSString *releaseNotes;
/* 版本 */
@property (nonatomic, strong, nullable) NSString *version;
/* AppStore 地址 */
@property (nonatomic, strong) NSString *trackViewUrl;
/* 是否需要更新 */
@property (nonatomic, assign) BOOL isNeedUpdate ;

NS_ASSUME_NONNULL_END
@end
上一篇 下一篇

猜你喜欢

热点阅读