cordova - Phone Gap iPhone App itunes connect error “invalid binary” -


i have created phonegap app iphone , deployed device. trying upload app app store using xcode 4.5 validated. distributed. itunes connect app status-- app received after 3sec app status-- invalid binary using phone gap 1.2.0, xcode 4.5, target ios version 6.0, distribution provisional profile.

i have received email followup apple

non-public api usage: apps not permitted access udid , must not use uniqueidentifier method of uidevice. please update apps , servers associate users vendor or advertising identifiers introduced in ios 6.

if method names in source code match private apple apis listed above, altering method names prevent app being flagged in future submissions. in addition, note 1 or more of above apis may located in static library included app. if so, must removed. if think message sent in error , have used apple-published apis in accordance guidelines, send app's nine-digit apple id, along detailed information why believe above apis incorrectly flagged, toappreview@apple.com. further information, visit technical support information page.

somebody please help.

apple changed policy on using udid. included default in earlier version of phonegap api on ios. if upgrade newer versions find code no longer uses udid , pass app store.

looks version 1.8 onwards change. latest version of phonegap 2.7 update anyways,


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 -