Does Android supports In-App payment mode through PayPal?

android, google-checkout, in-app-purchase, paypal

Solution

There are two points to note:

- PayPal has an in-app payment system which will work on Android.

- Google Market will not allow in-app payments which aren't Google Checkout.

So, you can add in-app payment using PayPal as long as you don't distribute the app via Google Play.

Problem

Possible Duplicate: How integrate Paypal in android Application? does android supports In-App payment through PayPal or we need to go with Google Checkout. Can anyone please help me with this.....

Original source

Related problems