Commit f097c388 authored by IOS-张 博's avatar IOS-张 博

屏蔽通讯录和APP列表功能

parent a8450d1a
Pipeline #920 failed with stages
......@@ -59,8 +59,10 @@
[QGWebSocket sharedManager]; //创建 后续授权流程需要使用
/*
[QGRiskInfoManager CheckUpLoadAddressBook]; //检测是否上传通讯录
[QGRiskInfoManager CheckUploadAppList ]; //检测是否上传AppList
*/
return YES;
}
......
......@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.5.30</string>
<string>6.5.31</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......
......@@ -40,7 +40,7 @@
//此处写死版本号,每次发版手动升级版本号
//因为该包发版依赖于替换旧包,所以真实版本号很高。此处手动维护是因为产品要求版本号比较低。
#define XcodeAppVersion @"1.2.00"
#define XcodeAppVersion @"1.3.00"
#define XcodeAppBundleIdentifier [[NSBundle mainBundle] bundleIdentifier]
///渠道
......
......@@ -120,7 +120,7 @@ JSExportAs(getContactInformation, -(void)JSCallOCMethodGetContactInformation:(id
@param getAppList JS调用函数
*/
JSExportAs(getAppList, -(void)JSCallOCMethodGetAppList:(id)value);
JSExportAs(reopenAppList, -(void)JSCallOCMethodGetAppList:(id)value);
/**
......@@ -128,7 +128,7 @@ JSExportAs(getAppList, -(void)JSCallOCMethodGetAppList:(id)value);
@param getSMSList JS调用函数
*/
JSExportAs(getContactAddressList, -(void)JSCallOCMethodGetContactAddressList:(id)value);
JSExportAs(reopenContactAddressList, -(void)JSCallOCMethodGetContactAddressList:(id)value);
/**
打开Face++的身份证认证页面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment