The solution to the problem that uniapp cannot put the IOS package on the shelf: 1. Configure in manifest.json; 2. Need to modify the version name and version number; 3. Provide screenshots of the app during review.
uniApp - Rejection situation, reasons and modifications when listing IOS packages
1. Because it has the function of collecting user data, such as: obtaining the geographical location, accessing the photo album, opening the camera, address book, microphone, etc. Relevant information needs to be configured, otherwise it will be refused to be put on the shelves, as shown below. Analysis reason: There is no explanation as to why the above function is called.
Solution: It needs to be configured in manifest.json. See the official documentation. However, the current official documentation does not list the various attributes and meanings in plistcmds. The following question lists some, but it is not comprehensive.
1 2 3 4 5 6 7 8 9 |
|
The above is the detailed content of What should I do if uniapp cannot list the IOS package?. For more information, please follow other related articles on the PHP Chinese website!