This was causing issues for some developers, because the old, deprecated Alert API would fail silently if there was a view higher up in the view hierarchy which already had an Alert modifier
This in turn caused the onRestoreCompleted callback not to be called.
This was causing issues for some developers, because the old, deprecated Alert API would fail silently if there was a view higher up in the view hierarchy which already had an Alert modifier
This in turn caused the
onRestoreCompleted
callback not to be called.https://community.revenuecat.com/sdks-51/restore-completion-handlers-not-firing-in-presentpaywallifneeded-4674
The newer Alert API seems to not suffer from the same issue.
Checklist
purchases-android
and hybridsMotivation
Description