My app was rejected by the apple review team. According to them the reason is
"17.1: Apps cannot transmit data about a user without obtaining the user's prior permission and providing the user with access to information about how and where the data will be used.Specifically, your app accesses the Users contacts with out requesting permission first"
But, I have used **NSContactsUsageDescription**
key in my info.plst
to specify the reason of using contacts in my app.
What should I have to do additionally for get permission?