Skip to content

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

Open
mabdurrahman wants to merge 3 commits intopawlowskim:resolve_conflicts_2.3.2from
mabdurrahman:fix/resolve_conflicts_2.3.2
Open

Fix invalid iOS device token decoding before sending to Intercom#2
mabdurrahman wants to merge 3 commits intopawlowskim:resolve_conflicts_2.3.2from
mabdurrahman:fix/resolve_conflicts_2.3.2

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