Reputation: 21
I am new to android and I am experiencing problem with the in app billing for android.
Does anyone have any other ideas as to why my in app billing is not working?
I am able to get the android.test.purchased to work without any issues.
Anyone’s help is greatly appreciated
Upvotes: 2
Views: 2807
Reputation: 9
I met this problem yestoday. I recently write code in lua, I just do three steps. First, change my build.setting by http://blog.anscamobile.com/2012/03/getting-started-with-android-in-app-billing/. Second, change my Manifest.xml by http://developer.android.com/guide/google/play/billing/billing_integrate.html When you change the product id's state, it will work after a few hours,maybe three hours. I could not remember exactly. So, third, be patience, wait a few hours.
Upvotes: 1