I am developing one app , which is required to integrate Google checkout.I am searched lot of things on it but I didn't succeeded.I tried with This Link. It doesn't work in android.The main problem is I can't initialize ApiContext class, I am getting an error in it: Could not find class com.google.checkout.sdk.commands.ApiContext' and I am initializing it in onCrete.
Asked
Active
Viewed 1,251 times
0
-
You need `Credit Card` payment? – Praveenkumar Mar 31 '12 at 04:17
1 Answers
1
I think you're going about it wrong. You should use the integrated payment system (which uses Google Checkout) that's built into Google Play/Marketplace. Start here:
http://developer.android.com/guide/market/billing/index.html

Sam Dozor
- 40,335
- 6
- 42
- 42
-
I have read this,but In-app billing can be implemented only in applications that you publish through Google Play. – Ramesh Akula Mar 31 '12 at 03:56