Android Question Pay As You Go Software

stu14t

Active Member
Licensed User
Longtime User
I'm creating an Android app that will be used for a specific construction test. At the end of the test the app will create a report and a small charge will be made to produce that report.

Now, this is easy, on an individual basis, to implement using in App payments where the user would pre-purchase a number of credits and use them up as he goes along.

Suppose a company approaches me and asks for "An account" that many instances of the app (from his different offices ) simultaneously uses up the credits from one central account?

Suggestions on how this could be implemented and, more importantly, managed would be gratefully received.
 

stu14t

Active Member
Licensed User
Longtime User
Erel

I've started to look into this and I have access to web servers and can interrogate a database for the number of credits. That side I can probably work out.

The bit that's alien to me is handling the payments and updating the database with credits
 
Upvote 0
Top