Skip to content

eliperkins/BBEnterpriseUpdater

Repository files navigation

BBEnterpriseUpdater

Updater for Apple Enterprise app deployments.

Usage

[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) {
                                     
                                 }];

Contact

Eli Perkins

License

BBEnterpriseUpdater is available under the MIT license. See the LICENSE file for more info.

Bitdeli Badge

About

Version checking for Apple Enterprise app deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published