SKStoreProductViewController didn't work in subViewController

Our requirement:

In a viewcontroller, there are two parts:

upper part: Video View

lower part: SKStoreProductViewController's view

In order to implement it, we add video view in the container VC, and add SKStoreProductViewController as child VC, so that we can add SKStoreProductViewController view in the lower area.

It works well before iOS 17.

But in iOS 17 beta, we found that there's is a ServiceCardContainerViewController laying on our container VC, and in this ServiceCardContainerVC, there's a SKProductPageRemoteViewcontroller almost cover all the window. And we can not find any info about ServiceCardContainerViewController and SKProductPageRemoteViewcontroller.

So this is a bug or new feature for StoreKit? 🤔

I have also encountered this problem, is there any solution?

We got  the same problem, it seems that the AppStore VC has been adjusted in iOS17.

My application encountered a crash on iOS 17.5.1. The stack information states that it is related to ServiceCardContainerViewController, but I cannot find any relevant information about ServiceCardContainerViewController

SKStoreProductViewController didn't work in subViewController
 
 
Q