应用程序被拒绝,但我不使用UDID [英] App rejected, but I don't use UDID

查看:220
本文介绍了应用程序被拒绝,但我不使用UDID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天,我们收到了我们提交反馈,我们不理解报告的问题:应用程序不允许访问UDID切不可用的UIDevice的唯一标识符方法请更新您的应用程序和服务器与用户相关联。供应商或广告标识符在iOS 6中推出。

Today we received a feedback about our submission and we do not understand the reported problem: "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的拒绝,但我们的应用程序不使用此!阅读此之后,我们的团队重新评估的应用程序,我们不从发现的UIDevice UNIQUEIDENTIFIER事件。我们还修改所有使用图书馆和我们真的没有找到UDID任何呼叫。

We know about the rejections about udid, but our App do not use this! After read this, our team reevaluated the App and we do not found occurrences from "UIDevice uniqueIdentifier". We also revised all used libraries and really we do not find any call from UDID.

有人有想法?

研究之后,我执行greap命令,我怀疑有关FacebookSDK:

After research, I executed "greap" command and I am suspecting about FacebookSDK:

my-app-directory $ grep -Rnis 'uniqueIdentifier' *
Binary file MyApp/FacebookSDK.framework/FacebookSDK matches
Binary file MyApp/FacebookSDK.framework/Versions/A/FacebookSDK matches
Binary file MyApp/FacebookSDK.framework/Versions/Current/FacebookSDK matches
Binary file MyApp/MyApp.xcodeproj/project.xcworkspace/xcuserdata/myuser.xcuserdatad/UserInterfaceState.xcuserstate matches

FacebookSDK使用唯一标识符?什么分辨率?

FacebookSDK uses uniqueIdentifier?? Whats the resolution?

推荐答案

在我的情况下,它是ibGoogleAnalytics_debug.a库。

In My case it was ibGoogleAnalytics_debug.a library.

要找出哪个库使用的唯一标识符的方法,去你的项目文件夹,并键入:

To find which library is using uniqueidentifier method, go to your project folder and type in:

$ find . | grep -v .svn  | grep "\.a" | grep -v "\.app" | xargs grep uniqueIdentifier

我得到这个:
二进制文件./My_Project/libGoogleAnalytics_debug.a匹配

I got this: Binary file ./My_Project/libGoogleAnalytics_debug.a matches

这篇关于应用程序被拒绝,但我不使用UDID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆