licensing

App says“No longer Available”?

大城市里の小女人 提交于 2019-12-12 03:28:20
问题 I have developed an application for a customer and gave it to him . He had just istalled it and was using it... Now my license had been expired.And now all of a sudden he says that his app say's "No longer Available" [ Note : He didnt reinstall the application so far]. Can any one help me with this weird behaviour ... Thanks. 回答1: Your app will no longer appear on the app store if you dont have an active developer licence. if you didnt put it on the app store and just gave it to them via ad

How i can offer a licensing Android application [closed]

落花浮王杯 提交于 2019-12-12 03:20:03
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I puphished a free version of my application and i'm going to publish a paid version with more functions. This paid version is licensing and i want offer few of them. How can i proceed? 回答1: You have a few options here: If you wish to charge ongoing license fees for your free app,

Visual Studio 2013 developers license javascript error

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 02:32:07
问题 I have Microsoft Visual Studio 2013 installed, and I would like to start coding windows store apps. Every time I create a project, I'm getting the notification that I need a developer license. This is fine to me, so I press the 'I agree' button. After doing this, Visual Studio seems to be trying to make some connection to the web, and the next thing happening is a JavaScript error. Literally translated from Dutch it says: You need JavaScript to login to your Microsoft-account. This browser

I need a licens for an opensource project, that specifies not free for comertial use [closed]

最后都变了- 提交于 2019-12-12 01:13:09
问题 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 4 years ago . I am developing a web based opensource project. I was considering the AGPL v3, but I explicitly want to prevent commercial use. Non-profit orgs are welcome to use it for free. It seems to be a common thing in the software world, but I am looking for a pre-written license that I could use or adapt. Any ideas

Google Geocoding API, free? [closed]

社会主义新天地 提交于 2019-12-11 20:16:16
问题 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 4 years ago . I found the the Google Geocoding API service which is very useful. but in all sample appears necessary to put an argument called Key for provide the google Api Key . That implies that it involves costs, but I saw that it works well without this argoment. example: https://maps.googleapis.com/maps/api/geocode/xml

Looking for Signing algorithm that creates 32 or 16 byte keys in Java

无人久伴 提交于 2019-12-11 18:34:59
问题 Cannot match up the size of key generated using public/private keys for licensing application. Ive written a self contained example that creates public/private key, create a license by signing user emailaddress with public key, and then check using public key, license and email address that the license indeed was encoded using private key (Obviously this wouldn't all be in one class usually). This all works but the hex version of the license key is 96 characters (i.e representing 48 bytes/384

Using jar signing as a kind of license key

こ雲淡風輕ζ 提交于 2019-12-11 08:50:10
问题 Related to this question, can / should I use jar signing to create a tamper proof jar with information embedded for run-time enforcement of the number of users allowed to use the application? My idea is this: Create jar with single class containing static field holding the right number of users Sign the jar and place in Grails war lib folder so on classpath (Assumption, is this correct?) I can access the the static field in the class in the signed jar file from my grails application safely

GooglePlayServicesUtil.getOpenSourceSoftware method not available

萝らか妹 提交于 2019-12-11 08:06:40
问题 I am learning GoogleMaps through Lynda.com.In Displaying GooglePlay Services License they used a method called GooglePlayServicesUtil.getOpenSourceSoftware.I a m not able to find it.Can somebody please point out what the method has changed too? Thanks 回答1: I assume that you mean getOpenSourceSoftwareLicenseInfo() . If so, they deprecated it, because it is no longer needed. They show their own software licenses in their own apps; you no longer need to show the license information yourself.

Linux support for click-thru licenses [closed]

帅比萌擦擦* 提交于 2019-12-11 07:47:54
问题 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 4 years ago . I want to publish some software for different Linux distributions, using the regular Linux packaging formats (rpm, deb, yast, etc). My package will require a click-thru license agreement. Which Linux tools and package formats support a license in the package which is shown to the user before installing the

Secure an ASP.NET Application Using limit for number of logins

喜欢而已 提交于 2019-12-11 05:16:35
问题 I am trying to find a solution to control the number of logins on asp.net application. I need to install the application in the client server, and set the number of licences. e.g. only 10 users are allowed to access the app. Every time someone tries to login I need to check how many user are logged in, compare with the total allowed then authorize that user to proceed. I tried with Certificate, but I couldn't see where to match the number of logged in users with the max number of allowed user