Iterable / swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
86 stars 67 forks source link

[MOB-7252] sets up click handling for external/deep linking #687

Closed evantk91 closed 7 months ago

evantk91 commented 8 months ago

🔹 Jira Ticket(s)

✏️ Description

vbabenkoru commented 8 months ago

Could you add some unit tests for this?

evantk91 commented 8 months ago

Could you add some unit tests for this?

I will add as a fast follow on a separate PR since we are targeting testing by next wednesday.

evantk91 commented 7 months ago

Could you add some unit tests for this?

I will add as a fast follow on a separate PR since we are targeting testing by next wednesday.

This functionality is actually covered by ActionRunnerTests.swift. The added functionality for embedded just processes the click information and passes it to the same action runner that in-app messages use.