Skip to content
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

Fix invalid iOS device token decoding before sending to Intercom #2

Open
wants to merge 3 commits into
base: resolve_conflicts_2.3.2
Choose a base branch
from

Conversation

mabdurrahman
Copy link

I tried to use this non-official branch to integrate Intercom into a Flutter project I'm working on and the push notification was still not working on iOS as expected, after some investigations, I found the sendTokenToIntercom method call was implemented twice (I believe it might be a conflict resolution issue) and the 1st of them had an incorrect way of decoding token argument from NSString into NSData and we end up sending an invalid token to Intercom.

Additionally, I enabled Intercom logging and removed the explicit Intercom 7.1.0 pod dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant