My app is now rejected with the following message:
"We still notice that your Kids Category app includes analytics,
advertising and collects, transmits, or has the ability to share
personal information or device information with third parties.
Specifically:
- Your app includes third-party analytics or
third-party advertising with the ability to collect, transmit or share
identifiable information, including, for example, IDFA. We found that
your app references the ASIdentifierManager API, which provides access
to a user's IDFA, in the following location(s) in your binary:
• /System/Library/Frameworks/AdSupport.framework/AdSupport
• muntbubble
It
would be appropriate to remove all instances of “ASIdentifierManager”
from your app, even if they are not utilized in your app's
functionality."
In this rejected version i use: [GADMobileAds.sharedInstance.requestConfiguration tagForChildDirectedTreatment:YES];
I removed the frameworks GoogleAppMeasurementIdentitySupport and UserMessagingPlatform (kids are under age of consent) so i ame only using:
GoogleAppMeasurement
GoogleMobileAds
GoogleUtilities
nanopb
PromisesObjC
Removed de code for UMP and uploaded a new build. This new build is also rejected by apple.