Google Play loadProducts returns inactive products

It appears that products that you mark as “Inactive” in Google Play Developer Console are returned as a valid product when you do store.loadProducts(productList, callback).

My plan was to have many products listed in the Developer Console, including temporary offers, that I would mark as active/inactive for periods of time. But that is impossible when the client is returned everything as valid.

I guess the only work around is having my own server tell the client which products are valid?

I ended up changing the product name in Developer Console to “inactive” and do a check in client not to show them. That does the job. Still would be good if store.loadproducts did not load inactive products.

I ended up changing the product name in Developer Console to “inactive” and do a check in client not to show them. That does the job. Still would be good if store.loadproducts did not load inactive products.

This was working for me as intended a couple months ago. Not sure what happened.

For some reason is doesn’t anymore. Not sure what happened but I like your “inactive” idea.

This was working for me as intended a couple months ago. Not sure what happened.

For some reason is doesn’t anymore. Not sure what happened but I like your “inactive” idea.