-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
I saw it mentioned in another issue that dynamic links were a possible long term goal but not a priority right now, but I was wondering if anyone could give me any tips about how to set up dynamic links with react native, especially for iOS.
I have receiving dynamic links working well on android but only sometimes on iOS. It works if the app is installed, on some iphones, it doesn't work on others. Also, when the app isn't installed, the dynamic link takes the user to the apple app store, but after the app is open, it doesn't take the user to the screen corresponding to the link.
Also, right now I'm creating the dynamic links with javascript so, they are very long.
If anyone could guide me on how to get dynamic links working, I'd appreciate it.
I don't know Objective C, but I have experience with java.