I received this validation warning when submitting a build of my Unity game to Apple’s App Store today. It is just a warning and the update has gone into the review queue but it is concerning. I looked at the iOS docs and I see that the referenced calls were deprecated in iOS 7. I’m assuming Apple will still approve the update and this is just their way of suggesting you update your API usage but I’d love to get some verification.
Forums are much better place to discuss such troubles. Seems that Apple started treating deprecated APIs as private ones
At the moment it looks like if you have only setAchievementDelegate / setLeaderboardDelegate (these are coming with Unity) references you are getting warning and your submission works fine. If you have more of them (usually coming with 3rd party or your own plugins) then you get immediate rejection.
We are working to sort out setAchievementDelegate / setLeaderboardDelegate issues (at the expense of dropping pre-iOS6 support), but you still will need to solve deprecated API use coming from other sources.