Skip to content
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

Open
xiaohange opened this issue Dec 2, 2019 · 13 comments
Open

AlicloudFeedback含有UIWebview无法通过Apple审核 #259

xiaohange opened this issue Dec 2, 2019 · 13 comments

Comments

@xiaohange
Copy link

xiaohange commented Dec 2, 2019

建议: 使用WKWebview替换UIWebview;
由于组件是封装在sdk内的, 个人无法修改, 希望官方更新一下,谢谢!

@nanayashiki1215
Copy link

遇到同样问题,请使用WKWebview替换UIWebview;

@LnsooXD
Copy link

LnsooXD commented Apr 19, 2020

请尽快修改或者开放源代码

@QQzheng
Copy link

QQzheng commented May 9, 2020

目前无法提交了
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
./Pods/AlicloudUT/ut/UTMini.framework/Headers/UTTracker.h://#import <UIKit/UIWebView.h>

@skyinemas
Copy link
Contributor

更新AlicloudFeedback 3.3.7, 使用WKWebview替换UIWebview

@skyinemas
Copy link
Contributor

目前无法提交了
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相关逻辑

@niuxinhuai
Copy link

目前无法提交了
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>

@skyinemas
Copy link
Contributor

目前无法提交了
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的包,去掉这行注释掉的代码。

@niuxinhuai
Copy link

niuxinhuai commented May 13, 2020 via email

@nanayashiki1215
Copy link

nanayashiki1215 commented May 13, 2020 via email

@skyinemas
Copy link
Contributor

最新版AlicloudUT 5.2.0.13 去掉了//#import <UIKit/UIWebView.h>注释

@xiaohange
Copy link
Author

终于更新sdk了,点赞!

@oneredfox
Copy link

AlicloudUT 5.2.0.13

AlicloudUT 5.2.0.16 //#import <UIKit/UIWebView.h>注释, 你们又给添加上去了

@oneredfox
Copy link

AlicloudUT 5.2.0.13

AlicloudUT 5.2.0.16 //#import <UIKit/UIWebView.h>注释, 你们又给添加上去了

现在还是包含UIWebView无法上传

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants