-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch subscribed channel ids #539
Comments
Bump here |
I really hope that you @ryanrampage1 will have more luck than me #453 😅 |
Thank you for this feature request @ryanrampage1 and @kdybicz Acknowledging that it as an important feature request and appreciate it :) . We will definitely consider it for inclusion in our roadmap later this year. |
@Ayyanchira Any update on this? and if this is not supported in android SDK is there any Rest API available to retrieve user's subscription list? |
@Ayyanchira i'm also curious if there's an update on this. I don't understand why /api/users/updateSubscriptions overwrites fields instead of merging them if there's no API for fetching the current user subscriptions. |
ah nevermind, there is Rest API for getting the subscriptions for a user: @Ayyanchira I think the docs should be updated to provide more clarity....I don't see anywhere that says that getting a user will also return the subscriptions. It might be worth it to have a dedicated Rest API for just grabbing user subscriptions without also grabbing all their datafields. |
My opinion on this one year later is this is still core functionality that should be in the mobile SDK. This is an open source repo but it is an expensive tool. I would open a pr for it but I can't justify the cost of my time to add what should be expected functionality of an SDK or a product we pay for. Also not worth the tech debt to add in an Iterable only rest client next to the SDK. Because the functionality is in a rest API already it should take the dev team a day at most to add. Really disappointing that they don't just get it done especially with the number of people requesting it here. |
Looking for a way to get the channel ids that a user is subscribed to. I saw you can unsubscribe by sending the list up.
Because the setting is a user setting not a per device one, it would be great to see what the user is subscribed to on new devices, or if local data gets cleared out.
The text was updated successfully, but these errors were encountered: