Delete Admob then Reimport
Unity IOS Resolver Setting - Cocoapods Integration - XCode Project
Plugins - IOS -GADUAdNetworkExtras - check: Adsupport, EventKit, EventKitUI
You cant find Unity-iPhone.xcworkspace file in Unity build folder. So here is how to create one:
- right click on Build folder
- click New Terminal at Folder
- type "pod init"
- type "pod install"
their letter is
We noticed 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
• Frameworks/UnityFramework.framework/UnityFramework
It would be appropriate to remove all instances of “ASIdentifierManager” from your app, even if they are not utilized in your app's functionality.
#if UNITY_USES_IAD
...
#endif