[ios] Linking doesn't work with ios12 due to new continue userActivity implementation #22716
Closed
3 tasks done
Labels
API: Linking
Bug
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
Environment
Description
Per linking documentation iOS implementation for handling universal links right now is
With iOS 12 and XCode 10 this no longer seems to work (I think ios 12 forces new implementation?), there is new way to handle universal links that should look like this
As you can see they added
UIUserActivityRestoring
as a new type forrestorationHandler
. When running on iOS 12 and using old approach I don't see my// Debug log something here
message at all. When I use new approach I see the message, but app crashes atRCTLinkingManager
with following errorThere is also an xcode issue saying
Related apple docs entry: https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623072-application?language=objc
The text was updated successfully, but these errors were encountered: