The tag has no wiki summary.

learn more… | top users | synonyms

63
votes
21answers
3k views

When do you know it's time to rewrite an application

This is humbling, but probably something most can relate to. I am currently adding functionality to a PHP application I wrote for a client 2 years ago. In the interest of full disclosure, this was ...
19
votes
15answers
2k views

Should you charge a customer for bug fixes?

I always have, either by factoring it into the cost initially or just charging by the hour. Upon talking with another developer, who is older and been around the industry longer than I have been, he ...
13
votes
2answers
423 views

How many Datastore reads consume each Fetch, Count and Query operations?

I'm reading on Google App Engine groups many users (Fig1, Fig2, Fig3) that can't figure out where the high number of Datastore reads in their billing reports come from. As you might know, Datastore ...
13
votes
4answers
2k views

Maximum Year in Expry Date of Credit Card

Various online services have different values for maximum year of expiry, when it comes to Credit Cards. For instance: Basecamp: +15 years (2025) Amazon: +20 years (2030) Paypal: +19 years (2029) ...
10
votes
10answers
554 views

Billing for phone calls

I have an arrangement with a couple of my regular clients whereby there's a regularly scheduled conference call to chat about various work being done and also new stuff coming down the pipe. At first ...
9
votes
10answers
401 views

Repeat projects— Charging Full Price?

This question is more on the ethics scale. I have two freelance php projects that are nearly identical to the point I can copy and paste and only change a few lines of code to be done with the 2nd ...
8
votes
6answers
472 views

Ethics of billing for work done on a platform you just started learning

While this doesn't apply to my present situation, I'm sure we've all been there before. You're a Java developer who's been asked to develop an app in C#, or you're a ASP.NET developer asked to do ...
7
votes
1answer
711 views

Android In App Billing DEVELOPER_PAYLOAD not coming through

Hey everyone. I've been playing around the the Dungeons app and also my own billing code and pretty much have everything working except for one strangeness. It seems that no matter what I do I can't ...
7
votes
1answer
539 views

Android In-App billing item price

How can the price of an in-app billing item be retrieved before actually displaying the android market frontend for the in-app purchase? Currently it looks like the user only can find out the price ...
6
votes
1answer
115 views

Android: In-app billing question

I have a question regarding in-app billing. I have a published app that currently offers a single in-app product. If I plan to add another in-app product, do I have to push an update? Assume that I ...
6
votes
1answer
680 views

In-app billing in Android - questions

I have several questions about the Android in-app billing, as I cannot find what I need in the documentation. 1: It does require Android 1.6 or higher, AND Market 2.3 or higher. How can I install ...
6
votes
6answers
268 views

How do you bill your web services?

In developing a new web service I haven't been able to find very much information on how companies bill for their web services. Do you bill by request or only certain requests ie) GET or POST? ...
6
votes
8answers
316 views

Billing Client for very small change

Searching on Stackoverflow and writing this question has taken more time than the change I just made for my client just now, but I'll ask anyway. I got an email from a client asking me to remove 2 ...
6
votes
1answer
653 views

Monthly Bill Payment Workflow

I am trying enable monthly billing module(just key the transactions no payment gateways) in the existing web based application and i am looking for any resource/info for bill payment workflow or is ...
5
votes
3answers
307 views

How can I do monthly subscription credit card billing?

I've written a subscription based web app that I want to charge (by credit card) a monthly fee. There are 3 different plans and once they sign up, they should be billed that amount, automatically, ...
5
votes
2answers
299 views

Experience with billing systems

It would be very useful to have feedback on the various API and services that let you bill the customers, so it's possible to compare : Security; Quality of API; Commercial reliability; Number of ...
4
votes
1answer
602 views

InAppBilling activity and finish()

I'm having lots of trouble with integrating google's In-App-Billing. I have an activity which is supposed to do the In-App-Billing. I'm calling this activity from my main activity using the ...
4
votes
1answer
303 views

Jbilling + Ruby

Are there ready solutions (gems, plugins, libraries, etc) for integration ruby (rails) applications and jbilling? I didn't find even api client for ruby. I need someone to share his experience with ...
4
votes
1answer
153 views

Flex and Amazon Payments

I am trying to get amazon payments working w/ my flex app, as shown here: http://miti.pricope.com/2009/07/11/using-amazon-flexible-payment-system-with-flex/ I've done exactly as he says, I've ...
3
votes
2answers
110 views

payment methods for android application

In my android application i have items to be sold, is there any way/sdk for payment by credit card ? Please help me how to develop my application thanks santanu
3
votes
2answers
63 views

What would you use for non-recurring billing with Rails?

I have a bit of a conundrum with my Rails application. It looks like the model we are going to use for billing is per-use as opposed to a subscription basis (at least initially). While we've already ...
3
votes
2answers
84 views

How to find acrued billing charges for Windows Azure

Is there a way or place to go to find out how much usage and ultimately costs have accrued against your Windows Azure account ? I am really interested in usage details so that I can get an estimate of ...
3
votes
1answer
277 views

How can I manage in-app billing transactions on an external server securely?

I'm attempting to implement a system for upgrading/unlocking various features of my app using "managed" purchases with in-app billing, and I'm getting bogged down by the lack of in-depth documentation ...
3
votes
1answer
336 views

how is Billing for Channel API done?

I've chosen google-app-engine because of its scalability, and now I try to understand how much I will have to pay once I release the product. I've looked back and forth in the google app engine ...
3
votes
1answer
309 views

In app billing in android

I am using following code: public class MyBillingService extends Service implements ServiceConnection { String TAG = "MyBillingService"; @Override public void onCreate() { ...
3
votes
3answers
1k views

selling products in an iphone app using self developed credit clearing services

I'd like to sell products through my application (insurance policies) and I don't want to use the in-app purchase mechanism as it would mean sharing 30% of the product price. Instead I would like to ...
3
votes
4answers
452 views

Metering and billing azure costs to end-users

I'm designing a Web-service in Azure. Is it possible to have the actual Azure platform usage costs metered per end-user? And does Azure provide billing services to end-users?
3
votes
3answers
106 views

How can I bill within an application

I've been programming for years, and I've also done a few professional programming projects. I recently had a friend ask about creating an e-commerce site, but I had to turn her down because I had ...
3
votes
1answer
178 views

Getting Your Customer's Bills in to Bill Pay Sites

We are looking at ways to cut costs, and one idea I had was to push our customer's bills into the Bill Pay systems that banks (and other sites) use. Only thing is, I don't know how to do that? My ...
3
votes
3answers
922 views

Which billing provider can I use for my SAAS applications?

I'm working on a Software-as-a-service (SAAS) application that allows companies to manage supplier information. What are the providers / vendors that can offer Billing services, including managing ...
3
votes
7answers
1k views

Time tracking system that developers actually use

What features does a time tracking system need so developers actually log their time? In our case we are a 30+ person custom development shop, looking to replace an aged custom solution. Key business ...
2
votes
0answers
83 views

Why does a total cost of $0 results in charge of $2.10 on AppEngine billing? [closed]

I have this in my AppEngine Billing History: 2011-11-14 12:54:58 Usage Report for 2011-11-13 $2.10 <-- ??? Resource Used Free Billable Charge ... Total: (before clipping to ...
2
votes
1answer
288 views

Air Native Extensions for Android In-App Billing

I'm trying to set up native extensions to work with in-app billing through an air app. I'm able to send purchase requests to the market but I'm not able to get a response back. I've tracked it ...
2
votes
1answer
61 views

Amazon Web Service Usage Cost through Command Line

I am working on Amazon Web Service (EC2, S3) to set up an instances given the following detail on the account. (I don't have administrative rights to the Amazon account through the web browser) ...
2
votes
1answer
287 views

Using In-App billing to purchase full version of the game

I want to integrate In-App billing in the free version of my game, to allow user purchase the full version from the free version itself. I already got In-App billing working and I could easily make ...
2
votes
1answer
341 views

amazon aws billing clients per usage

suppose you have an app on aws and you want to charge for storage to clients for each gb they use. is there a way to get this info from amazon or collect it yourself if you are using your own aws ...
2
votes
3answers
544 views

How to check if user paid on android?

I would like to use in-app billing in my android application (instead of creation 2 versions of application - free and pro). If user paid, then additional options in Preferences should be available. ...
2
votes
1answer
972 views

Android In-App Billing: Blank data received after purchase

I'm trying to implement In-App Billing. I'm signed into a test account registered with the Market, and I've updated my public key in the code. I can purchase one of the test product IDs. However, it ...
2
votes
1answer
338 views

Android Using Licensing and/or in-app billing

I'm developing an application that will have some features that the user must pay to use. I was planning to use a Lite and Pro version for this, but the release of In-App Billing have got me ...
2
votes
1answer
1k views

Google InAppBilling onPurchaseStateChange is never called

The call back method onPurchaseStateChange is never called. I did my own demo-app and also tried using the Google provided demo (Dungeons). I'm calling requestPurchase(String productId, String ...
2
votes
2answers
1k views

Unable to start service com.android.vending.billing.IMarketBillingService

I'm trying start com.android.vending.billing.IMarketBillingService service and I received this message. I'm using emulator Android 2.3.3 - API Level 10. 03-23 15:04:53.535: WARN/ActivityManager(61): ...
2
votes
4answers
284 views

Best pattern for a monthly billing cycle

I wrote some code for my new billing system. The purpose is to bill the customer on the same day each month. (not the 1st or last day of the month) static bool NeedToBill(DateTime planLastBilled, ...
2
votes
4answers
215 views

How do you effectively track and bill time while encouraging a collaborative work environment?

Disclaimer: I realize this is a subjective question, but I'm interested in hearing people's opinions! I work for a medium sized web design/development shop (40 employees). We bill our clients at an ...
2
votes
2answers
354 views

what's the best subscription-based billing system for rails 3?

I'm looking for alternatives to Chargify for a billing system that can be integrated with Rails 3, preferably one that is subscription-based. I have looked into Chargify and am wondering if there are ...
2
votes
1answer
56 views

Secure web module for paid subscribtion

I'm building a website (a community web site like digg) but we will soon release a new feature that people will need to pay for. Right now, our website is in pure C# in .NET, very simple pages with ...
2
votes
4answers
119 views

Does anyone have any recommendations for billing systems used with Asterisk?

There are a fair number of open source billing solutions to use with Asterisk, just wondered if anyone has had any good or bad experiences with any of them.
2
votes
4answers
167 views

Help writing a mysql query - this mustve been done 1000 times before but I am struggling..please help?

Update: I am editing my question in the hope of getting a better answer. I see this is not so simple but I cant believe there is not a simpler solution than what has been mentioned so far. I am now ...
2
votes
3answers
802 views

On Android/Java, how many bytes has a connection downloaded?

An Android app I'm writing involves quite a lot of downloading of content (think podcatcher/RSS). I would like to be able to give the user an indication of how many bytes they've downloaded, so they ...
2
votes
1answer
236 views

billing module

I'm launching a small service and plan to charge monthly (eg- will be advertised as $10 monthly). I'm working on the billing module right now but was wondering about a small bit: I plan to bill ...
2
votes
4answers
157 views

ways to validate subscription service in freemium product is valid

We have a freemium product, which menas that some functionality is available if the monthly subscription has been paid; if not paid, then the free capabilities remain available. Here is how I am ...

1 2 3 4