How to get money from users phone using Java application?
So I want to create simple casual game, I want to charge users if they want to pass some extra layers. I want to create an app first of all for android, it’ll be opensource. Than to port in on nokia and other Java enabeld devices. Are there any tutorials\matereals on how to do such thing? May be not on android on something else like Nokia? (BTW I want to transfer money to some banc account on PayPal visa or anething or to my own sim card at least…)
How to get money from users phone using Java application? So I want to
Share
I think you can use the PayPal SOAP API if what you want is for users to buy something in-game.
As long as you can make web requests from your device it is easily portable.