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
Post a Comment