Eduardo López
Eduardo López
Closing due to inactivity. Please reopen if you can provide the requested information
Thanks for getting back to us @mattylase. The most likely guess is that there might still be an unhandled corner case when migrating from a really old release. In v4.3.3...
Hi @Lir10 If your code targets SDK version 30 and above, you are forced to use scoped storage. In this case, using app-specific storage does not require explicit permissions, see...
We couldn't reproduce your issue. It would help us if you could provide a sample project that we could look at for debugging purposes.
FYI - @rorbech I've built 0.8.0 and the resulting `realmc.cpp` is the same as the one above.
Wait with merging this until https://github.com/realm/realm-core/issues/5705 is dealt with.
Hi @Burtan. We will try to devise a fix for this problem since the code you wrote is syntactically correct and the error appears to be stemming from our compiler...
Hi @Burtan. Even though you are not using `MetaInterface` actively for inheritance purposes, our compiler plugin visits all model definitions implementing `RealmObject` and their fields to generate the code that...
Flakyness maybe related to https://github.com/realm/realm-java/issues/5416 ?
Hi @vikrantuk. Yes, there is. Calls to `Application.currentUser()` will return a valid user unless you log out once you are logged in. With this in mind you can assume your...