Hi,
I have developed a small eCommerce app and I am about to integrate Facebook analytics into it. I am going to be using a bunch of standard and custom FB app events to track when user install app, add item to cart, login,register, confirm order etc.
My question is that do i have to add "NSUserTrackingUsageDescription" in info.plist file and ask users permission or consent for data sharing( of the above events) in iOS 14+ devices or is it not necessary??
Thanks.