I am testing SubscriptionStoreView.
https://developer.apple.com/documentation/storekit/subscriptionstoreview
When I present this view with ViewController for the first time, it shows a loading white screen.
SubscriptionStoreView(
productIDs: ["id"]
)
.subscriptionStoreButtonLabel(.action)
.storeButton(.visible, for: .restorePurchases)
.storeButton(.hidden, for: .cancellation)
Is there any way to load it in the background?