My app is basically supposed to sell ebooks and need to distribute via Android Market. For payment options, I would like to use PayPal. So, strai开发者_Go百科ght to the point, am I allowed to use payp
I\'m testing an app on my phone with a developer account and with test items (android.test.purchased). When I call the isBillingSupported() method, my ResponseCode is RESULT_DEVELOPER_ERROR. I didn\'t
If I have an iPhone app, Android app, and Blackberry app, is there any way to implement a monthly or yearly subscription-based billing scheme such that a user need only pay for one subscription in ord
If a user 开发者_开发技巧tries to buy something twice, Android Market returns an error “You already have a pending order for this item”. I can handle this situation in application?From Android devel
I need help regarding Fortumo. I have 2 classes: Pay.class and Main.class. When I open the application, it runs the Pay.class to complete the payment via Fortumo. After successful payment, it redirect
I开发者_Go百科\'m familiar with the in-app payments from google proper http://developer.android.com/guide/market/billing/index.html
i was implementing the in-app purchase.All i am doing in a apple sandbox i have done transaction completely and also apple is returning the response = 0 when i verify the receipt, but my question is w
I have free version with limited functionalities&ads and paid ver. with full features with no ads.
I\'ve implemented in-app billing and I\'m running into an issue with it.Here is what I see. Place an order for an item
I am trying to implement the in app billing and I am using http://www.anddev.org/advanced-tutorials-f21/simple-inapp-billing-payment-t52060.html as my example. I have copied every file in the tutorial