
# 服务端版本查询
```
int result = [mShareServiceController getSDKLatestVersion:^(id sdkLatestVersioncallback ){}];
```
**接口描述**
APP调用IdeaShareServicecontroller实例对象的getSDKLatestVersion方法。回调值为服务端版本信息。
**注意事项**
此接口获取的是远端服务端的版本号，与getSDKVersion有区别
**接口定义**
```
- (int)getSDKLatestVersion:(callback)sdkLatestVersioncallback;
```
