I have finished implementing Deferred deep linking in my android app. But during the first install, app cannot get getSharedPreferences in the Activity. Even though the shared_pref file already exists. This will be normal when the app is closed first after install. So the DDL implementation is not expected. How do I solve it?
The expectation is that when user first install, the deeplink from the shared_pref Deferred Deep Linking should be immediately readable.