Hello,
I experience a serious issue where calling presentViewController: animated:
on SKStoreProductViewController
is executed and completion is called, but the view controller isn't visible on screen.
The system thinks that it's the presentedViewController,
and my presentingViewController
is frozen.
Tapping the screen prints a weird Console log of dismissViewControllerAnimated
on SKStoreProductViewController.
The code is executed inside an SDK that is integrated in apps, and the issue occurs only in some of the apps.
Any idea what could cause this issue? Thanks!