When you use Hbuilder to develop iOS apps, you are denied the reason why the app was rejected:
Your application uses location services, but does not follow the requirements in the iOS HMI Guide to clarify its purpose in the location mode alert.
To resolve this issue, specify the intended use of the location in the location licensing mode alert for the user.
Find solutions in the official community view of Hbuilder.
For a description of the problem, in the Manifest.json file, under Plus->distribute->apple, add the Plistcmds node.
"plistcmds":[ "Set :NSCameraUsageDescription 拍照/摄像/扫描二维码", "Set :NSMicrophoneUsageDescription 录制音频文件/语音识别", "Set :NSPhotoLibraryUsageDescription 选择/保存图片", "Set :NSLocationWhenInUseUsageDescription 获取位置信息"]
Use Hbuilder to develop iOS app shelves audit Tips Specify the intended use of the location in the location licensing mode alert for the user.