Do I need to implement NSUserTrackingUsageDescription if I only need to track users' location

Hi,

The app I designed is going to only track users' location and I already implemented NSLocationWhenInUseUsageDescription,NSLocationWhenInUseUsageDescription,NSLocationAlwaysUsageDescription, NSLocationAlwaysAndWhenInUseUsageDescription in info.plist.
Do I still need to specify NSContactsUsageDescription to request users' grant for IOS 14.5
Hello,
In my app also I am only tracking the user's location, and I have added NSLocationAlwaysAndWhenInUseUsageDescription, NSLocationAlwaysUsageDescription, NSLocationWhenInUseUsageDescription.

I also added NSUserTrackingUsageDescription which brings the "Privacy Tracking popup", I have customized the message string to be meaningful and specific to my app.

My app is still rejected, any help on this is greatly appreciated.a
Do I need to implement NSUserTrackingUsageDescription if I only need to track users' location
 
 
Q