Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I added the key the email suggested and also added the one that is on the drop down list.
I cleaned the project. I am at a loss as to what else to try.
This is the email from Apple:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSAppleMusicUsageDescription key with a string value explaining to the user how the app uses this data.
You are already added
NSAppleMusicUsageDescription
key in
info.plist
. But I can see spaces in both ends of key.
<key>..NSAppleMusicUsageDescription..<key>
It should be without space :
<key>NSAppleMusicUsageDescription</key>
<string>Play using while you are hiking</string>
Bonus: You can have space in your description.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.