如何检测哪个 3rd sdk 使用 UDID? [英] How to detect which 3rd sdk use UDID?

查看:23
本文介绍了如何检测哪个 3rd sdk 使用 UDID?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们使用了很多来自广告商的第三方SDK,由于苹果在5月1日之后将不允许UDID访问,我想看看哪些SDK使用了UDID功能.有没有简单的方法或工具来做到这一点?

We use a lot of third-party SDKs from ad providers, and since Apple will not allow UDID access after May 1st, I want to check which SDKs use the UDID function. Is there a simple way or tool to do that?

推荐答案

一种简单而天真的方法是在库文件上运行 stringsgrep.即

One simple and naïve method is to run strings and grep on the library files. i.e.

strings libSomething.a | grep uniqueIdentifier

如果您看到任何一行准确打印了 uniqueIdentifier,那么他们就有可能将其称为该行.这种方法不是 100% 防弹的.但我希望 Apple 在他们的自动验证中做类似的检查.

If you see any line that prints exactly uniqueIdentifier there is a risk they call it. This method is not 100% bullet proof. But I'd expect Apple doing a similar check in their automatic validation.

这篇关于如何检测哪个 3rd sdk 使用 UDID?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆