检查并更新AppStore和Fir的应用版本
目前我们只支持两个频道“AppStore”或“Fir”,没有频道或其他频道将被忽略。
MJVersionUpdate *versionUpdate = [MJVersionUpdate new];
[versionUpdate addAppStoreChannelWithAppId:@"1114716391"];
[versionUpdate addFirChannelWithAppId:@"5721b76e748aac3e6b000017" token:@"5e1272271c5f28a11c60ebd761203a9c" downloadUrl:@"http://fir.im/yanzheng"];
[versionUpdate checkUpdate];