Rum*_*min 109
要检查广告标识符,您需要按照以下步骤操作:
打开终端窗口.运行以下命令:
cd (drag and drop your project folder here) Your_Project_Path
Run Code Online (Sandbox Code Playgroud)
现在,当前工作目录将是您的项目文件夹.
使用以下命令查找使用"广告标识符"的所有SDK:
$ find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier
Run Code Online (Sandbox Code Playgroud)
要么
$ find . -type f | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier
Run Code Online (Sandbox Code Playgroud)
和/或
$ grep -lr "advertisingIdentifier" * | grep -v .svn | grep -v .md
Run Code Online (Sandbox Code Playgroud)获取框架列表后,搜索匹配查询的框架.根据您的要求删除/升级这些框架.
| 归档时间: |
|
| 查看次数: |
16900 次 |
| 最近记录: |