make isIterableDeepLink public
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?
@jonasman thanks for reaching out, we are open to making isIterableDeepLink public.
We will include that change in an upcoming SDK version.
Hey @jonasman we've just merged this PR #992 which adds isIterableDeepLink to the public API. It will be available on the next release of the SDK!
Obrigado João!