michael fernando

Results 9 comments of michael fernando
trafficstars

so, how about conclusion with this case?

where i have to access package from app_tracking_transparency ?

is there package that i have modified ? i want to try it to modify support iOS 16.6

addition error information. i found an error in file.cpp... this error from my log /tmp/realm-java/realm/realm-library/src/main/cpp/realm-core/src/realm/util/file.cpp:1102: [realm-core-13.9.0] Assertion failed: r == 0 && "File::unlock()" with (r, (*__errno())) = [-1, 38]

I actually watch an any class in our project. mostly many transaction do executeTransaction() without Thread condition and realm.close(). Only 1-2 function that i have encapsulation with Thread when i...

so, how we can alternative to export realm data into .realm or more universal access such like .json ?

> I think your problem is a more general one. `File::unlock()` all it does is to call a system call to remove a file level lock (set at operating system...

thank you very much for have produce our problem in realm version. i waiting for it

so, how to limit storage that we stored data in realm and how to make writeCopyTo work well in android 13 above or below ?