Replies: 1 comment 7 replies
-
Please take a look at Confetti, it has an example of deeplinking on iOS. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any examples of passing an iOS universal link to decompose. I have successfully implemented on the Android side, however need some assistance/ideas on how to accomplish it on the iOS side.
I am able to capture the url in the swift code here:
`@main
struct iOSApp: App {
}`
However the problem i have is passing that data to the compose code to recreate/update the mainviewcontroller. Is there an iOS equivalent of the android handleDeeplink?
Beta Was this translation helpful? Give feedback.
All reactions