What is the difference between the Androidn In-App Billing and Samsung In-App Billing Plasma library.

http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?cntsId=9984&platformId=1

What I understood until now, that the later uses Operator billing instead of Credit Card billing, is there anything else?

Can I submit an application that uses the normal Android In-App Billing to the Samsung apps store, or I have to implement the in app billing using their library?

I'll appreciate any additional notes regarding this library..

link|improve this question
feedback

closed as off topic by Kev Nov 19 '11 at 1:09

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

If you are putting your app on the Android Market, you must use the Android Market's in-app billing. I assume Plasma is for apps on running on Samsung phones that are installed from somewhere else besides the Android Market.

Also for what it's worth Android Market does support payment through the operator (for both app purchases and in-app billing) on a number of carriers, and more are being added over time.

And it looks the Plasma stuff requires all apps using it to need the internet and phone state permissions, which is quite unfortunate.

link|improve this answer
feedback

In app billing uses android market so I guess you can submit it to the samsung app store but it'll use the android market for purchases. You could get problems if people doesn't have android market installed but instals it from samsung market.

Edit: I have no experience with plasma and samsung market so this is just guessing :), my advice is to test it :)

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.