So currently, I need to implement restore purchases if the user was previously subscribed.
I understand Revenue Cat’s API in which it checks entitlements -- (Does this work for offerings btw?)
I was going to show a restore button to the user if they qualify (as suggested by apple) which would trigger the function on click. However, my app has NO login credentials. Given this, I only have info such as device id, how can I make a conditional that shows whether the restore button is shown to the user or not?