Questions regarding specifically about the free database engine of the Realm Platform.
Questions tagged [realm-database]
34 questions
0
votes
0 answers
Realm Unmanaged RLMArray
app crash when we add Unmanaged Object to array of another another unmanaged object.
@interface JOCallDetail : RLMObject
@property (nonatomic, strong) NSString * primaryId;
@property (nonatomic, assign) RLMArray…

Er. Khatri
- 1,384
- 11
- 29
0
votes
0 answers
How to store custom types with Realm in .Net
I have the following class:
public class TestData: RealmObject
{
[Key]
public Guid DataId { get; set; }
[Required]
public string Name { get; set; }
}
When I try to compile the project, I get the following error:
Fody/RealmWeaver: DataId is…

Nestor
- 8,194
- 7
- 77
- 156
-1
votes
2 answers
Realm device sync "Action on service 'mongodb-atlas' forbidden: no rules have been configured for this service" error
I'm developing a mobile app using Swift and Realm database.
I configured Realm Device Sync and tried to add custom user data to a cluster I created.
Even though I watched dozens of tutorials about realm permissions I still can't figure out what's…

grandsirr
- 584
- 4
- 19
-2
votes
1 answer
Is it posible to view content of a Realm DataBase where the app is on a iPad Side-Loaded?
I have a app that displays data from a Realm database. but when I run the app it only shows the word "hello". Because of that, I want to check what the content of the DataBase is.
If I run the app and I print out the following…

BSM
- 87
- 2
- 12