开发者

How to bill for a downloadable .jar on my server? (mobile, j2me)

I would like the users to be able to download the .jar without any SMS approvals, by going to the webpage from their cellphones, being notified about the price and get billed. Is it a reliable task to be done without using any commercial app store?

Thanks.

Edit: to credit the same way as OVI bills it's users could be a great appr开发者_StackOverflow中文版oach, does it make sense for a small company?


I doubt that it's possible to bill without some carrier restrictions. Imagine you download a game and it bills you every time you score a point. That would really hurt...

You would have to implement a activation key system of sorts in order to do something like that, but since you are dealing with a JAR file, it can be easily decompiled and cracked.

I would say that you have to stick with pay-to-download solutions. Better yet, how about make them free ;)


To answer your question: no. At least I don't think so. If I would be that easy, everyone knew about it. Sorry.

  • At my company, we're selling Software bundled in .exe setup files. We're using http://www.cleverbridge.com/ for the payment process. Then after the payee has paid, we give him login credentials via mail. From there on, he can user these credentials to login in a secured webpage from where he can download the file.

  • On the iPhone, you can use in-app purchases if you're within an app or you can link to your app with an iTunes URL handler that sends users from MobileSafari to the appstore, but as you want to sell .jars I guess that doesn't help you too ;-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜