0

I submitted an update for my app to itunesconnect to discover that one of my third party libraries is using UDID. It was not picked up when I first submitted the app and I have made no changes to my third party libraries since then. Is there a tool that I can use to discover which one is using it. I have looked manually through them, but found nothing...

1 Answers1

0

try doing cmd+shift+f on the project and search for [[UIDevice currentDevice] uniqueIdentifier]

savner
  • 830
  • 6
  • 7