After many developers uploaded ipa, they received a feedback email from Apple saying that please modify the relevant use string in the application info.plist file!
It means that the requested permissions need to be explained in detail. For example, when permissions such as positioning, photo album, and address book are used, the reasons for using these permissions should be described in detail!
p>
Feedback translation screenshot example!
The following introduces two commonly used Windows development iOS tools to modify permissions and examples!
Examples of permission description
For example, a takeaway application needs to display nearby food information after obtaining positioning. Then, the corresponding positioning permission description should be something like “Get positioning information to provide users with nearby food information“.
It should not be, “Get user’s current location information”, which does not clearly describe the usefulness of positioning information.
HBuilderX development tools modify the entrance!
Open the manifest.json file
apicloud Platform modification entrance
Share an iOS App Store detailed graphic process