App Rejected stating
"Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage"
Issue Description
One or more purpose strings in the app do not sufficiently explain the use of protected resources. Purpose strings must clearly and completely describe the app's use of data and, in most cases, provide an example of how the data will be used.
My App is simple using MusicKit. My app has only two buttons and the user just taps them.
・search button : Search for Apple Music with auto-generated text and play previews.
・listen button : Listen to searched songs on Apple Music.
NSAppleMusicUsageDescription key is "the app requires Apple Music access to search for songs and to play the searched songs."
I don't know how to fix it. Please let me know some advice.
The issue has been resolved.
NSAppleMusicUsageDescription key was no problem.
My app displays a message when the user taps "Don't Allow" on the Apple Music permission dialog. This message was the reason of the rejection. When I detailed the message, my app has been approved.