Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Android supports In-App payment mode through PayPal? [duplicate]

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.....

like image 424
code_finder Avatar asked May 17 '12 08:05

code_finder


People also ask

Can I use PayPal to pay with my phone?

When you're away from your computer, you can pay just as easily and even faster with PayPal. It's a safer and simpler way to pay on the go. PayPal's mobile checkout will let you pay on any device, whether it's a phone, tablet or game console.

What is Google Play in app billing?

Google Play's billing system is a service that enables you to sell digital products and content in your Android app. You can use Google Play's billing system to sell a one-time product or subscriptions on a recurring basis.


2 Answers

There are two points to note:

  1. PayPal has an in-app payment system which will work on Android.
  2. 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.

like image 130
Terence Eden Avatar answered Sep 21 '22 03:09

Terence Eden


yes, Android Supports in Application purchase through Paypal.I have Done it in my application.

First U have to make Test account on Paypal Sandbox. using that you can test your application perfectly working or not. after testing you can add your Live Application ID in to your source code. if you need I can give my source code.

like image 24
Bhavesh Patadiya Avatar answered Sep 22 '22 03:09

Bhavesh Patadiya