@Promit_Rai As mentioned in this post -
You should be able to use the new Realm(getConfig(app.currentUser)); API when you are offline to open the cached realm on disk. If this is not happening then please step through it with a debugger and see where your logic is not hitting this API.
new Realm(getConfig(app.currentUser));