Questions tagged [trial]
216 questions
1
vote
1 answer
How to shutdown and start a server in Python Twisted?
My client (based on twisted) is supposed to automatically reconnect to server when connection is lost, i need to make a test of this feature, here's my test method where the @todo comment is very clear about what behaviour is…

zfou
- 891
- 1
- 10
- 33
1
vote
1 answer
Drupal trial account development
I am creating a website where you can create an account with your name and email. When this is done, you get a 30 day trial. From this point, you can 'upgrade' your account by supplying more information.
When you do not update your information after…

Nealv
- 6,856
- 8
- 58
- 89
1
vote
3 answers
Tracking days a user is using an Android trial application
Possible Duplicate:
Android Trial Applications
I'm trying to create a trial application, which allows the user to use the service for, say, 30 days.
Is there a way to keep track of this on the device itself without the user being able to alter or…

nhaarman
- 98,571
- 55
- 246
- 278
1
vote
0 answers
How can I make a trial version of a windows application?
Possible Duplicate:
How to create trial version of .NET software?
I made a Windows application and I want to distribute it as a trial version. How can I add a timer to it so that the software stops working after a fixed period of time?
Also, in…

Mal
- 533
- 1
- 12
- 27
1
vote
2 answers
How to test in app subscription on android with flutter
I am using version 1.0.6 of in_app_purchase.
Set up a subscription with id base_mobile in-play console with monthly billing, 14-day free trial
The app is published to internal testing in-play console
I am able to fetch the products using
final…

boomboxboy
- 2,384
- 5
- 21
- 33
1
vote
1 answer
How do I run a twisted trial in Windows?
I'm new to Python, Twisted, and Trial... and for Windows users the setup process isn't very clear. Right now, I have Python 2.7 installed, along with Twisted. From the Python GUI, I can run the reactor, so I'm convinced things are set up OK. But I…

tbischel
- 6,337
- 11
- 51
- 73
1
vote
0 answers
GCP "12 Months 300$ Free Trial" removed due to billing account change?
I registered few months ago on the google cloud platform for the "12 months 300$ trial" to test the possibilities of the cloud.
On top of gcp there was always a banner saying how many days and how many $ left for trial period.
When the first billing…

Elmed
- 11
- 2
1
vote
1 answer
Free trial length changing in iOS subscription package
We use auto-renewable subscriptions in our application and we set free trials as an introductory offer. But we haven't experienced what if the trial length changes yet.
If we change the free trial length of an existing subscription package, are the…

ezgi
- 11
- 1
1
vote
1 answer
Fail to play sequence of MP4 videos across trials
I have 10 trials and two conditions (randomized across the trials) that consist of playing either an optic flow mp4 movie or a random flow mp4 movie. To load and play the mp4 I used visual.MovieStim3
nBlocks = 4
nTrials = 10
nb_conditions =…

Kathia
- 502
- 2
- 7
- 20
1
vote
4 answers
Trial/Free Cloud service to store a Relational Database
I need to store a relational Db on the cloud for a college project. Does any1 know of a service that offers a free trial period or even a free student usage (some chance). I already have the application working with a MySQL Db (phpMyadmin), ideally…

RonanC
- 799
- 2
- 7
- 17
1
vote
1 answer
iOS subscription trial modal
I am developing an update to an iOS app with a renewing subscription including a 7 day trial.
When I tap on the Free Trial button while testing my app, I see a Subscription confirmation message that says "1 year for $4.99 starting now" and no…

Marc Bolh
- 383
- 3
- 16
1
vote
0 answers
Linear mixed effects model with heteroscedastic structure for the errors
In a randomized clinical trial in the ophthalmology field, I would like to find the R implementation for a linear mixed effects model given by
log(y_ijk) = b0 + b1_j + b2_k + b3_jk + w_i + e_ijk
where y_ijk is an amount of residual antibiotics,…
1
vote
0 answers
How to check if the user is in trial or not?
I have an issue with woocommerce. I am new to woocommerce as well as wordpress, but need to check if the current user is in trial period or already renewed user.
I hope you would like to teach me kindly.
Currently I am using action hooks in…

Perfect
- 1,616
- 1
- 19
- 27
1
vote
1 answer
iOS Auto-Renewable Subscriptions Free Trial Not Being Indicated
I am having some issues adding a free trial to an existing Auto-Renewable IAP. From what I understand, you only need to add a "free trial" duration in iTunesConnect in your IAP for this to work. but I am not seeing any update in the description of…

SamuellJackson
- 11
- 3
1
vote
1 answer
Best Place to Store License Info on Mac?
If I am developing an app that has a 30 day trial, for example, where would the best place be to store the license information? Application support is too easily accessible, but I am not sure where else would be appropriate...

Andrew M
- 4,208
- 11
- 42
- 67