devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
798 stars 134 forks source link

提交appstore审核被被驳回!中枪 请问要怎么解决?是运气不好么 0.0 #69

Open iBinbro opened 6 years ago

iBinbro commented 6 years ago

Guideline 2.5.1 - Performance - Software Requirements

Your app uses or references the following non-public APIs:

MLULookupItemContent 大概是这里:

devedbox commented 6 years ago

AXWebViewController的pod source里并没有引用这个类啊...

iBinbro commented 6 years ago

给的demo,AppDelegate.m里面,把默认的canOpenURL: 换成自定义的ax_openURL:那里,并不是在AX里面,一开始没在意,然后被拒了才发现