I am currently migrating my code from one app to another.
Is it possible to migrate my current Realm database to the new app?
There are some user preferences stored inside the Realm database such as bookmarked page, and some html stuff.
I am wondering is it possible for the new app able to get the Realm database via sharing a same app id?