Hi, by dismissing the SKStoreProductViewController very quickly (and it's very intuitive to the user since its presentation style is a page sheet), this view controller is not presenting anymore but it seems that the system UI still "thinks" that SKStoreProductViewController is still being presented.
The view hierarchy tool shows that SKStoreProductViewController is still presented on top of the view controllers and productViewControllerDidFinish: delegate method is not being called.
The view hierarchy tool shows that SKStoreProductViewController is still presented on top of the view controllers and productViewControllerDidFinish: delegate method is not being called.