Apple's review team informed us that we are using the ATT framework, but when we analyzed the IPA package using MobSF, the LIBRARIES section did not include the AppTrackingTransparency.framework and AdSupport.framework, nor the NSUserTrackingUsageDescription field. A global search also did not reveal this information. How should I resolve this issue? Regarding the "1.3.0 Safety: Kids Category" issue, I would like to ask if you could provide us with technical support. We didn't use ATT in our code, nor did we declare NSUserTrackingUsageDescription in the info.plist. When uploading the package, there was no feedback indicating the need to declare NSUserTrackingUsageDescription. We used the commands grep -r AdSupport ., grep -r advertisingIdentifier ., and find . -type f -exec grep -il "appTrackingTransparency" {} + to search the entire project, but did not find any related frameworks. We've tried many methods but still can't determine where the AppTrackingTransparency framework is being used.