ios - App rejected for accessing Device UDID? -


i had first version of app in istore. want upload next version of app bug fixes , new ui. when submitting time, in process of uploading zip file in application loader, started pass steps.but after while getting error like,

  1. app should not use uniqueidentifier method of uidevice and

  2. app uses non-public api.so ask me remove , re-upload.

so first point, started analysing code , not using udid method.some s.o question suggests, third party code may use method.then used command

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

to find , shown 2 api- google analytics , paypal(mecl).ga not used in app, removed need paypal fucntionality.so how can remove issue api.

then 2nd issue, using following api in app fbconnect,xml parser,pegexkitlite,asihttprequest,icarousel,json,mecl(paypal),reachability,zbarsdk , google analytics. among these api's can't find non-public api.

please share ideas.any appreciated.

note: in first version of app, used above api , wan passed apple review.

thank you.

your app reject because of paypal(mecl) library, uses uniqueidentifier. have asked question , got reply paypal person , still issue not resolved. can check track this link. see answer of mettler paypal.

hope you.

all best !!!


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -