美文网首页
版本更新工具

版本更新工具

作者: boundlessocean | 来源:发表于2017-06-09 17:43 被阅读17次

    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
    

    相关文章

      网友评论

          本文标题:版本更新工具

          本文链接:https://www.haomeiwen.com/subject/ceyfqxtx.html