79098079

Date: 2024-10-17 12:32:50
Score: 0.5
Natty:
Report link

In SwiftUI it's pretty easy to do by using below modifier

   .onOpenURL { incomingURL in
                print("App was opened via URL: \(incomingURL)")
                handleIncomingURL(incomingURL)
            }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zain Ahmed