Reputation: 770
I've been working on implementing an in-app billing in Android for the app I'm building. The base app would be free and the in-app apps would come at a price.
I have followed the implementation method that has been documented in the Android Developers website. But still, it says that I can access the app I have created in the Android Market when in unpublished mode on the device, that has the test app. But this doesn't seem to work.
My Current Progress I am able to call the Billing Service from my app for in-app billing successfully. But the reply says that "Error: Item not found" The app I'm requesting from my base app is available in the android market in unpublished state. With two in-app apps in it.
My Question
Kindly help me out!
P.S.: I have checked the other similar questions in the forum. But they aren't helping me!
Upvotes: 14
Views: 4503
Reputation: 1
On doing both above in-app billing worked.
Upvotes: 0
Reputation: 1000
Here's the checklist:
Upvotes: 27
Reputation: 392
I am testing a similar app (free with in-app billing), and I have to publish the items, although the app is still unpublished.
Upvotes: 2