`
stephen830
  • 浏览: 2968338 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

用find命令搜索appstore项目中是否包含IDFA广告标识

 
阅读更多

用find命令搜索appstore项目中是否包含IDFA广告标识

 

进入appstore项目的目录中,然后执行下面的find命令:

find . | grep -v .svn  | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics