Skip to content

[appkit] The check with wc:// of UriService exceeded expectations #329

@AlexV525

Description

@AlexV525

SDK Affected

AppKit

Describe the bug

An unexpected URL scheme check with contains('wc://') disables apps that have a deeplink with .*wc:// pattern.

To Reproduce

  1. Creates a wallet example with the deeplink demowc://.
  2. Add it as a custom wallet.
  3. It never gets added since the check returns false.

Expected behavior

The check uses startsWith('wc://) to properly avoid the conflict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions