-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello All,
I'm facing very strange issue in integration below is the test case.
For first time for store with fresh its working fine for encryption and decryption.When I second time init same store and try to decrypt the message facing issue in sign key code in below function
func signedPreKey(for id: UInt32) throws -> Data {
guard let key = signedKeys[id] else {
throw SignalError(.invalidId, "No signed pre key for id (id)")
}
return key
}
its through the error ""No signed pre key for id (id)".So how can I manage same store.
Metadata
Metadata
Assignees
Labels
No labels