Where to put open-source credit information for an iPhone app? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
开发者_如何学JAVAClosed 7 years ago.
Improve this questionI'm finalizing my first iPhone apps; and wonder where should I put credit information for open-sources I used in my iPhone app? Should I put it directly in my app (users can see it if they press "About" button) or put it in a file go along with the bundle?
The 2 open-source frameworks I used have "new BSD license" and "Apache license".
What is your practice for this issue?
Thanks.
I have recently been wondering about this too.
Some Apple apps (Pages, Numbers) put it into an acknowledgements page in their section of the settings app, though I have not yet figured out an easy way to do this - each paragraph of text has to be a "Group" element, which is a little hard to get setup. This is the option I use, see this question to see how I do it:
best way to add license section to iOS settings bundle
Other apps put it in the itunes connect license agreement section, which is a lot simpler.
A third option (used by the ebay app amongst others) is having an "about" screen hidden somewhere in the application, with a "legal" subpage.
精彩评论