iphone - App reject : Google Analytics ios sdk 2.0 -


i using latest google analytic ios sdk 2.0 in project , app rejection in few minute saying invalid binary. received email apple review team "apps not permitted access udid , must not use uniqueidentifier method of uidevice:". searched app terminal command , manualy udid. upload app without google analytic , approval in 6 days, google analytic rejection. please share more details on same.

i have searched

app rejected, don't use udid

after r&d , below answer's found apple suggest. otool & nm tool checking private api, unable check udid.

how apple know using private api?

unfortunately, available sdk @ moment (16/05/2013) 2.0beta4. appears since 9/05/2013, apple automatically rejecting apps reference uniqueidentifier , includes google analytics sdk.

trouble 2.0beta4 (and earlier versions) in libgoogleanalytics.a , else code open , modifiable.


edit

it appears udid reference not in libgoogleanalytics.a in libgoogleanalytics_debug.a

removing entirely xcode project (and delete file filesystem sure) not auto-reject app. (the catch without not able debug).

(tested on 20/05/2013)


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -