I have implemented a standard GKLeaderboard in my app. The leaderboard includes the player's avatar, display name, and the score.
I only use functionality provided by GameKit without any custom server functionality. I don't even have an own server.
Still, my app got rejected with the following notice:
We noticed that your app does not obtain the user's consent prior to uploading users' scores to a global leaderboard. To collect personal data with your app, you must make it clear to the user that their personal data will be uploaded to your server.
What should I do here? Do I really have to obtain user's consent before uploading his score to Game Center?