Reputation: 2051
I followed this tut, and app is getting null for mService and mContext in getPurchaseInformation().
And how to test inapp billing before publishing. Is it the only way to upload apk file as unpublished draft application and test it,
Looking forward for valuable advices.
Thanks in advance.
Upvotes: 0
Views: 569
Reputation: 9061
No, you have to use test library, see : http://developer.android.com/guide/market/billing/billing_testing.html
Upvotes: 1