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