-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone knows how to implement Device linking? #233
Comments
I noticed that you forked this lost (but not archived yet) Signal-Sharp project/solution too (12 month ago). But why the issues disabled (on your side)? |
I disabled it because I didn't want to maintain the project, I don't mind to makeing some pull requestes when I have time but maintaining a messenger, I just don't have the time :( |
I try to add device linking (as master device) to this client. But I'm not sure how the API works.
I suspect that
profileKey
is theSignalingKey
in theApp.Handle.Store
and that the identityKeyPair I need is theApp.Handle.Store.IdentityKeyPair
.I also think I decode the uri correctly.
The Android code doesn't do much more, besides enabling MultiDevice. Which I can't find anywhere...
Still nothing happens on my WindowsPhone when I scan its code. An error is also not raised (unless the QR code is to old).
You can also see the pullrequest #232
The text was updated successfully, but these errors were encountered: