realm / realm-kotlin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credentials.anonymous(reuseExisting = true) not work

helmysaeed opened this issue · comments

How frequently does the bug occur?

Always

Description

Expected results
use the same anonymous user ID with every session

Actual Results
every time I log in with the anonymous user Realm generates a new user with a different ID so I can not trace the user

Stacktrace & log output

No response

Can you reproduce the bug?

Always

Reproduction Steps

var app by mutableStateOf( App.create("appid"))

val anonymousCredentials = Credentials.anonymous(reuseExisting = true)
user = app.login(anonymousCredentials)
println("userId"+user!!.id)

Version

kotlin SDK 1.16.0

What Atlas App Services are you using?

Both Atlas Device Sync and Atlas App Services

Are you using encryption?

No

Platform OS and version(s)

windows 10

Build environment

Android Studio version: ...
Android Build Tools version: ...
Gradle version: ...

➤ PM Bot commented:

Jira ticket: RKOTLIN-1081

This is a duplicate of realm/realm-core#7709.