Solved

Activate and deactivate an IAP in Google Play Console

  • 1 December 2023
  • 2 replies
  • 35 views

Badge +4

I want to activate and deactivate an IAP for lifetime in Google Play Console (and NOT in RevenueCat) because I want to not to show up in any Google Play page.

In order to detect in my app if that IAP is active or not - is there a flag that tells me “active/inactive”?

I tried to find it in the Android SDK doc but couldn’t find anything.

icon

Best answer by Ryan Glanz 5 December 2023, 17:35

View original

2 replies

Userlevel 3
Badge +8

Hi,

We won’t be able to tell from the SDK whether the IAP is active in the store or not (until you try to purchase it). But if you mean checking whether a user has purchased the IAP, you could connect it to an entitlement

Badge +4

Thanks for the reply. Got it, will have to find a workaround then. 

Reply