facebook - "uniqueIdentifier" is banned by Apple to use -


i want upload iphone app problem facebook ios sdk using "uniqueidentifier" because of issue not able upload app on app store.any possible solution ? apple has banned uniqueidentifier why issue coming please suggest me possible solution.

you can use otool command identify precisely libraries @ fault, grep still providing pool of suspicious files. shown in blog post here, following command output non-blank lines libraries cause issue:

for match in $(grep -lr uniqueidentifier *); printf "file:%s\n\n" $match; otool -v -s __text __objc_methname $match | grep uniqueidentifier; printf "\n\n"; done; 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -