Monday, February 26, 2024
HomeiOS Developmentapple appclips - The right way to obtain and set up the...

apple appclips – The right way to obtain and set up the complete iOS App from inside the App Clip with out displaying App Retailer?


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.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments