Updater for Apple Enterprise app deployments.
[BBEnterpriseUpdater checkVersionWithURL:[NSURL URLWithString:@"http://example.com/BBUpdaterExample.plist"]
success:^(BOOL requiresUpdate, NSString *versionString, NSURL *updateURL) {
if (requiresUpdate) {
// See if the user wants to update to the latest version
}
} failure:^(NSError *error) {
}];
Eli Perkins
BBEnterpriseUpdater is available under the MIT license. See the LICENSE file for more info.