trial

Detecting whether the current subscription is in Trial for Google Play store?

馋奶兔 提交于 2019-12-01 15:05:03
问题 I'm trying to detect whether a user who has purchased my application through in-app purchase is in currently in Trial period or not. For Apple (ios store) it was an easy flag which I could find in the receipt. For Google Play, even though I'm making a server end call using the google play android developer API but the response itself does not contain any flags for me to understand whether the user is currently in paid or trial period. Does any one have any smart suggestions of how to detect

In app purchases and trial runs?

↘锁芯ラ 提交于 2019-12-01 08:15:13
I am building an app for a client that will have 30 days of content for free, thereafter you are required to buy a subscription via in app store purchases. However, I have read that you will get rejected if you have trials. Don’t set time limits on any of the functionality of your app, either for run times or life times. Applications that only run for a set number of minutes per session, or that expire altogether after some period of time, don’t recruit customers so much as leave a bad taste in their mouths. Finally, they also say "your app will be returned to you by the App Review Team for

ReactorNotRestartable when launching two equivalent unittest with twisted and trial

假如想象 提交于 2019-12-01 02:52:47
问题 I've two test classes ( TrialTest1 and TrialTest2 ) written in two files ( test_trial1.py and test_trial2.py ) mostly identical (the only difference is the class name): from twisted.internet import reactor from twisted.trial import unittest class TrialTest1(unittest.TestCase): def setUp(self): print("setUp()") def test_main(self): print("test_main") reactor.callLater(1, self._called_by_deffered1) reactor.run() def _called_by_deffered1(self): print("_called_by_deffered1") reactor.callLater(1,

How can I make my application have a 30 day trial period [duplicate]

大憨熊 提交于 2019-11-28 10:49:23
This question already has an answer here: Create an application that will expire after a trial period [duplicate] 5 answers how to create trial period setup file for 30 days of my c# windows application? Making C# application a 30 day trial version http://www.dotnetspider.com/forum/130150-Making-C-application-day-trial-version.aspx How to add more functionality in setup file? - C# http://www.daniweb.com/forums/thread226490.html One possible solution is to use the registry and write there in some key the installation date. This step is done in the installation time/ first time the application

How can I make my application have a 30 day trial period [duplicate]

本秂侑毒 提交于 2019-11-27 05:54:12
问题 This question already has an answer here: Create an application that will expire after a trial period [duplicate] 5 answers how to create trial period setup file for 30 days of my c# windows application? 回答1: Making C# application a 30 day trial version http://www.dotnetspider.com/forum/130150-Making-C-application-day-trial-version.aspx How to add more functionality in setup file? - C# http://www.daniweb.com/forums/thread226490.html 回答2: One possible solution is to use the registry and write

How can I make my application have a 30 day trial period [duplicate]

时光总嘲笑我的痴心妄想 提交于 2019-11-27 03:57:30
问题 This question already has an answer here: Create an application that will expire after a trial period [duplicate] 5 answers how to create trial period setup file for 30 days of my c# windows application? 回答1: Making C# application a 30 day trial version http://www.dotnetspider.com/forum/130150-Making-C-application-day-trial-version.aspx How to add more functionality in setup file? - C# http://www.daniweb.com/forums/thread226490.html 回答2: One possible solution is to use the registry and write

How to create trial version of .NET software? [closed]

大憨熊 提交于 2019-11-26 22:06:22
Does Visual Studio have built-in tools for creating trial versions of software? If no what tools can do the job? What are the best practices for creating trial versions on .NET platform? How these practices depend on application type (web applications, Windows Forms applications, dll ect.)? The "trial" status is a relatively fuzzy concept. It would be hard to specify it so precisely so that a "tool" can be built for it. What option? Locally installable software: Legal restriction. Full functionality is give right off, but the user should willlingly stop using it after the trial period is over.

How to create a trial version of a Java program [closed]

怎甘沉沦 提交于 2019-11-26 09:09:39
问题 I\'m coding a software on java and i almost finished, i would like to know how can we create a trial version which work for example for 30 days, because i will to send it to some companies so how to make it like shareware or trialware, also can we block access to the .class in the jar file? Thank you 回答1: There's a product called Rampart that lets you make a trial version for your Java app. It only takes a couple of minutes and it works pretty well. You can find it at http://Rampartlicensing

How to create trial version of .NET software? [closed]

余生颓废 提交于 2019-11-26 09:08:26
问题 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 last year . Does Visual Studio have built-in tools for creating trial versions of software? If no what tools can do the job? What are the best practices for creating trial versions on .NET platform? How these practices depend on application type (web applications, Windows Forms applications, dll ect.)? 回答1: The "trial" status