Search code examples
swiftsyntax-errordeclarationdeep-linkingurl-link

Implementing Deep Linking in Swift not working


I am trying to implement deep linking via this tutorial:

When i copy the first code block in, i get errors related to the declaration of

var deepLink : RemoteNotificationDeepLink?

most of which can be traced back to

Use of undeclared type 'RemoteNotificationDeepLink'.

There are no comments on the tutorial and this is the only good tutorial i have found thats not in Obj-C. Either a solution to this error or another tutorial would be much appreciated


Solution

  • If you proceed to copy the remaining code blocks and follow the instructions, the solution is presented