klaviyo / klaviyo-swift-sdk

SDK that allows users to incorporate Klaviyo's event and person tracking functionality within iOS applications. Written in Swift.
MIT License
10 stars 10 forks source link

add patch to support universal links #81

Closed ndurell closed 1 year ago

ndurell commented 1 year ago

Description

This changes the sdk to allow developers to provide an optional deep link handler which when included will not automatically follow urls.

Check List

Manual Test Plan

  1. Tested with the example app to verify it does not break compatible with the old api.
  2. Test with the test app to ensure universal opens properly using the debugger.

Supporting Materials