-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache license and correct attribution in an iOS app? #678
Comments
As long as you keep the header comments and the license file in your source you will be fine. If you want you can give attribution in the app but it isn't required. It's nice to have people actually ask about this and not just blindly using things. 🎉 |
Also a good idea might be to include Acknowledgements into Settings bundle so it's showed in Settings.app: We generate it using this instruction (assuming you are using CocoaPods). |
As @petester42 said, it's real nice to have people considering this, and not just passing by and grabbing the code... So thank you :-) Anyway attribution is not required, but is a nice thing to do. In fact when I see an app with a list of attributions in the settings area - I tend to appreciate the developers more. It just says something about you... Also a little off-topic - as this framework has become very popular, I think it's time to maintain a list of apps that use it, don't you think? |
@danielgindi Hi Daniel, I am fan of your Chart.framework and created a 2 screen app and now wanting to submit my first (free) app on Appstore. But while submitting on AppStore, Apple asks if I have right permission to use Chart.framework in Canada, USA, UK and India. So was wondering to ask you, whether the framework is available for free or charged? |
I have never seen Apple asking for licenses for any of the dependencies that I use in my apps. How come they asked for it? Do you have a screenshot? I am curious why they asked for Charts licence in those countries in particular? |
@MHX792 Actually this is my first time submitting an application to iTunes. |
When I use this for a commercial iOS App, where should I put the license attribution? In the AppStore description? In the App itself? Or just in the source coude? Do I need to publish the source code?
The text was updated successfully, but these errors were encountered: