App store submission denied iOS Advertising Identifier

后端 未结 4 1171
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 11:14

My app got rejected for the following reason but I\'m not using the advertising identifier. Used the following command

find . | grep -v .svn  | grep \"\\.a\"         


        
相关标签:
4条回答
  • 2020-12-13 11:23

    The latest Google Analytics version 3.03c addresses this issue by removing the need to link to the AdSupport.framework

    0 讨论(0)
  • 2020-12-13 11:25

    Google AdMob library also uses the advertisingIdentifier and its weird that Apple rejected my app for same reason, though my app is showing advertise.

    0 讨论(0)
  • 2020-12-13 11:43

    It rejection reason makes sense. Some libraries using advertisingIdentifier inappropriately instead of recommended ways of device identification like identifierForVendor. Not sure that newest google analytics use recommended way of identification. Try to update to latest version. In other case you will need to select some other analytics solution for tracking, for example Mixpanel had this issue resolved and works well.

    0 讨论(0)
  • 2020-12-13 11:48

    I have the same rejection and found out that my case GoogleConversionTrackingSDK is the library that uses the advertisingIdentifier inappropriately.

    0 讨论(0)
提交回复
热议问题