Skip to content

Conversation

@joaodordio
Copy link
Member

@joaodordio joaodordio commented Jan 8, 2026

🔹 Jira Ticket(s)

✏️ Description

Expose the existing isIterableDeepLink method as a public static API, allowing SDK consumers to check if a URL is an Iterable deep link before passing it for handling.

    /// Checks if a URL is an Iterable deep link
    ///
    /// - Parameters:
    ///    - urlString: The URL string to check
    ///
    /// - Returns: `true` if the URL matches the Iterable deep link pattern
    public static func isIterableDeepLink(_ urlString: String) -> Bool {
            DeepLinkManager.isIterableDeepLink(urlString)
    }

@joaodordio joaodordio self-assigned this Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.73%. Comparing base (a5134b6) to head (3400671).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #992   +/-   ##
=======================================
  Coverage   69.72%   69.73%           
=======================================
  Files         111      111           
  Lines        8981     8983    +2     
=======================================
+ Hits         6262     6264    +2     
  Misses       2719     2719           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joaodordio joaodordio force-pushed the feature/SDK-296-make-isIterableDeepLink-public branch from 3f76df9 to 3400671 Compare January 8, 2026 18:02
@joaodordio joaodordio marked this pull request as ready for review January 8, 2026 18:27
Copy link
Contributor

@sumeruchat sumeruchat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joaodordio joaodordio merged commit 667cc82 into master Jan 12, 2026
14 checks passed
@joaodordio joaodordio deleted the feature/SDK-296-make-isIterableDeepLink-public branch January 12, 2026 11:23
sumeruchat pushed a commit that referenced this pull request Jan 13, 2026
* 'master' of github-iterable:Iterable/iterable-swift-sdk:
  SDK-296 make isIterableDeepLink public (#992)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants