dagronf / QRCode

A quick and beautiful macOS/iOS/tvOS/watchOS QR Code generator/detector library for SwiftUI, Swift and Objective-C.
MIT License
438 stars 57 forks source link

how to Integrate Deeplink info QR #39

Closed kietle2000 closed 6 months ago

dagronf commented 7 months ago

Hi there @kietle2000,

Deeplink relates to the content encoded within the QR code rather than the actual QR code generation. Once you have a deep link URL that works with your app, you can use this library to generate a QR code containing the link.

Here are some web pages that discuss deep linking (using both universal links and url schemes)

https://developer.apple.com/ios/universal-links/https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-apphttps://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-contenthttps://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97https://www.branch.io/resources/blog/how-to-setup-universal-links-to-deep-link-on-apple-ios/https://www.donnywals.com/handling-deeplinks-in-your-app/

Have a misunderstood your issue?

dagronf commented 6 months ago

Closing due to lack of feedback