I have developed an iphone application which will be available in Apple Store in a few weeks.
I have used some public libraries and some public source code from internet.
(Like enormego image gallery,library. And apple’s Reachability class from Apple’s official samples)
Do i have to display any reference for them in somewhere in my application?(Like an about page)
If yes where do you suggest to display that reference?
I have developed an iphone application which will be available in Apple Store in
Share
Take a look at this question:
I use something similar to that to automatically generate a settings bundle component to display the licenses in the settings panel. That seems to be the general way of doing this – Facebook do it like that as well for instance.