# App Store available

Again: uni-app is not a simple use of Webview shell, Webview is only responsible for UI rendering of vue pages, nvue pages are completely rendered by native UI, business logic code is run in an independent JS engine (JSCore), and It encapsulates a lot of JS API call native capabilities (OC code implementation), and can be put on the Apple App Market.

Apple's App Store listing review specifications are relatively detailed. Before submitting for review, it is recommended to read Apple's official App Store Review Guidelines.

The following issues need attention:

  • Application functions can not be too simple
  • The function of the application cannot be similar to the application that has already been put on the shelves, that is, it cannot be used as a vest bag

Instructions on using the Advertising Identification (IDFA):https://ask.dcloud.net.cn/article/36107

UIWebview API is deprecated:https://ask.dcloud.net.cn/article/36348