licensing

How can I implement Google Play Licensing for an Android app? [closed]

走远了吗. 提交于 2019-11-26 18:44:47
问题 I saw the stock Android-Developer licensing library instructions, but the overview seems to omit several key steps in the process and fails to fully explain how to get something working. Can someone provide an explicit set of operations that worked to get the licensing library set up on an Android app so it checks to ensure that a user has paid for an app in Google Play before allowing use? 回答1: I have been working on implementing licensing in my app for some time now and finally have it

Java Decompiler [closed]

99封情书 提交于 2019-11-26 18:25:29
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Can you recommend a Java decompiler for Eclipse? My other questions is what restrictions is there for using a decompiled code from an other Java program? Illegal or what? I dont know much about licenses. Thanks for reading. 回答1: I'd suggest the one that pops up on google, which is the JD Java decompiler. It

Is it legal to publish iOS apps under the GNU GPLv3 open-source license? [closed]

强颜欢笑 提交于 2019-11-26 17:14:29
问题 Is it legal to publish iOS apps under the GNU General Public License (GPL) v3 open-source license? Obviously, you can't use other people's GPL source, but is it okay if I hold the copyright to the entire source? If the GPL license is not okay — may I use the MIT license, or the BSD license, or another license? 回答1: Short answer, from my understanding, yes and no In a bit more detail, there's nothing stopping you from writing an iPhone app and publishing the source under GPL. However, certain

MySQL licensing and GPL [closed]

情到浓时终转凉″ 提交于 2019-11-26 16:40:34
问题 As far as I know, when I build a desktop/server app using any GPL code like MySQL I will have to release the source code of my software under the GPL. If I want to develop a web-app using MySQL, my code will link against the MySQL libraries. Must I release the sourcecode of my webapp in this situation to be in accordance with the GPL? 回答1: Provided that you keep it server-only(and therefore "private"), you don't have to release it as GPL. But as soon as it reaches public desktops, it can no

Are there alternate implementations of GNU getline interface?

回眸只為那壹抹淺笑 提交于 2019-11-26 16:09:15
问题 The experiment I am currently working uses a software base with a complicated source history and no well defined license. It would be a considerable amount of work to rationalize things and release under a fixed license. It is also intended to run a a random unixish platform, and only some of the libc's we support have GNU getline, but right now the code expects it. Does anyone know of a re-implementation of the GNU getline semantics that is available under a less restrictive license? Edit::

How do you protect your software from illegal distribution? [closed]

余生颓废 提交于 2019-11-26 14:03:17
I am curious about how do you protect your software against cracking, hacking etc. Do you employ some kind of serial number check? Hardware keys? Do you use any third-party solutions? How do you go about solving licensing issues? (e.g. managing floating licenses) EDIT: I'm not talking any open source, but strictly commercial software distribution... There are many, many, many protections available. The key is: Assessing your target audience, and what they're willing to put up with Understanding your audience's desire to play with no pay Assessing the amount someone is willing to put forth to

maven report on licenses your project depends on [closed]

不想你离开。 提交于 2019-11-26 11:01:32
问题 I\'ve got a big multi-module project, and I\'d like to generate a report that shows all the licenses of all the things the project depends on. I looked at tattletale, but it doesn\'t seem to do the trick. And I can easily find a plugin that will squirt a license into the top of each source file, but this exact thing is defying my googling. 回答1: The Maven Project Info Reports Plugin can be used to generate a Project Dependencies report that lists all dependencies and also groups them by

Which open source licenses are compatible with the Apple's iPhone and its official App Store ? [closed]

∥☆過路亽.° 提交于 2019-11-26 10:16:48
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I\'m writing an iPhone app, and I would like to use a 3rd party library for part of its functionality. I intend on selling it through the App Store and my code will not be open sourced. Which open source licenses allow to make derivate works and publish them under apple\'s own conditions ? 回答1: In Short/TL;DR:

Implementing a 30 day time trial [closed]

你说的曾经没有我的故事 提交于 2019-11-26 06:18:52
问题 Question for indie Mac developers out there: How do I implement a 30-day time trial in a non-evil fashion? Putting a counter in the prefs is not an option, since wiping prefs once a month is not a problem for an average user. Putting the counter in a hidden file somewhere sounds a bit dodgy - as a user I hate when apps sprinkle my hard drive with random files. Any ideas? 回答1: This issue comes up repeatedly on the cocoa-dev mailing list and the consensus answer is always do the simplest thing

Can't accept license agreement Android SDK Platform 24

北战南征 提交于 2019-11-26 06:15:52
问题 I\'m getting the following error when trying to install an android platform on a Cordova project. I\'ve been following this guide: https://cordova.apache.org/docs/en/latest/guide/cli/ Error occurs when executing the following: $ cordova platform add android --save A problem occurred configuring root project \'android\'. You have not accepted the license agreements of the following SDK components: [Android SDK Platform 24]. I\'ve searched all over for ways to accept the license agreement of