I’ve developed an iOS App and an App Clip for it. Within the App Clip I’ve a button that opens the itemizing of the complete App on the App Retailer:
if let unlistedAppUrl = URL(string: "https://apps.apple.com/us/app/.....") {
UIApplication.shared.open(unlistedAppUrl)
}
I don’t use the SKOverlay
because it merely would not seem when I’m attempting to invoke it. I’ve assumed it is because my app is utilizing unlisted distribution. I’ll, or will not be appropriate with this assumption.
Is there a solution to obtain and set up the complete App with out opening App Retailer, or displaying any system UI of it? SKStoreProductViewController
ain’t gonna reduce it for me.