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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With