

English
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:
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