Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以确认在预建库中没有访问 UDID?
例如:我有 google Admob iOS sdk。如何确认此库中未使用以下 API?
[[UIDevice currentDevice] uniqueIdentifier]
还有什么方法可以从预建库中只删除这行代码?
您可以通过终端检查:
strings libSomething.a | grep uniqueIdentifier