apple store connectのアプリ審査で
Kids Categoryのガイドライン違反によりリジェクトされました。
IDFAへアクセスしているためNGとのことです。
※xcodeプロジェクトにAdmob広告を使用するためcocoapodsをインストールしてます
Guideline 1.3 - Safety - Kids Category
We continued to 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:
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
It would be appropriate to remove all instances of “ASIdentifierManager” from your app, even if they are not utilized in your app's functionality.
Next Steps
To resolve this issue, please remove this functionality or revise your app so that no personally identifiable information or device information is sent to third parties.
Resources
【問題点】
抜粋:
[アプリが、バイナリ内の次の場所で、ユーザーのIDFAへのアクセスを提供するASIdentifierManagerAPIを参照していることがわかりました。
• /System/Library/Frameworks/AdSupport.framework/AdSupport
「ASIdentifierManager」のすべてのインスタンスを削除するのが適切です。]
【知りたいこと】
ネットで調べるとadsupport.frameworkの削除やadvertisingIdentifierの記述があるファイルの編集をするなどが出てきました。
ただ、adsupport.frameworkの削除や参照させない方法がわからず、
どなたかご教示いただけないんでしょうか、
【確認したこと】
以下のサイトを参考に「grep advertisingIdentifier」で該当するファイルを検索しました。
https://yuseinishiyama.com/posts/2014/02/12/rejection-for-advertisingidentifier/
【該当ファイル】
./Pods/GoogleUserMessagingPlatform/Frameworks/Release/UserMessagingPlatform.xcframework/ios-arm64_x86_64-simulator/UserMessagingPlatform.framework/UserMessagingPlatform
./Pods/GoogleUserMessagingPlatform/Frameworks/Release/UserMessagingPlatform.xcframework/ios-arm64_armv7/UserMessagingPlatform.framework/UserMessagingPlatform
./Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework/ios-arm64_x86_64-simulator/GoogleMobileAds.framework/GoogleMobileAds
./Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.framework/GoogleMobileAds
./Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement
./Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement
あなたの回答
tips
プレビュー