How to combine consumable product with non-consumable?

I want to create a purchase system like the following:

I have some consumables which at the same time should remove ads in the game when purchased.

But in case someone is uninstalling the game and then installs it again he can not use the RESTORE function because it was a consumable purchase. So how can I make sure the removed ads can get restored then?

This has to work on Android (first)

I don’t believe that is possible unless you use an online server and you track your own purchases. While you may not be able to use IAP restore actions for this, it doesn’t mean you can’t have you’re own “restore” function.

Rob

I don’t believe that is possible unless you use an online server and you track your own purchases. While you may not be able to use IAP restore actions for this, it doesn’t mean you can’t have you’re own “restore” function.

Rob