Artur Mkrtchyan

Results 48 comments of Artur Mkrtchyan

will try to update during the next days

I don't think it would be possible, at least for now

Currently, optional enums are not supported. What you could do is to create a fileprivate enum with an additional `case none`, use it as a replacement for nil case: ```Swift...

The same with UITextField....

I found a workaround that help to build the app. In ExampleApp project, expand the `Frameworks` group, and remove the references to both the Package.swift and WalletConnectSwiftV2

@h2zero That's the thing that on NimBLE side I don't see any errors. I have enabled debug logs, and when the iOS device (when in locked state) initiates a connection,...

No, I intentionally disabled the bonding because otherwise, mobile devices would have remembered the peripheral and it would have appeared in the Bluetooth list.. and the users would have ended...