Platform:Android SDK:3.1.1GA
HI Iam doing an inapp belling, Iam going through many references, please say anyone step by step procedure to create an product Id, When I uploaded apk file into google store and click on inapp purchase, it is asking billing permission, I had included this into tiapp.xml,but the same result.
<uses-permission android:name="com.android.vending.BILLING" />Then I have seen IInAppBillingService.aidl to be downlloaded from sdk manage to put into project, where should I keep this, what is the next procedure, please suggest some step by step procedure, Thank you.