iOS 7.0+
ios local version and serve Version check
- installation with CocoaPods: pod 'RMVersionCheck'
- Manual import:
- Drag All files in the RMVersionCheckfolder to project
- Impodt the main file : #import "RMVersionUtil.h"
 
- Drag All files in the 
[[RMVersionUtil standardRM] checkAndCompareVersionWithAppId:@"Your App Id"  andResult:^(BOOL haveUpate) {
    if (haveUpate) {
        NSLog(@"\n>>> have a new version");
        }
}];