We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #406
Similar to Realm Java we need to expose AppConfiguration.Builder.encryptionKey() which makes it possible to encrypt the metadata Realm used by Sync.
AppConfiguration.Builder.encryptionKey()
The text was updated successfully, but these errors were encountered:
➤ Christan Melchior commented:
This is called realm_sync_client_config_set_metadata_encryption_key in the C-API. It is also currently disabled in the SWIG file realm.i.
realm_sync_client_config_set_metadata_encryption_key
realm.i
Sorry, something went wrong.
Seems to be implemented in core by now ... https://github.com/realm/realm-core/blob/5cb3a7a505614550ae1a43d9fd7de9d881287e6c/src/realm/object-store/c_api/sync.cpp#L303, so could just remove it from the ignored list.
Successfully merging a pull request may close this issue.
See #406
Similar to Realm Java we need to expose
AppConfiguration.Builder.encryptionKey()
which makes it possible to encrypt the metadata Realm used by Sync.The text was updated successfully, but these errors were encountered: