Questions tagged [trial]

216 questions
0
votes
0 answers

Trial+Paid apps in wp7

when I implement trial experience in my windows phone silverlight app, I tested it on my device in DebugTrial mode, which I made recently, I want to ask that which XAP file to be upload to marketplace, either of Debug folder or of DebugTrial folder?
Hamza Hasan
  • 1,368
  • 9
  • 17
0
votes
1 answer

Spotify Trial message in login window

I'm using CocoaLibSpotify, and it works great. But when the login window comes up, every time I login with my account I see the "Get Spotify!" message afterward, encouraging me to upgrade from a trial account (I have a premium account). Is this just…
deepseadiving
  • 763
  • 5
  • 18
0
votes
1 answer

Twisted adbapi errors and log.err

I'm debugging the 'MySQL server has gone away' errors. There is a proposed solution, which more or less works: from twisted.enterprise import adbapi from twisted.python import log import MySQLdb class…
-1
votes
1 answer

Looking for resources for help modeling logistic regression with an event/trial syntax in R?

I am modeling bird nesting success and my advisor wants me to use event/trials syntax in R to model the amount of eggs that hatched vs the total amount of eggs per nest (i.e. the event/trials) against a variety of predictor variables - using…
hlambeau
  • 11
  • 2
-1
votes
1 answer

Google Cloud Platform free trial billing

I activated Google Cloud Platform free trial. I keep receiving monthly invoices for no amount. I cancelled all projects. If I cancel my Billing account will I be charged of previous invoices even if I am in my free trial period ? I apoloigize for…
-1
votes
1 answer

When using Stripe as your payment gateway, will a user's trial period restart if they change the plan they are on?

Currently our Trial Period is being handled in the back-end of our application and not handled by Stripe. Our devs are telling us this is because the Trial period can be abused by users by changing their subscription plan just before their trial…
CameronMM
  • 1
  • 2
-1
votes
1 answer

Filling an array with integer then using trial division find prime numbers less than N

This function is supposed to take in three parameters and find the prime numbers less than the NUM inputed using trial division void trialDivision(int prime[], const int NUM, const int SIZE) { int j = NUM; for (int i = 0; i < NUM; i++) { …
-1
votes
2 answers

How create trial version without webserver

I write an android app and i want make 30 days trial version to test next if user like to continue with app he had to buy ( inApp purchase ) . how can i make this feature without webserver
-1
votes
1 answer

Azure trial version can't create the database

I'm in twith rouble the trial version of Azure. I don t get any trouble by creating the demo website. However it seems to be impossible to create any Demo database. I get the message 'adminPassword' cannot be empty Impossible to create the…
-1
votes
1 answer

Problems installing optisystem

I try to install optisystem 7 or 10 on my computer after the 7 days evaluation finished, so i made windows formatting and install new windows although the program can't be run and each time says that the license is not available ,can any one help…
-1
votes
1 answer

paypal trial payment plugin wordpress

Hi from what i've seen on most topics is that to sell a product on paypal with lets just say a 7 day trial period which automatically takes payment after the 7th day, customers need to pay at least $1 initially. I have a wordpress website which i'd…
-1
votes
3 answers

How to Create Simple but powerful Trial check

I'm making my own type of Trial mode and I was wondering if there is a way to check if the time information from the text file is the same as the Date.Today? private void Trial() { DateTime saveNow = DateTime.Today; DateTime expiryDate =…
Sneakybastardd
  • 288
  • 1
  • 5
  • 17
-1
votes
1 answer

Store trial usage values in registry or not

I have developed a Visual Basic.Net application and wish to have a limited usage of 15 times. Where is the best place to store the current usage times? Is the registry the best place? I know that the user can just monitor the API calls to the…
user2023359
  • 289
  • 2
  • 10
  • 18
-2
votes
1 answer

How do I install a evaluation edition of SQL 2016 SP1 Standard Edition?

Is there a way to install an evaluation edition of SQL 2016 SP1 Standard Edition? I need to run some performance testing on a Standard Edition install as part of the purchase justification process.
ivGeo
  • 3
  • 3
-2
votes
1 answer

AWS Console, pause evaluation

I signed up for the AWS evaluation a few months ago. Now I want to halt the evaluation since I am no longer working on it. Is it possible to do this? if not how do I cancel the evaluation?
user3547774
  • 1,621
  • 3
  • 20
  • 46
1 2 3
14
15