Skip to content

RMKitty/RMVersionCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMVersionCheck

iOS 7.0+

ios local version and serve Version check

How to use RMVersionUtil

  • installation with CocoaPods: pod 'RMVersionCheck'
  • Manual import:
    • Drag All files in the RMVersionCheck folder to project
    • Impodt the main file : #import "RMVersionUtil.h"
[[RMVersionUtil standardRM] checkAndCompareVersionWithAppId:@"Your App Id"  andResult:^(BOOL haveUpate) {
    if (haveUpate) {
        NSLog(@"\n>>> have a new version");
        }
}];

About

ios local version and serve Version check

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published