privacybydesign / irmamobile

IRMA app for iOS and Android
Other
81 stars 20 forks source link

refactor: IrmaMobileBridgePlugin to Swift #192

Closed sjoerdlmkns closed 1 year ago

sjoerdlmkns commented 1 year ago

After some debugging I believe it gets stuck on this line. So the way things are setup doesn't seem to be right.

https://github.com/privacybydesign/irmamobile/blob/2642d9e0691247a3f06224e1e062b420770853f5/irmagobridge/receive_event.go#L17

ivard commented 1 year ago

@sjoerdlmkns I think I fixed it. Can you check whether you're happy with the result? Then we can 'undraft' the PR.

sjoerdlmkns commented 1 year ago

Yes it works now. Looks really good! Definitely a step up from what we had before. Thanks!