

English
应用(或称“APP”)上架至应用市场时,应用市场会根据APP的行业分类以及所涉及的具体功能和服务而要求APP提供者提交相应的资质、许可、备案、授权等文件。以下是主要手机厂商应用市场的APP审核相关规则,以供开发者进行了解和准备。
开发者上架应用市场,需注意以下事项:
Recently, in order to effectively manage the phenomenon of compulsory authorization of apps, excessive claims, and collection of personal information beyond the scope, to implement the requirements of the "Cybersecurity Law" and the "Consumer Rights Protection Law" to ensure the security of personal information, major application markets have strengthened application review. Detection requires that the application must comply with relevant policies, otherwise the application will be at risk of being notified or removed from the shelf.
App Market Listing Review Compliance Guide:https://ask.dcloud.net.cn/article/39073
First, please check the "GooglePlay" channel when submitting the App for cloud packaging:
Review requirements for release of Google Play are strict, and the following issues should be noted:
application must be adapted to Android 11, and targetSdkVersion must be set to be greater than or equal to 30: https://ask.dcloud.net.cn/article/193
uploads the installation package in Android App Bundle (AAB) format: https://ask.dcloud.net.cn/article/39052
Again: uni-app does not simply use Webview shell. Webview is only responsible for UI rendering of vue pages, while nvue pages are completely rendered by native UI. The business logic code runs in an standalone JS engine (JSCore), and encapsulates many capabilities of JS API calling native (OC code implementation). It can be released on the Apple Store.
Apple App Store has a set of more detailed application review specifications. It is recommended to carefully read Apple's official App Store Review Guidelines before submitting for review.
The following issues need to be noted:
Instructions on using IDFA: https://ask.dcloud.net.cn/article/36107
UIWebview API 已废弃:https://ask.dcloud.net.cn/article/36348