Android: Consume a product after purchase (in-app billing)
问题 I have some problems with in app billing, I wanted to create an product inside the app that can be bought several times. But google made the in app billing in a way that a product first must be consumed before you can buy it again. I tried it with the following code: public class HomeFragment extends Fragment { private WebView homesite; private String homeTabUrl; private ProgressBar pBar; private Bundle webViewBundle; private Boolean buddyProfile = false; private Boolean buddyProfile2 = false