Iterable / iterable-swift-sdk

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

make isIterableDeepLink public #829

Open jonasman opened 1 month ago

jonasman commented 1 month ago

Hi,

we run our own logic to check where do send deeplinks, this avoid issues like the one you just solved recently in the latest release. making isIterableDeepLink public would help in our case as we like to check the links in our own code before sending them for parsing via external SDKs.

would you consider such change?