You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In iOS: 17.4 the SKStoreProductViewControllerloadProductWithParameters always fail with an error code 0 and Invalid configuration for loading product log in console.
The solution is to not subclass SKStoreProductViewController in the AdController but use it as it is.
From Apple documentation: The SKStoreProductViewController class doesn’t support subclassing or embedding, and must be used as-is.
The text was updated successfully, but these errors were encountered:
In iOS: 17.4 the
SKStoreProductViewController
loadProductWithParameters
always fail with an error code 0 andInvalid configuration for loading product
log in console.The solution is to not subclass SKStoreProductViewController in the AdController but use it as it is.
From Apple documentation:
The SKStoreProductViewController class doesn’t support subclassing or embedding, and must be used as-is.
The text was updated successfully, but these errors were encountered: