Only happening on IOS 14.6 and above. i also see different behaviour behaviour like even if the SKStoreProductViewController finishes loading when we display it nothings showing. Here is the snippet of Presenting SKStoreProductViewController view.
[self presentViewController:self.productViewController animated:YES completion:^{
}];
Only happening on IOS 14.6 and above. i also see different behaviour behaviour like even if the SKStoreProductViewController finishes loading when we display it nothings showing. Here is the snippet of Presenting SKStoreProductViewController view.
[self presentViewController:self.productViewController animated:YES completion:^{
}];