Closed
Description
We've updated Firebase 7.8.0 but got the rejection again.
Apple said they detected the "-[APMIdentity retrieveAdTrackingConsentStatus]" which can be a part of Tracking Transparency framework, which is used when apps collect data about users and share it with third-parties for tracking purposes.
- FirebaseAnalytics (7.8.0): - FirebaseCore (~> 7.0) - FirebaseInstallations (~> 7.0) - GoogleAppMeasurement (= 7.8.0) - GoogleUtilities/AppDelegateSwizzler (~> 7.0) - GoogleUtilities/MethodSwizzler (~> 7.0) - GoogleUtilities/Network (~> 7.0) - "GoogleUtilities/NSData+zlib (~> 7.0)"
We noticed that the it could be inside the GoogleAppMeasurement:
`grep -ir retrieveAdTrackingConsentStatus .` `Binary file ./Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement matches` `Binary file ./Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement matches`
Do you have any solution fo this situation? 🙏
Related message: #7652 (comment)