Icons for in-app products or subscriptions on Google Play Console?

Viewed 124

I'm using the Google Play Billing Library version 3 to fetch in-app and subscription products.

After calling querySkuDetailsAsync on the BillingClient object, I'm correctly getting the SkuDetails for each product.

Besides the product title, description, price, and other info, there is a method called getIconUrl(), which supposedly should return the icon of the product if present.

However, in the current Google Play Console, there is no way of adding icons for products. Or at least I did not find any.

How can I add an icon to an in-app product or subscription?

0 Answers
Related