Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to adapt the interface of my application's store depending on the available items in each moment, hiding the buttons to purchase items that are no longer available or are disabled.

When you remove an item from your developer console, it stops appearing in the getSkuDetails calls, so if the calls success and the item is missing I can hide its button.

But I have some items that are disabled and they appear in the getSkuDetails and when you launch the purchase intent Google Play informs the user that the item is not available for purchase.

My question is: Is there some way of query only for the enabled items, or know it status for removing the disabled items from the screen?

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.