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

Can any one please help me with this, i have no clue how to track down this error.
Thanks in advance.
 
    
    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.
