上传打包时被拒, udid有关问题导致(如果有第三方包请替换最新第三方的包)

上传打包时被拒, udid问题导致(如果有第三方包请替换最新第三方的包)

今天在打包完上传到苹果审核的时候,被拒了。以下是被拒信息

Apps are not permitted to access the UDID and must

not use the uniqueIdentifier method of UIDevice.

Please update your apps and servers to associate

users with the Vendor or Advertising identifiers introduced in iOS 6.

于是就搜了一下UDID,uniqueIdentifier关键字,发现并没有被调用。

这时候就比较郁闷了,都没调用怎么会导致这个问题,于是便排查了一番,猜想有可能是第三方库调用了类似方法。。。。

一个是百度的库,一个是魔方的库。。。都依次去下了最新的,重新导入。

验证之后发现还真解决了。ok,问题搞定~