且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

应用因 UIWebview 被 App Store 拒绝

更新时间:2022-12-21 08:03:28

从那条消息(而且由于您根本没有给出应用程序的描述),您似乎刚刚制作了一个封装了 UIWebView 的应用程序加载特定页面,因为您可以通过 Safari 加载,因此它们会拒绝此类应用.

From that message (and since you didn't give a description of the app at all), it seems like you just made an app that encapsulated an UIWebView to load an specific page, since you can do that via Safari, they reject apps like that.

您可以:

  • 使应用程序从 Web 服务器获取数据,但是,使用本机控件(使用 UITableViews、UIButtons、UIImages 等)显示它.这将需要相当多的工作.

  • Make the app fetch the data from the web server, BUT, display it with native controls (with UITableViews, UIButtons, UIImages, etc). This would require quite a bit amount of work.

放下应用程序,并在您的网站上告诉用户,他们可以将该网站作为网络剪辑添加到他们的手机上.

Drop the app and tell the users, on your site, that they can add that website as a web clip on their phones.