reown-com / reown-swift

Apache License 2.0
30 stars 11 forks source link

The signed data is now passed blank #35

Closed sfwenliu closed 3 weeks ago

sfwenliu commented 1 month ago

func requestPersonalSign() async throws {

    guard let address = AppKit.instance.getAddress() else { return }
    try await AppKit.instance.request(.personal_sign(address: address, message: "Hello there!"))

}

When using this method, the signature message displayed in the wallet shows up as empty.

sfwenliu commented 1 month ago

use MetaMask wallet

llbartekll commented 3 weeks ago

use MetaMask wallet

I'm testing sample dapp with Metamask and any other wallet and the message appears