I want to access realm database created by my ios app that I created using react-native. Its easier to use adb pull
for android but for ios I am not getting much idea. There are some links like -
- realm-file in ios app
- to find app uuid for above link
So any help, how to view realm db for developing and debugging purpose for react-native developed ios app.
Thanks for the answer but additional (out of curiosity) Question - but how to find app uid which are installed by react native on ios simulator ??