-1

enter image description here

Can any one please help me with this, i have no clue how to track down this error.

Thanks in advance.

Aniket Kote
  • 541
  • 3
  • 9

1 Answers1

1

Your app or on of the libraries you use use [UIDevice uniqueIdentifier] and this is no longer allowed by Apple. The message clearly states it.

Rewrite the use of [UIDevice uniqueIdentifier] and you app will validate again, there are already many topic about this on stackoverflow.

rckoenes
  • 69,092
  • 8
  • 134
  • 166