如果 UI 的 80% 在 UIWebView 上呈现并且 20% 是本机 OCR,应用商店是否会接受 iOS 应用

Will iOS app accepted on app store if 80% of UI is rendered on UIWebView and 20% being native OCR

我有一个移动网站,主要提供以下功能:

  1. 登录
  2. 注册
  3. 用户可以填写其他详细信息的表格很少
  4. 根据由提供的信息向用户提供一些功能 他

现在我想集成 OCR 功能,例如:

  1. 身份证扫描
  2. 借记卡扫描
  3. 作废支票扫描

以便可以使用从这些表格中提取的信息自动填写某些表格。

我计划在 iOS 中制作一个本地应用程序来消耗大部分表单,通过在 webview 上呈现相应的 weburls 从我的移动网站流出,并集成供应商 SDK 以提供 OCR 功能。

我的问题是 -

Will apple accept my iOS app in app store if I have 80% of flow, UI rendered on UIWebView and remaining 20% being integration and use of native vendor SDKs for OCR capabilities?

求推荐。

如果 Apple 不接受此类应用,则使用 PhoneGap wouldn't be on the app store. And for sure there are: http://phonegap.com/app/

制作的应用