Sourav Palit Rana
Sourav Palit Rana
@janishar So in that case, you have to introduce DiscCacheHelper and your interactor need to decide from where it will pull the data. But I am suggesting that as you...
@IomarSantos You should not inject localRepository and remoteRepository both. You should inject a repository. A repository should handle from where it will provide data. However, the repository can use a...
@jkasten2 I am using OneSignal.Notifications.requestPermission(). After granting permission I have to manually trigger optIn as well to get update in the dashboard.
This is so weird. Even I tried to give the responsibility of permission handling to onesignal SDK. Still when I see the the subscription status in the dashboard it is...