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? 🤔