Questions tagged [trial]

216 questions
0
votes
2 answers

Time trial version of a program

I want to create a trial version of a program for my customer. I want to give him/her some time to test the program (7 days in this case). I have this command in the application (in *.py file): if os.path.isfile('some_chars.txt') or…
Milano
  • 18,048
  • 37
  • 153
  • 353
0
votes
1 answer

Can I publish an application that some of its features and UI are altered due to expiration date?

I'm working on a Keyboard extension for iOS. One of the requirements I have is to provide a functionality in which the keyboard's design and word prediction capabilities are temporary. Meaning after a month/45 days I want to change the keyboard…
Emil Adz
  • 40,709
  • 36
  • 140
  • 187
0
votes
1 answer

C# win. form - How to maintain date/time for trial

I am creating a trial version of my application. The trial should run for a maximum of 3 days. Recently I came to understand that it isn't that simple. As I tried to use system date to count 3 days but the user changes the current date to a past…
Developer Nation
  • 374
  • 3
  • 4
  • 20
0
votes
0 answers

Run a twisted trial test within a program

I would like to write a python program that runs a twisted test without having to run the program as a test. I know it might sound a bit weird, but the program is intended to simulate a twisted connection rather than offering a real one to a…
synack
  • 1,699
  • 3
  • 24
  • 50
0
votes
0 answers

Inapp Billing - Trial and grace period for test purchases

I have released an alpha version of a new app to test an inapp subscription. My test user installed the app on two devices and canceled the subscription a day later. The Google Play app has recognized that cancelation on both devices. After…
0
votes
1 answer

Implementing PayPal subscription with no trial period

I am using this code for subscription for PayPal payment
0
votes
1 answer

TMS Component Pack in new XE8 Trial install?

I'm having trouble with installing TMS component pack in my trial Delphi XE8 Architect dev environment. The pack is quite old, and I'm just about to use it, to check if everything is fine with my code, code was writen few years ago with this pack.…
djedjica
  • 17
  • 2
0
votes
1 answer

Comparing Two Groups with Binary Indicator Variable Showing Each Study Arm, Selecting Only Group with Indicator for Analysis

I have a dataset: Count Group Time 2 1 123123 1 1 1231231 45 1 145124 25 2 132451 1 2 434114 52 2 1313 I want to run an analysis in each arm ie. group=1…
Mark
  • 91
  • 1
  • 1
  • 8
0
votes
1 answer

Repeating trials in MatLab

i'm am very new to Matlab but really want improve. For my experiment i want to show a picture which the participant response yes/no to, using two different keys (f&g) and then the next picture is presented and it repeats so onward. Presenting the…
0
votes
1 answer

Am I allowed to set SMS server for trial number?

I tried editing the URL for SMS POST/GET but a prompt asks if I want to release the number?
JohnMudd
  • 13,607
  • 2
  • 26
  • 24
0
votes
1 answer

Azure instance limit and size limit

I have just setup an Azure cloud trial account for my application that solves complex problem. Solution is working but too slow. Limit is 20 instances - why? how to make more? also instances are "small", how can I make "big" If Azure not scalable,…
guesty
  • 95
  • 2
  • 10
0
votes
1 answer

Stripe Payments - Pay Nothing for 30 Days

I want to create a payment that takes nothing for the first 30 days, then takes one payment. As I understand it I create a subscription payment plan (setting the trial payment option to 30 days) and subscribe customers to this plan. When the 30 days…
Trist
  • 1,306
  • 1
  • 11
  • 17
0
votes
0 answers

Trial experience of app is allowing unrestricted access - Windows Phone 8

I launched my first app yesterday to the store. The app has a trial version which simply restricts full access to the game. I downloaded the trial and played for a while, no problems - good. I then purchased the full version by from the store and…
TripVoltage
  • 341
  • 4
  • 16
0
votes
1 answer

Mock out time.time() for twisted trial testing

I am using mock==1.0.1 and python version 2.7.3 and am using twisted trial to run tests. Twisted version: 13.2.0 I am writing a mock test for a function with inlineCallbacks decorator. The function uses time() from time module and I wish to mock…
0
votes
1 answer

paypal recurrent payment api to check user already used trial period?

I'm using paypal recurrent payment api (NVP). when user register to my site, it goes to paypal for subscription with 14 days free trial and created their profile and return back to my site with paypal returned info. Now i want to check that…
Raheel
  • 177
  • 1
  • 2
  • 14