-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AlicloudFeedback含有UIWebview无法通过Apple审核 #259
Comments
遇到同样问题,请使用WKWebview替换UIWebview; |
请尽快修改或者开放源代码 |
目前无法提交了 |
更新AlicloudFeedback 3.3.7, 使用WKWebview替换UIWebview |
查看一下podfile.lock, AlicloudUT版本是否为5.2.0.12,已去除UIWebView相关逻辑 |
最新版本并没有删除这个//#import <UIKit/UIWebView.h> |
你好,5.2.0.12版本已去掉所有UIWebView功能调用,这是头文件中的一行注释掉的代码,不影响提交。 |
收到,感谢回复
…------------------ 原始邮件 ------------------
发件人: "skyinemas"<[email protected]>;
发送时间: 2020年5月13日(星期三) 中午11:40
收件人: "aliyun/alicloud-ios-demo"<[email protected]>;
抄送: "灯红酒绿映不出的落寞ゝ"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [aliyun/alicloud-ios-demo] AlicloudFeedback含有UIWebview无法通过Apple审核 (#259)
目前无法提交了
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
./Pods/AlicloudUT/ut/UTMini.framework/Headers/UTTracker.h://#import <UIKit/UIWebView.h>
查看一下podfile.lock, AlicloudUT版本是否为5.2.0.12,已去除UIWebView相关逻辑
最新版本并没有删除这个//#import <UIKit/UIWebView.h>
你好,5.2.0.12版本已去掉所有UIWebView功能调用,这是头文件中的一行注释掉的代码,不影响提交。
我们稍后会发布一个fix的包,去掉这行注释掉的代码。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
收到,非常感谢
…------------------ 原始邮件 ------------------
发件人: "MaKuru"<[email protected]>;
发送时间: 2020年5月13日(星期三) 中午11:42
收件人: "aliyun/alicloud-ios-demo"<[email protected]>;
抄送: "潘弘"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [aliyun/alicloud-ios-demo] AlicloudFeedback含有UIWebview无法通过Apple审核 (#259)
收到,感谢回复
------------------&nbsp;原始邮件&nbsp;------------------
发件人: "skyinemas"<[email protected]&gt;;
发送时间: 2020年5月13日(星期三) 中午11:40
收件人: "aliyun/alicloud-ios-demo"<[email protected]&gt;;
抄送: "灯红酒绿映不出的落寞ゝ"<[email protected]&gt;; "Comment"<[email protected]&gt;;
主题: Re: [aliyun/alicloud-ios-demo] AlicloudFeedback含有UIWebview无法通过Apple审核 (#259)
目前无法提交了
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
./Pods/AlicloudUT/ut/UTMini.framework/Headers/UTTracker.h://#import <UIKit/UIWebView.h&gt;
查看一下podfile.lock, AlicloudUT版本是否为5.2.0.12,已去除UIWebView相关逻辑
最新版本并没有删除这个//#import <UIKit/UIWebView.h&gt;
你好,5.2.0.12版本已去掉所有UIWebView功能调用,这是头文件中的一行注释掉的代码,不影响提交。
我们稍后会发布一个fix的包,去掉这行注释掉的代码。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
最新版AlicloudUT 5.2.0.13 去掉了//#import <UIKit/UIWebView.h>注释 |
终于更新sdk了,点赞! |
AlicloudUT 5.2.0.16 //#import <UIKit/UIWebView.h>注释, 你们又给添加上去了 |
现在还是包含UIWebView无法上传 |
建议: 使用WKWebview替换UIWebview;
由于组件是封装在sdk内的, 个人无法修改, 希望官方更新一下,谢谢!
The text was updated successfully, but these errors were encountered: