realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.

Results 329 realm-kotlin issues
Sort by recently updated
recently updated
newest added

### How frequently does the bug occur? Sometimes ### Description This crash is reported on Google Play console. Also, we are not getting the crash reports on crashlytics. I believe...

O-Community
T-Bug
SDK-Use:Local
Encryption:Off
Frequency:Sometimes
Repro:No

### How frequently does the bug occur? Always ### Description So realm seems to cause this crash on the first call of `realmObjectCompanionOrNull()` on the init of the schema set,...

O-Community
T-Bug
Frequency:Always
Repro:Always
SDK-Use:Local
Encryption:Off

### How frequently does the bug occur? -- select -- ### Description Realm fails to compile when enableAndroidTestCoverage = true in a module or app level gradle file This error...

O-Community
T-Bug
Repro:Always

``` ❌ recoverUnsyncedChanges_recover_pbs[macos] io.realm.kotlin.mongodb.exceptions.ConnectionException: [Custom][CustomError(4000)] io.ktor.client.network.sockets.SocketTimeoutException: Socket timeout has expired [url=http://3.237.39.133:35443/api/client/v2.0/app/test-app-pbs-tduvb/location, socket_timeout=120000] ms. ``` Observed here: https://github.com/realm/realm-kotlin/actions/runs/8341154790/job/22826659262?pr=1668 https://github.com/realm/realm-kotlin/runs/22829133930#r23

``` ❌ syncSessionFromErrorHandlerCannotUploadAndDownloadChanges kotlinx.coroutines.TimeoutCancellationException: Timeout after 1m: ``` Seen in: https://github.com/realm/realm-kotlin/actions/runs/8339945981/job/22824319161#step:11:9570 https://github.com/realm/realm-kotlin/runs/22825457099

The new improved logging for Realm allows fine-grain log level definition per category. These categories are defined in a tree-like hierarchy, and behave cascading style, setting the level to a...

Apple will require to acknowledge usage of certain system APIs that realm uses by [adding them to their privacy manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api). There is currently no straight forward way to supply a...

With https://github.com/realm/realm-core/pull/7302/files it looks like we can actually get proper user authentication event callbacks through the C-API. We could use this to improve the implementation that emitted derived events from...