简体   繁体   中英

How to create my app link to open in browser in iOS Swift

I need to open my app when we click on skip this form button which is in stripe page... here if i got app link then my backend team will add that link but.. how to make my app link

how to create my project app link in ios swift to share backend team to open in browser. please guide me

在此处输入图像描述

First of all to launch your application you should have an URLScheme defined for your application:

Please check out this Apple's official documentation to understand how it's done.

Secondly, in your case to your launch on tapping Skip this form you have to open the URL Scheme defined for your app.

For eg. IF the URLScheme for the app is defined as myStripeApp

The action on the page should be trigger something like below

<a href= myStripeApp://>Open my Stripe App</a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM