My app always checks on start whether it contains a purchased product or not via In-app Billing interface (inventory.getPurchase(SKU_PRO_VERSION)
) and thus adapts its functionality.
Does anyone have an idea what will happen if an In-app Billing application is removed from Google Play store after end users downloaded it and bought its In-app product?
What will the above function call return in this case? Can a user still use the product or does Google Play server return null
?
Thanks, Adam