Nicolas Buquet
Nicolas Buquet
It needs a special Notification Filtering authorization entitlement from Apple : https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_usernotifications_filtering
Linked to this issue : https://github.com/vector-im/element-ios/issues/7586
This crash is due to the fact the file extension has no mime-type associated. The mime-type is nil. And it is used to populate a NSDictionary that doesn't accept nil...
The Secure backup key verification fails here in the matrix-ios-sdk : ``` func validPrivateKey(forRecoveryKey recoveryKey: String, for keyBackupVersion: MXKeyBackupVersion) throws -> Data { let key = try BackupRecoveryKey.fromBase58(key: recoveryKey) guard...
Linked to this issue : https://github.com/vector-im/element-ios/issues/7575
Another one : ``` case MXCrossSigningStateCanCrossSign: crossSigningInformation = [VectorL10n securitySettingsCrosssigningInfoOk]; if (![self.mainSession.crypto.recoveryService hasSecretLocally:MXSecretId.crossSigningMaster]) { crossSigningInformation = [crossSigningInformation stringByAppendingString:@"\n\n⚠️ The MSK is missing. Verify this device again or use the Secure...
In fact, the process is composed of 2 HTTP requests: - 1st request without any keys awaits for a return info about the authentication state of the client - no...
@pixlwave A small change to enhance Element iOS ;-) We made this change on Tchap.
@giomfo Can you follow these please. Thanks 🙏
> @NicolasBuquet Are you planning on coming back to this PR? We still need a rebase for CI to pass please. Hello @pixlwave I finished on this PR. It's ok...